GIF89a
function showWishList(mobb,email) { if(mobb=="" && email=="") { window.location.href = ("login.php"); }else { window.location.reload(); } }