
redirect("foodphoto","http://server.foodphoto.be/Cumulus_FP/Standard/index.jsp");
redirect("supperdelux","http://www.supperdelux.com/store/Compatible/index.html");
//redirect("supperdelux","http://www.supperdelux.com/index2.html");


function redirect(find,redir)	
{
	if (window.location.href.toLowerCase().indexOf(find.toLowerCase())!=-1)
	{
		document.write('<meta http-equiv="refresh" content="0; URL='+redir+'">');
	}
}




