function redirecttohome()
{
	if(top.homepage!=1)
	{
		head=document.location.search;
		if(head!='')
		goto='index.php'+head;
		else
		{
			if(param!='')
			{
				site='http://www.icatrading.com/index.php';
				goto=site+'?direct='+param;
			}
		}
		
		top.location=goto;
		//document.write('<meta http-equiv="refresh" content="1;URL='+goto+'">');
	}
}
redirecttohome();