﻿function bottomContent(){
             
	 var html="";
		
	 html +="<table width=100% border=0 cellspacing=0 cellpadding=0><tr> ";
	 html +="<td width=20><img src=/html/images/spacer.gif width=20 height=20></td>";
	 html +="<td><table width=100% border=0 cellspacing=0 cellpadding=0><tr>";
	 html +="<td width=50% align=left class=leftContent><table width=100% border=0 cellspacing=0 cellpadding=0><tr>";
	 html +="<td width=136><img src=/html/images/bottom_logo.gif width=136 height=63></td>";
	 html +="<td class=bottomContent>&copy; 2010 Love da Records Ltd. All rights reserved. <br> This site is designed for 1024 x 768 or above. </td></tr></table></td>";
	 html +="<td width=50% align=right class=bottomContent>";
	 html +="<a href=mailto:info@love-da-records.com>Contact Us</a> | ";
	 html +="<a href=# onClick=MM_openBrWindow('/html/disclaimer.html','disclaimer','scrollbars=yes,width=240,height=360')>Disclaimer</a> | ";
	 html +="<a href=# onClick=MM_openBrWindow('/html/privacy.html','privacy','scrollbars=yes,width=240,height=360')>Privacy</a>";
	 html +="</td></tr></table></td><td width=20><img src=images/spacer.gif width=20 height=20></td></tr></table>";
	 html +="<img src=/html/images/spacer.gif width=100% height=20><br>";
	 html +="<table width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=ff9900><tr><td><img src=/html/images/spacer.gif width=100% height=10></td></tr></table>";
            
	document.write(html);
	setTimeout( "loadMusicPlayer();", 1000 );
}

bottomContent();

// MP3 Player
function loadMusicPlayer(){
	if ( mstrPageCode == 'HOME' ){
		var s2 = new SWFObject("../mp3player/mp3player.swf", "playlist", "187", "115", "7");
		s2.addParam("wmode","transparent");
		s2.addVariable("file","../mp3player/playlist.php");
		s2.addVariable("backcolor","0xe3e3e3");
		s2.addVariable("frontcolor","0x6d6d6d");
		s2.addVariable("lightcolor","0xcccccc");
		s2.addVariable("displayheight","0");
		s2.addVariable("autostart","true");
		s2.addVariable("showdownload","false");
		s2.addVariable("thumbsinplaylist","false");
		s2.addVariable("shuffle","false");
		s2.addVariable("repeat","true");
		s2.addVariable("showeq","false");
		s2.write("mp3player");
	}
}