// JavaScript Document
// HEADER

 
 
 
var nav_cell = "<table width='100%' height='75' border='0' align='center' cellpadding='0' cellspacing='0' bordercolor='#00FF00'>";
   nav_cell += "<tr><td width='600' height='75' background='quiet_final2.jpg'></td>";
   nav_cell += "<td background='quiet_gap.jpg'>&nbsp;</td>";
   nav_cell += "<td width='170' height='75' align='right' valign='bottom' background='quiet3_low2.jpg'><div align='right'>";
   nav_cell += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='120' height='23' align='right'>";
   nav_cell += "<param name='movie' value='Music_Player.swf' /><param name='quality' value='high' />";
   nav_cell += "<param name='LOOP' value='false' /><param name='PLAY' value='false' /><param name='SCALE' value='exactfit' />";
   nav_cell += "<embed src='Music_Player.swf' width='120' height='23' loop='false' align='right' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' play='false' scale='exactfit'></embed>";
   nav_cell += "</object></div></td></tr></table>";
	
document.write(nav_cell);

