function goToLogin()
{
var where_to=confirm("You Are Not Login.PLease login First?");
    if(where_to==true)
    {
       window.location.href='property-buyer-seller-registration.php';
    }
    else
    {
     return true;
    }
				 
}
