<!--
//<![CDATA[

$(document).ready(function() {
						   
	var randomnumber= Math.floor(Math.random()*1000000)
	
	$("#flashselector").html("").flash({
		src: '/swf/hunter.swf?id=' + randomnumber,
		width: 950,
		height: 260,
		wmode: "transparent"
	});
	
	$("#carousel").html("").flash({
		src: '/swf/offer_scroller.swf?id=' + randomnumber,
		width: 616,
		height: 234,
		wmode: "transparent"
	});
	
	/*$("#video_feature").html("").flash({
		src: '/swf/home_video_1.swf?id=kjh23',
		width: 334,
		height: 234,
		wmode: "transparent"
	});	*/
						   
	//$.tabs("homepanel_subone", 1);
});

//]]>
-->	