
function jsInputBox()
{
   var tlink=prompt("Password Below","");
   if(tlink=="como153689745asdffrty125545624")

    
	{
			location.href = "http://www.co-motions.co.za/images/QuoteVid.htm"
      alert("Correct");
      }
  else
      
    {

      
      location.href = "http://www.co-motions.co.za/quotesystem.htm"
      alert("Wrong");
      
      
      }
   }


