var url=location.href;
if (url.search("imam/")!=-1 || url.search("about_us/")!=-1 || url.search("events/")!=-1 || url.search("library/")!=-1 || url.search("multimedia/")!=-1 || url.search("times/")!=-1)
{
	document.write("<div id=\"siteInfo\">");
		document.write("<a href=\"../about_us/about_ISNF.html\">About Us</a> | ");
		document.write("<a href=\"../contact_us.php\">Contact Us</a> | ");
		document.write("<a href=\"../directions.html\">Directions</a> | &copy;2009 Islamic Society of Niagara Frontier");
		document.write("<br>");
		document.write("Web Design by <a href=\"mailto:webmaster@isnf.org\">Imad Kariapper</a>");
	document.write("</div>");
	document.write("<a name=\"bottom\">");
}
else
{
	document.write("<div id=\"siteInfo\">");
		document.write("<a href=\"about_us/about_ISNF.html\">About Us</a> | ");
		document.write("<a href=\"contact_us.php\">Contact Us</a> | ");
		document.write("<a href=\"directions.html\">Directions</a> | &copy;2009 Islamic Society of Niagara Frontier");
		document.write("<br>");
		document.write("Web Design by <a href=\"mailto:webmaster@isnf.org\">Imad Kariapper</a><br />");
		if(url=="http://isnf.org/"){
			document.write('<a href="http://www.rapidcounter.com/signup.php" target="_top">');
			document.write('<img border="0" alt="Counters" src="http://counter.rapidcounter.com/counter/1228258713/a"; ALIGN="middle" HSPACE="4" VSPACE="2">');
			document.write('</a><script src=http://counter.rapidcounter.com/script/1228258713></script>');
		}
		//document.write("<br><a href=\"http://xyz.freelogs.com/stats/i/isnf/\" target=\"_top\"><img border=\"0\" src=\"http://xyz.freelogs.com/counter/index.php?u=isnfadmin&s=ainv\" align=\"middle\" hspace=\"4\" vspace=\"2\"></a><script src=http://xyz.freelogs.com/counter/script.php?u=isnf><//script>");
	document.write("</div>");
	document.write("<a name=\"bottom\">");
}