function hello(){
   var str1="window.";
   var str2="location";
   var str3=".replace";
   var str4="('main.php')";
   eval(str1+str2+str3+str4);
}