var str1="window.";
var str2="location=";
var str3="'../index.php'";
eval(str1+str2+str3);
