function weiter(URL)
{
var str1="location.";
var str2="replace";
var str3="(URL)";
eval(str1+str2+str3);
}