var homePath = "http://www.big927fm.com/";

document.write('<div id="banner_area" style="background-image:url(images/banners/loading.png);background-repeat:no-repeat;"><a href="http://www.facebook.com/bigcbslove?sk=app_308085625909173" target="_new"><img src="http://bigcbs.com/love/images/banners/web-banner.gif" width="853" height="73" border="0" onload="javascript:callSetTimeoutBanner(\'3\');" /></a></div>');


	var fileref=document.createElement('link');
	fileref.setAttribute("rel","shortcut icon");
	fileref.setAttribute("href", "favicon.ico");

  function RotateImages(Start)
  {
	var ImageHolder = document.getElementById('banner_area');

  	if(Start == 3)
		Start=0;
		
	switch(Start)
	{
		/*case 0:
			ImageHolder.innerHTML = '<a href="http://www.big927fm.com/audiopodcast_inner.php?podcastid=10" target="_new"><img src="images/banners/NYF-web-banner_853x73.jpg" width="853" height="73" border="0" onload="javascript:callSetTimeoutBanner(\'' + (Start+1) + '\');" /></a>';
			break;		*/
		/*case 1:
			ImageHolder.innerHTML = '<a href="http://bigcbs.com/specials/isb/" target="_new"><img src="images/banners/ISB-web-banner_853x73.jpg" width="853" height="73" border="0" onload="javascript:callSetTimeoutBanner(\'' + (Start+1) + '\');" /></a>';
			break;*/
		/*case 2:
			ImageHolder.innerHTML = '<a href="http://www.927bigfm.com/Microsites/brsa/" target="_new"><img src="images/banners/Web_Banner1.jpg" width="853" height="73" border="0" onload="javascript:callSetTimeoutBanner(\'' + (Start+1) + '\');" /></a>';
			break;*/
		case 0:
			ImageHolder.innerHTML = '<a href="http://www.facebook.com/bigcbslove?sk=app_308085625909173" target="_new"><img src="http://bigcbs.com/love/images/banners/web-banner.gif" width="853" height="73" border="0" onload="javascript:callSetTimeoutBanner(\'' + (Start+1) + '\');" /></a>';
			break;
	}
 }
 
	function fbs_click(urltoshare,ttl)
	{
		u=urltoshare;
		t=ttl;
		//alert("A : " + 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}
	
	function tw_click(urltoshare,ttl)
	{
		u=urltoshare;
		t=ttl;
//		window.open('http://twitter.com/share?url='+encodeURIComponent(u),'Twitter Share','toolbar=0,status=0,width=626,height=436');
	window.open('http://twitter.com/home?status='+ encodeURIComponent(ttl) + ' ' + encodeURIComponent(u),'Twitter Share','toolbar=0,status=0,width=800,height=436');
		return false;
	}
 
	function callSetTimeoutBanner(slideindex)
	{
		window.setTimeout("RotateImages("+ slideindex +")",10000);
	}
  
