
$(document).ready(function(){
	
	///////////////////////////////////
	//embeds movie player.
	///////////////////////////////////
	
	if(chkFlaVer() == 0){
		$('#hero_module_category .noflash').css("display","block");
	}else{
		
		var flashvars = {
			firstPlayVideoId:"",
			confPath:"res710/images/content/player/playlist_xml_feed_mb_100827.xml" //path from html.
		},
		params = {
			play: "true",
			loop: "false",
			menu: "false",
			quality: "best",
			scale: "noscale",
			allowFullScreen: "true",
			salign: "lt"//,
			//base: "../res710/images/module/player-category/"
		},
		attributes = { };
		var fvPrefix = "#/?v="
		var fvid = window.location.href;
		if(fvid.lastIndexOf(fvPrefix)!=-1){
			fvid = fvid.substr(fvid.lastIndexOf(fvPrefix)+fvPrefix.length);
			if(fvid.lastIndexOf("&")!=-1) fvid = fvid.substr(0,fvid.lastIndexOf("&"));
			flashvars.firstPlayVideoId = fvid
		}
		swfobject.embedSWF("../res710/images/module/player-category/hero-module-category_v2.swf", "hero_module_category", "480px", "401px", "10", "../res710/images/module/common/expressInstall.swf", flashvars, params, attributes);
	
	}
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	/***************************************
	 * jQuery.blend
	 ***************************************/
	if(!$.browser.msie) $(".sbNavi_sub a").blend({speed:192,opacity:1});
	$("#left_column h3 a").blend({speed:234,opacity:1});
	
})
