

function top()
{
    var html_str = '';

    html_str+= '<table border = 0 cellpadding = 0 cellspacing = 0 width = 100%>'
+' <tr>'
+'  <td bgcolor = #C0CBD8 valign = center align = center><img src = "images/top.jpg"></td>'
+' </tr>'
+'</table>';

document.write(html_str);
}

function oldbanner()
{
    var html_str = '';

    html_str+= '<table border = 0 cellpadding = 0 cellspacing = 0 width = 720>'
+' <tr>'
+'  <td width = 720 height = 410 bgcolor = "#000000"><object width="720" height="438"><param name="movie" value="http://www.youtube.com/v/kta9If-sP4s&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kta9If-sP4s&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="720" height="438"></embed></object></td>'
+' </tr>'
+'</table>'

+'<table border = 0 cellpadding = 0 cellspacing = 0 width = 100%>'
+' <tr>'
+'  <td bgcolor = #C0CBD8 background = "images/pixel.gif" valign = center align = center><img src = "images/pixel.gif"></td>'
+' </tr>'
+'</table>';


document.write(html_str);
}

function banner()
{
    var html_str = '';

    html_str+= '<table border = 0 cellpadding = 0 cellspacing = 0 width = 100%>'
+' <tr>'
+'  <td algin = center valign = center width = 100% background = images/banner.jpg height = 200>'
+'		<table border = 0 cellpadding = 0 cellspacing = 0 width = 100%>'
+'		 <tr>'
+'		  <td valign = center align = center width = 540></td>'
+'		  <td valign = center align = center width = 210>'
+'				<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="163" height="200">'
+'				<param name="movie" value="http://osc.template-help.com/wordpress_27255/wp-content/themes/theme996/flash/header_v8.swf" /> '
+'				<param name="quality" value="high" />'
+'				<param name="menu" value="false" />'
+'				<param name="wmode" value="transparent" />'
+'				<!--[if !IE]> <-->'
+'				<object data="http://osc.template-help.com/wordpress_27255/wp-content/themes/theme996/flash/header_v8.swf" width="163" height="200" type="application/x-shockwave-flash">'
+'				<param name="quality" value="high" />'
+'				<param name="menu" value="false" />'
+'				<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />'
+'				<param name="wmode" value="transparent" />'
+'				FAIL (the browser should render some flash content, not this).'
+'				</object>'
+'				<!--> <![endif]-->'
+'				</object>'
+'		  </td>'
+'		 </tr>'
+'		</table>'
+'  </td>'
+' </tr>'
+'</table>'

+'<table border = 0 cellpadding = 0 cellspacing = 0 width = 100%>'
+' <tr>'
+'  <td bgcolor = #C0CBD8 background = "images/pixel.gif" valign = center align = center><img src = "images/pixel.gif"></td>'
+' </tr>'
+'</table>';


document.write(html_str);
}