// Author & Copyright: Hartmut Fichtner, www.zipart.de, zipart - multimedia design / webdesign, 2004
check=0; 
domain=new Array(
"http://zipart.de",
"http://zipart.de/",
"http://zipart.de/index.php",
"http://www.zipart.de",
"http://www.zipart.de/",
"http://www.zipart.de/index.php",

"http://zat-media.de",
"http://zat-media.de/",
"http://zat-media.de/index.php",
"http://www.zat-media.de",
"http://www.zat-media.de/",
"http://www.zat-media.de/index.php",

"http://zip-art.de.com",
"http://zip-art.de.com/",
"http://zip-art.de.com/index.php",
"http://www.zip-art.de.com",
"http://www.zip-art.de.com/",
"http://www.zip-art.de.com/index.php",

"http://zip-art.com",
"http://zip-art.com/",
"http://zip-art.com/index.php",
"http://www.zip-art.com",
"http://www.zip-art.com/",
"http://www.zip-art.com/index.php",

"http://zip-art.biz",
"http://zip-art.biz/",
"http://zip-art.biz/index.php",
"http://www.zip-art.biz",
"http://www.zip-art.biz/",
"http://www.zip-art.biz/index.php",

"http://zipart.biz",
"http://zipart.biz/",
"http://zipart.biz/index.php",
"http://www.zipart.biz",
"http://www.zipart.biz/",
"http://www.zipart.biz/index.php",

"http://zip-art.info",
"http://zip-art.info/",
"http://zip-art.info/index.php",
"http://www.zip-art.info",
"http://www.zip-art.info/",
"http://www.zip-art.info/index.php",

"http://zipart.info",
"http://zipart.info/",
"http://zipart.info/index.php",
"http://www.zipart.info",
"http://www.zipart.info/",
"http://www.zipart.info/index.php",

"http://zipart.net",
"http://zipart.net/",
"http://zipart.net/index.php",
"http://www.zipart.net",
"http://www.zipart.net/",
"http://www.zipart.net/index.php",

"http://zip-art.net",
"http://zip-art.net/",
"http://zip-art.net/index.php",
"http://www.zip-art.net",
"http://www.zip-art.net/",
"http://www.zip-art.net/index.php",

"http://zip-media.de",
"http://zip-media.de/",
"http://zip-media.de/index.php",
"http://www.zip-media.de",
"http://www.zip-media.de/",
"http://www.zip-media.de/index.php",

"http://zipmedia.de",
"http://zipmedia.de/",
"http://zipmedia.de/index.php",
"http://www.zipmedia.de",
"http://www.zipmedia.de/",
"http://www.zipmedia.de/index.php",

"http://zip-media.net",
"http://zip-media.net/",
"http://zip-media.net/index.php",
"http://www.zip-media.net",
"http://www.zip-media.net/",
"http://www.zip-media.net/index.php",

"http://localhost/zipart/website/web",
"http://localhost/zipart/website/web/",
"http://localhost/zipart/website/web/index.php"
);

for(i=0;i<domain.length;i++){ var site=top.location.href; var param=site.split("?"); if(param[0]==domain[i]){ check=1; } } 
if(check==0){ 
	top.location.href="http://www.zipart.de"; 
}
