var so = new SWFObject('Main.swf', 'Vinx', '100%', '100%', '9', '#000000');
so.useExpressInstall('swfobject/expressinstall.swf');
so.addParam('menu', 'false'); 
so.addParam('scale', 'noscale');
so.addParam('flashVars', 'swfAddressEnabled=true');    

var vers = deconcept.SWFObjectUtil.getPlayerVersion();     

if (vers.major >= 9) {
    so.write('flashcontent');  
} else if (SWFAddress.getValue() != "" && SWFAddress.getValue() != "/") {          
//	alert(window.location.protocol+"//"+window.location.hostname+ SWFAddress.getValue());
//	window.location.href = window.location.protocol+"//"+window.location.hostname+ SWFAddress.getValue();      
	
//	var nexturl = window.location.hash.replace("#","");
	window.location.href = window.location.hash.replace("#","")+"/";
}                  


