var u=document.location.href.toLowerCase();
document.write("<table width=100% border=0><tr><td height=30 nowrap>");
if(u.indexOf("http://www.boxmanga.com")==0 || u.indexOf("http://boxmanga.com")==0)
{
	document.write("<a href=\""+u.replace(/boxmanga.com/gi,"maxmanga.com")+"\" class=white  Title='When the main server is unavailable, try another server'><img src=/images/a.gif border=0 align=absmiddle> <b>Server#2: http://MaxManga.com</b></a>");
}
else if(u.indexOf("http://www.maxmanga.com")==0 || u.indexOf("http://maxmanga.com")==0)
{
	document.write("<a href=\""+u.replace(/maxmanga.com/gi,"boxmanga.com")+"\" class=white Title='When the main server is unavailable, try another server'><img src=/images/a.gif border=0 align=absmiddle> <b>Server#1: http://BoxManga.com</b></a>");
}
document.write("</td></tr></table>");