
function checktoredirect_fromNew(obj)
{
	if (obj.value == "New")
	{}
	else
	{
		document.location.href="http://www.cartrade.com.au/index.php?page=search&cid="+obj.value;
	}
}


function checktoredirect_fromUsed(obj)
{
	if (obj.value == "New")
	{
		document.location.href="http://www.cartrade.com.au/index.php?page=newsearch";	
	}

}




