function InsertHeaderBare()
{
  document.write('<form method=get action="" name="header" style="margin-bottom: 0;" target="_blank"><table width="100%" bgcolor=yellow><tr><td valign=top align=left><a class="pic" href="http://simpsons.skewsme.com" target="_blank"><img src="img/simpsons_logo.gif" border=0 width=145 height=45 align=bottom alt="On The Simpsons"></a></td><td><table width="100%"><tr><td align=right><div class="header"><font color="#000000"><a class="search" href="http://simpsons.skewsme.com" target="_blank"><font size="2" color="black"><b>Home</b></font></a> | ' + Email ("search", document.title) + '<font size="2" color="black"><b>Contact me</b></font></a> | <a class="search" href="http://www.wobblymusic.com/groening/akbar.html" target="_blank"><font size="2" color="#000000"><b>Simpson\'s font</b></font></a></font>');
  document.write('<font color="#000000"> | <a class=search href=http://www.skewsme.com/sitemap.html target=_blank><font size="2" color=#000000><b>Site Map</b></font></a></font></div></td></tr></table></td></tr></table></form>');

    document.write('<center><a href=http://www.skewsme.com/ufo.html target=_blank title="UFO technology" style="font-family:Arial;font-size:12pt;color:#000000;text-decoration:underline;">Learn about unexplained flying objects</a></center>');

    //document.write('<br><table align=center bgcolor=#ffffff><tr valign=top><td><img src=http://www.skewsme.com/img/cfr_candidates.jpg border=0><br><p><center><font style="font-size:11pt;font-family:Arial;background:#f0f0f0;">Presidents Eisenhower and Kennedy warned America<br>about the <b>Military Industrial Complex</b> and <b>Secret Societies</b></font></center></td><td><object class="header" width="425" height="355"><param name="movie" value="http://www.youtube.com/v/XRLPG_HplrA&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/XRLPG_HplrA&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></td></tr></td></tr></table><br>');
}

function InsertHeader(episode,ref)
{
  InsertHeaderBare();
  AddSNPP(episode,ref);
}

function Barehref (theURL)
{
  var i;
  if ((i = theURL.indexOf ('#')) != -1) theURL = theURL.substr (0, i);
  return theURL;
}

function Email (theclass, subject)
{
  var str = '<a class="' + theclass + '" href="ma' + 'il' + 'to:skews_me' + '@' + 'yah' + 'oo.com';
  if (subject != "")
  {
    str += '?subject=' + subject;
  }
  str += '">';
  return str;
}

function InsertCredits (dateCreated, dateCurr)
{
  document.write ('<div class="header"><center><a href=http://www.freedomtofascism.com/ target=_blank><img src=http://www.freedomtofascism.com/images/banners/banner_chipbaby_468x60.gif border=0 width=468 height=60 alt="Aaron Russo\'s \"America: Freedom to Fascism\"" title="Aaron Russo\'s "America: Freedom to Fascism\""></a><br><br><a href=http://www.wethepeoplewillnotbechipped.com/phpfusion/news.php target=_blank><img src=http://www.skewsme.com/img/noverichip.gif width=468 height=60 alt="We the people will not be chipped" title="We the people will not be chipped" border=0></a></center></div>');
  document.write ('<center><br><a class="pic" href="http://www.skewsme.com" target="_blank"><img src="img/skews_me_logo.gif" border=0 alt="Skews Me" align=bottom></a><table><tr><td align=right><font size=1 face="Arial" color="#808080"><nobr>date created:</nobr><br><nobr>last updated:</nobr></font></td><td align=right><font size=1 face="Arial" color="#808080"><nobr>'+dateCreated+'</nobr><br><nobr>'+dateCurr+'</nobr></font></td></tr></table></center>');
}

function InsertFooter (dateCreated,dateCurr)
{
  document.write ('<br><br><div class="header"><table width="100%" border=2 bgcolor=yellow><tr><td><table width="100%"><tr><td><iframe src="simpsons_references.html" width="100%" height="235">Your browser does not support frames: <a href="simpsons_references.html" target="_blank">click here</a> for more Simpsons references.</iframe></td></tr></table></td></tr></table><br></div>');

  InsertCredits(dateCreated,dateCurr);


//document.write('<div class=header><br><a href="http://nbjmp.com/click/?s=13031&c=54819"><img src="http://nbjmp.com/images/2197-54819-728x90.gif?s=13031" style="width: 728px; height: 90px; border: 0px;"/></a><br><br><a href="http://nbjmp.com/click/?s=13031&c=11400"><img  src="http://nbjmp.com/images/556-11400-728x90.gif?s=13031" style="width: 728px; height: 90px; border: 0px;"/></a><br></div>');

google_ad_client = "pub-2735082454505651";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
document.write('<div class=header><br><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>');

}

function AddSNPP (episode, ref)
{
  if (episode != "")
  {
    document.write('<center>Episode: <a href="' + ref + '" target="blank"><b>' + episode + '</b></a></center>');
  }
}
