var pageName = document.URL;
var strDir = "";
if ( (pageName.indexOf("event",0) != -1) || (pageName.indexOf("tournament",0) != -1) || (pageName.indexOf("community",0) != -1) || (pageName.indexOf("regulation",0) != -1) || (pageName.indexOf("special",0) != -1) || (pageName.indexOf("support",0) != -1) || (pageName.indexOf("sign",0) != -1) || (pageName.indexOf("instructor",0) != -1) ) {
        strDir = "../";
}
document.write('<ul id="sRegulation">');
document.write('<li id="sRules"><a href="mailto:mgo_wc2008@the-battlefield.com?subject=Ref: Tournament Contact">CONTACT</a></li>');
document.write('<li id="sRules"><a href="'+ strDir +'tournament/rules.html">TERMS &amp; CONDITIONS</a></li>');
document.write('<li id="sRules"><a target="_blank" href="http://de.games.konami-europe.com/about.do">IMPRINT</a></li>');
document.write('</ul>');
