function gotoPage(nIndex)
{
	
	if (nIndex=="0"){
	location.href="pricing.asp";
	}
	else{	
	location.href = "signup.asp?code=website_" + nIndex
	}
}
