		var flashVersion = swfobject.getFlashPlayerVersion();
		if(flashVersion.major >= 9) {  
			// RIGHT FLASH IS DETECTED REFER TO RIGHT PAGE
			pathArray = window.location.pathname.split( '/' );
		
			newPathname = "";
			for ( i = 2; i < pathArray.length; i++) {
				newPathname += "/";
				newPathname += pathArray[i];
				}
			if(newPathname != "") { 
				window.location.href = '/#'+ newPathname;
				} 
			}
		
		
		var vars = {};
		var params = { menu:'true', allowfullscreen:'true', allowscriptaccess:'always'};
		var attributes = { id:'the_edge', name:'Edge' }; 

		swfobject.embedSWF("preloader.swf", "flashContent", "100%", "100%", "9.0.0", "javascript/express_install.swf", vars, params, attributes);
		
		if (swfmacmousewheel) {
			swfmacmousewheel.registerObject(attributes.id);
		}

