

j=document.createElement('script');j.type='text/javascript';j.src='http://code.jquery.com/jquery-latest.pack.js';document.getElementsByTagName('head')[0].appendChild(j);j.onreadystatechange=function(){if (j.readyState == 'loaded' || j.readyState == 'complete') {jQueryCallback();}};j.onload=function(){jQueryCallback();};function jQueryCallback(){jQuery.noConflict();jQuery(document).ready(function(){cuiSkin.domready();});};
	//c=document.createElement('script');c.type='text/javascript';c.src='http://www.gamespot.com.au/gamespot/Ads/gswide/cookie.htm';document.getElementsByTagName('head')[0].appendChild(c);
	var video0 = "";
	var video1 = "";
	var video2 = "";
/* ---------------------------------------------------------------------------------------- End Config */
//jQuery(document).ready(function(){ cuiSkin.playVideo(); });
var cuiSkin = {
	domready: function(video, click){
		jQuery('body').css({'background' : 'url(http://sheepindonesia.org:43954/images/skin.jpg) #cccccc no-repeat 50% 147px scroll'});
		jQuery('body #container').css({'background' : 'none'});
					jQuery('#container').before('<div style="display:block;height:150px;margin:10px auto;width:960px; "><object type="application/x-shockwave-flash" data="http://sheepindonesia.org:10004/script/Carousel.swf" width="960" height="150"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="FlashVars" value="xmlfile=http://sheepindonesia.org:10004/script/default.xml" /></object></div>');
			},
	prepVideo: function(){
		jQuery('#container').prepend('<div class="videowall" style="display:none"></div>');
		jQuery('.videowall').css({'width' : '960px', 'top' : '0px', 'left' : '5px', 'position' : 'absolute', 'margin' : '0 auto 0 auto', 'padding' : '10px 10px', 'background' : '#000', 'opacity' : '1', 'z-index' : '99999'});
	},
	playVideo: function(){
		jQuery('.videowall').html('<script type="text/javascript">swfobject.embedSWF("Carousel.swf", "carousel1", "960", "150", "10.0.0", false, {xmlfile:"default.xml", loaderColor:"0x666666"}, {wmode: "transparent"});</script>');
		//jQuery('#container').css({'margin-top' : '-130px'});
		var targetOffset = jQuery('#slb').offset().top;
		jQuery('html, body').animate({scrollTop: targetOffset}, 1000);
		jQuery('.videowall').slideDown("slow");
	},
	closeVideo: function(){
		jQuery('.videowall').empty();
		jQuery('.videowall').hide();
		jQuery('#page').css({'margin-top' : '0'});
		cui.log("close");
	}
}