jQuery(document).ready(function($) { 
	
	



 
}); // STOP JQUERY




//FOR JUKEBOX OPEN LINK
//pass the url  and  optionally a width, height, and window name
function spawnWindow(url,name,w,h){
if(w == undefined) w = 425;
if(h == undefined) h = 475;
if(name == undefined) name = "popWindow";
var newWindow = window.open(url,name,"toolbar=0,scrollbars=1,resizable=1,width="+w+",height="+h+"\"");		
}


//love that cufon...
Cufon.replace('#header .menu li a', { hover: true, fontFamily: 'Sanders' });
Cufon.replace('h2.page_title', { fontFamily: 'Mesquite' });

