$(document).ready(function() {    $('.slideshow').cycle({		fx: 'fade',		pager: '#photonav' // choose your transition type, ex: fade, scrollUp, shuffle, etc...	});		$('input[name=email]').focus(function() {		if ($(this).val() == "youremail@email.com") $(this).val("");	});		$('input[name=email]').blur(function() {		if ($(this).val() == "") $(this).val("youremail@email.com");	});		Cufon.replace('h2', { fontWeight: '900' });		Cufon.replace('#ContentBox2 h2', { fontWeight: '300' });		Cufon.replace('h2 span', { fontWeight: '900' });		Cufon.replace('h2 strong', { fontWeight: '900' });		Cufon.replace('h1');		Cufon.replace('h5', { fontWeight: '250' });		$('#Nav a').hover( 		function() {var title = $(this).attr('class'); $(this).css('background-image', 'url(images/buttons/btn_'+title+'.gif)');}, 		function() {var title = $(this).attr('class'); $(this).css('background-image', 'none'); 	}); 	 	$('li.quest').hover( 		function() {$(this).children('h6').css('color', '#00A7FF');}, 		function() {$(this).children('h6').css('color', '#959595'); 		}).click(function(event) {		$(this).children('.answer').slideToggle("fast");	}).css('cursor', 'pointer');		$('.thumbs>img').click(function() {		$(this).parent().parent().children('#main').attr("src",$(this).attr("src"));	}).css('cursor','pointer'); 	 	$(document).pngFix();});(function($) {  var cache = [];  // Arguments are image paths relative to the current page.  $.preLoadImages = function() {    var args_len = arguments.length;    for (var i = args_len; i--;) {      var cacheImage = document.createElement('img');      cacheImage.src = arguments[i];      cache.push(cacheImage);    }  }})(jQuery)jQuery.preLoadImages('images/buttons/btn_n1.gif','images/buttons/btn_n2.gif','images/buttons/btn_n3.gif','images/buttons/btn_n4.gif','images/buttons/btn_n5.gif','images/buttons/btn_n6.gif','images/buttons/btn_n7.gif');
