function topContent(){
             
             var html="";	
             html +="<table width=100% height=150 border=0 cellpadding=0 cellspacing=0 background=images/top_table_bg.gif>";
             html +="<tr><td width=20 align=left valign=top><img src=images/top_table_left.gif width=20 height=150></td>";
             html +="<td width=199 align=left valign=top><a href=home.php><img src=images/top_table_logo.gif width=199 height=150 border=0></a></td>";
             html +="<td align=center valign=middle background=images/top_table_banner_bg.gif>";
             
             
  					 html +="<img src=http://www.love-da-records.com/html/gallery/banner.jpg>";
             
             
                    
             html +="</td><td width=20 align=left valign=top>&nbsp;</td>";
             html +="</tr></table>";
             html +="<table width=100% height=10 border=0 cellpadding=0 cellspacing=0 bgcolor=f9900><tr><t";
	document.write(html);
}

topContent();
