function writeheader(arg0, arg1, arg2, arg3){
var folder = new Array()
folder[0] = "folder" + arg0
folder[1] = "folder" + arg1
folder[2] = "folder" + arg2
folder[3] = "folder" + arg3

var header = new Array()
header[0] = "header" + arg0
header[1] = "header" + arg1
header[2] = "header" + arg2
header[3] = "header" + arg3

document.writeln("<center>");
document.writeln("");
document.writeln("<br />");
document.writeln("<div>");
document.writeln("<a href=\"index.html\"><img src=\"http://www.toyota-mods.org/images/tm_quick_logo.gif\" alt=\"Toyota Modifications Website Logo\" /></a>");
document.writeln("<br />");
document.writeln("<table summary=\"Fuel-Pumps.Net Navigation Tabs\">");
document.writeln("  <tr>");
document.writeln("    <td class=\""+folder[0]+"\"><a class=\""+header[0]+"\" href=\"http://www.toyota-mods.org/forums/\">Forums</a></td>");
document.writeln("    <td class=\""+folder[1]+"\"><a class=\""+header[1]+"\" href=\"http://www.toyota-mods.org/members_images.html\">Members</a></td>");
document.writeln("    <td class=\""+folder[2]+"\"><a class=\""+header[2]+"\" href=\"http://www.toyota-mods.org/info.html\">Info</a></td>");
document.writeln("    <td class=\""+folder[3]+"\"><a class=\""+header[3]+"\" href=\"http://www.toyota-mods.org/toylinks.html\">Links</a></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<div>");
}

function writeGoogleHorizontalAd() {
document.writeln("");
document.writeln("<div id=\"googlead\">");
document.writeln("<script type=\"text/javascript\"><!--");
document.writeln("google_ad_client = \"pub-6098981098409458\";");
document.writeln("google_ad_width = 728;");
document.writeln("google_ad_height = 90;");
document.writeln("google_ad_format = \"728x90_as\";");
document.writeln("google_ad_type = \"text_image\";");
document.writeln("//2006-10-09: IndexTopLdrbrdGoogdef");
document.writeln("google_ad_channel =\"4290676199\";");
document.writeln("//--></script>");
document.writeln("<script type=\"text/javascript\"");
document.writeln("  src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">");
document.writeln("</script>");
document.writeln("</div>");
}

function writefooter(){
document.writeln("<div id=\"footer\">");
document.writeln("<p>&copy; Cyberspace Automotive Performance Inc. 1993-2010</p>");
document.writeln("</div>");
document.writeln("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">");
document.writeln("</script>");
document.writeln("<script type=\"text/javascript\">");
document.writeln("_uacct = \"UA-369374-5\";");
document.writeln("urchinTracker();");
document.writeln("</script>");

}
