// JavaScript Document

$().ready(function() {
				$('.kwicks').kwicks({
					max : 311,
					duration: 600 
				});
			});


function js_window_open(url, name, w, h)
{
// Fudge factors for window decoration space.
 // In my tests these work well on all platforms & browsers.

	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
	if (winl < 0) winl = 0;
	if (wint < 0) wint = 0;  
	
	var win = window.open(url, name,'width=' + w + ', height=' + h + ', ' + 'top=' + wint + ', left=' + winl + ', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');
	
	win.resizeTo(w, h);
	win.focus();
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


var pageTracker = _gat._getTracker("UA-7185653-1");
pageTracker._trackPageview();

