 
 function redirectin(var1) 
{ 
 window.location.replace(var1) 
}

 function redirectex(var1) 
{ 
 window.location=var1 
}