// JavaScript Document

var whois=location+" "

if (whois.indexOf("loop.aerdo.net") != -1)

	{ window.location ="blog/index.php" }

if (whois.indexOf("www.loop.aerdo.net") != -1)

	{ window.location ="blog/index.php" }

//forum

if (whois.indexOf("forum.aerdo.net") != -1)

	{ window.location ="forum_2010/index.html" }

if (whois.indexOf("www.forum.aerdo.net") != -1)

	{ window.location ="forum_2010/index.html" }

//GIK summit

if (whois.indexOf("giksummit.com") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("www.giksummit.com") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("giksummit.net") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("www.giksummit.net") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("giksummit.org") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("www.giksummit.org") != -1)

	{ window.location ="GIK/index.html" }

//GIK Standards

if (whois.indexOf("gikstandards.com") != -1)

	{ window.location ="GIK/index.html" }

if (whois.indexOf("www.gikstandards.com") != -1)

	{ window.location ="GIK/index.html" }
