var domainroot=getdomain()
var usedlogo=picklogo()
if (usedlogo=="djlogo") {
	var temptitle=document.title
	temptitle=temptitle.replace("RepublicanJoke","DemocratJoke")
	document.title=temptitle
}
document.write("<a href='",domainroot,"'>")
document.write("<img src='",domainroot,usedlogo,"small.jpg' border=0></a><br>")
document.write("<font size=2>")
document.write("<b>Jokes:</b>&nbsp;&nbsp;")
document.write("<a href='",domainroot,"jokes/bar.html'>Bar Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/chicken.html'>Chicken Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/quayle.html'>Dan Quayle Quotes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/definition.html'>Definition Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/elephant.html'>Elephant Jokes</a><br>");
document.write("<a href='",domainroot,"jokes/bush.html'>George W. Bush Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/mccain.html'>John McCain Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/lightbulb.html'>Light Bulb Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/movies.html'>Movie Jokes</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/riddles.html'>Riddles</a><br>");
document.write("<a href='",domainroot,"jokes/why.html'>Why Do Republicans...</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/mightbe.html'>You Might Be a Republican If...</a>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"jokes/grabbag.html'>Grab Bag</a>&nbsp;&nbsp;");
document.write("<b>Other:</b>&nbsp;&nbsp;");
document.write("<a href='",domainroot,"contact.html'>Contact the Site</a></font>");
