$(function() {
	$("#jquery_jplayer_1").jPlayer({
		ready: function () {
			$(this).jPlayer("setMedia", {
				mp3: "music/music.mp3"
			}).jPlayer("play");
		},
		ended: function (event) {
			$(this).jPlayer("play");
		},
		swfPath: "js/",
		solution: "flash, html",
		supplied: "mp3"
	});
	
	$().UItoTop({ easingType: 'easeOutQuart' });

	 $('img').bind("contextmenu", function(e){ return false; })
	
});

// Cufon
Cufon.replace('h1, h2, h3, h4, h5, h6, .h1, .qwrap, #footer, #contactinfo, #inquiriesdiv, .tab-header', { hover: true });

function popUp(URL){
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=850,height=575,left = 295,top = 222');");
}
