/*
****************************************************
*
* 	..:: devmain.com ::..
* 	
*       création le 10/07/2003
*
*
*
*****************************************************
*/
page = parent.location.href;
//alert(page);
//DETECTION DE PAGE OU IPHP
if ( ( page.indexOf("page") >= 0 ) || ( page.indexOf("iphp") >= 0 ) )  
{
	//alert(page);
	document.location.href="http://www.vttshop.fr";
}