// JavaScript Document
function Clearme()
{
if(res=confirm("Do you want to remove the auto login information (Cookie) from this computer? If not select 'Cancel' and use the X on your Window to exit QP Stock Tips"))
	{
		frm_login.action="clearme.php";
		frm_login.submit();
	}	
}

function Track()
{
if(res=confirm("Simply complete the Subscriber Registration form to automatically track our performance when Sell tips are released. \n\n To access the Tips Log when a new Buy tip is released, complete the Subscriber Registration form and also choose one of the subscription options (Free Trial, Monthly, or Yearly) by providing the information requested on the subsequent Subscription Payment pages."))
	{
		frm_login.action="https://www.quickprofitstocktips.com/subscriber_reg.php";
		frm_login.submit();
	}	
}