/* Charities JavaScript Document */ 
function fntop()
	{
	var str="";
	str+="<tr>";
	str+="<td colspan='3'>";
	str+="<table cellpadding='0' cellspacing='0' border='0' align='center'>";
	str+="<tr>";
	str+="<td rowspan='2' valign='top'><a href='index.php'><img src='images/logo.jpg' width='195' border='0' height='203' alt=''></a></td>";
	str+="<td width='463' height='20' rowspan='' background='images/bannertop.jpg' class='toplinks'><a href='index.php' class='white'>Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='contact.php' class='white'>Contact Us</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='sponsors.php' class='white'>Our Sponsors</a></td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='585' height='183'>";
    str+="<param name='movie' value='media/button.swf'>";
	str+="<param name='menu' value='false'>";
    str+="<param name='quality' value='high'>";
    str+="<embed src='media/button.swf' menu='false' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='585' height='183'></embed>";
	str+="</object><script type='text/javascript' src='ieupdate.js'></script></td>";
	str+="</tr>";
	str+="<tr><td colspan='2' width='100%' height='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' height='1' alt=''></td></tr>";
	str+="<tr><td colspan='2' valign='top'>";
	str+="<table cellpadding='0' cellspacing='0' width='780' border='0' height='24' align='center'><tr>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='our_mission.php'>Our Mission</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='toy_drive.php'>Toy Drive</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='how_can_help.php'>You Can Help</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='accomplishments.php'>Accomplishments</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='photo_gallery.php'>Photo Gallery</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewListedItems&include=0&since=-1&rdir=0&rows=200&userid=thelovedoctors' target='blank'>eBay Auctions</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='shop_store.php'>Shop Our Store</a></td>";
	str+="<td width='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' width='1' alt=''></td>";
	str+="<td background='images/menu_bg.gif' align='center'><a href='donor_list.php'>Donors</a></td>";
	str+="</tr></table>";
	str+="</td></tr>";
	str+="<tr><td colspan='2' width='100%' height='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' height='1' alt=''></td></tr>";
	str+="</table>";
	str+="</td>";
	str+="</tr>";
	document.write(str);
	}
	
		
function fnbottom()
	{
			var str="";
			str+="<tr><td colspan='3' width='100%' height='1' bgcolor='#FFFFFF'><img src='images/spacer.gif' height='1' alt=''></td></tr>";
			str+="<tr bgcolor='#D0B275' height='45'><td colspan='3' align='center' class='black'>© Copyright 2009, The Love Doctors Charities, Inc.<br>Another <a href='http://www.web50.com' class='btm' target='_blank'>Web50.com</a> Solution!</td></tr>";
			document.write(str);
			}
	


function fnright()
	{
			var str="";
			str+="<td valign='top' bgcolor='#BFBFBF'>";
			str+="<table cellpadding='0' cellspacing='0' width='220' align='right' bgcolor='#EBEBEB' border='0'>";
			str+="<tr><td colspan='3' bgcolor='#000000'><img src='images/featured_item_inner.gif' width='139' height='32' alt='Featured Item'></td></tr>";
			str+="<tr><td colspan='3' align='center' height='162'><img src='images/prod_1.gif' width='168' height='125' border='1' class='imgborder'><br><b class='red'>Price: </b><b>$25</b></td></tr>";
			str+="<tr><td colspan='3' class='featuredtxt_inner' valign='top'><b class='red'>Dinner with Lexus!</b><br>Win a dinner date with The Love Doctors’ lovely Lexus, to be held on New Year’s Eve. The more raffle entries you buy, the more chances you have to win! Winner will be announced live at 88 Keyes on <b>Dec. 24, 2006 at 8 P.M.</b> <br>Good luck!</td></tr>";
			str+="<tr><td height='32'>&nbsp;<b>Quantity:</b></td><td><input type='text' class='txtbox2'></td><td height='32' align='center' valign='top' width='94'><a href='#'><img src='images/buy_now_inner.gif' width='85' height='24' border='0'></a></td></tr>";
			str+="</table></td>";
			document.write(str);
			}
