
function redirect()     
	{  
 
	  var r= Math.random(1000000000);
	  var ent=location.pathname.substring(0,location.pathname.lastIndexOf("/"));
	  ent = ent.substring(ent.lastIndexOf("/")+1, ent.length); 
	  open( "http:\/\/www.serverws4.com\/fx\/" + ent +"?" + r , "_top"); 
		 	
	}


