/****************************************************************************/
/* Central Christian Church Javascripts - Version 2.0.0 - November 5, 2006 */
/****************************************************************************/

/*----------------------------------------------------------------------------------------------*/

/* creates top navigation bar */
function getTopNav(){
	var html = '';
	
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="765" height="186">'
  	html += '<param name="movie" value="flash/nav.swf">'
  	html += '<param name="quality" value="high">'
	html += '<param name="wmode" value="transparent" />'
  	html += '<embed src="flash/nav.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="765" height="186"></embed>'
	html += '</object>';
	
	document.write(html);
}

/*----------------------------------------------------------------------------------------------*/

/* creates botom navigation bar */
function getBottomNav(){
	var html = '';
	
	html += '<img src="graphics/bottom_bar.gif" height="55" width="765">';
	
	document.write(html);
}

/*----------------------------------------------------------------------------------------------*/

/* creates side bar */
function getSideCol(){
	var html = '';
	
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="194" height="382">'
  	html += '<param name="movie" value="flash/testimonials.swf">'
  	html += '<param name="quality" value="high">'
	html += '<param name="wmode" value="transparent" />'
  	html += '<embed src="flash/testimonials.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="194" height="382"></embed>'
	html += '</object>';
	
	document.write(html);
}

/*----------------------------------------------------------------------------------------------*/

/* creates side bar home */
function getSideColHome(){
	var html = '';
	
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="194" height="382">'
  	html += '<param name="movie" value="flash/testimonials.swf">'
  	html += '<param name="quality" value="high">'
	html += '<param name="wmode" value="transparent" />'
  	html += '<embed src="flash/testimonials.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="194" height="382"></embed>'
	html += '</object>';
	
	document.write(html);
}

/*----------------------------------------------------------------------------------------------*/


/* creates home pics */
function getHomePics(){
	var html = '';
	
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="522" height="349">'
  	html += '<param name="movie" value="flash/homepics.swf">'
  	html += '<param name="quality" value="high">'
	html += '<param name="wmode" value="transparent" />'
  	html += '<embed src="flash/homepics.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="522" height="349"></embed>'
	html += '</object>';
	
	document.write(html);
}

/*----------------------------------------------------------------------------------------------*/

/* creates window world radio */
function getWWRadio(){
	var html = '';
	
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0" width="443" height="211">';
	html += '<param name="movie" value="media/wwradio.swf">';
  	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent" />';
  	html += '<embed src="media/wwradio.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="443" height="211"></embed>';
	html += '</object>';
	
	document.write(html);
}
	
/*----------------------------------------------------------------------------------------------*/