function FCx(x){
  var min=30; // minimum minutes between interstitials (needs to be >15)
  if(x.indexOf('get.media')>0){
    x=unescape(x.substring(x.indexOf('&url=')+5,x.length));
  }else{
    if(document.cookie.indexOf('CxIC=1')<=0){
      x='http://media.fastclick.net/w/get.media?sid=25607&m=5&tp=6&url='+escape(x);
      var date_ob=new Date();
      date_ob.setTime(date_ob.getTime()+min*1000*60);
      document.cookie='FCxIC=1; path=/; expires='+date_ob.toGMTString();
    }
  }
  return x
}


function goAni(){
    window.setTimeout(function(){ document.getElementById('progressBar').src=document.getElementById('progressBar').src; }, 50);
}

function onSubmitButton(){
        document.getElementById("submitButtonDiv").style.display = "none";	
	
	if (navigator.appName == "Microsoft Internet Explorer") {
	document.getElementById("progressBar").innerHTML = "";
	document.getElementById("progressBar").style.display = "block";
	document.getElementById("progressBar").innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='492' height='57' id='Upload' align='middle'><param name='movie' value='http://tonemyxr.com/swf/upload.swf'><param name='quality' value='high'><param name='bgcolor' value='#ffffff'><param name='wmode' value='transparent'><embed src='http://tonemyxr.com/swf/upload.swf' quality='high' width='492' height='57' name='Upload' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></object>";
	} else {
	document.getElementById("progressBar").style.display = "block";		
	}
}
function oninfoButton(){
        document.getElementById("submitButtonDiv").style.display = "none";	
	
	if (navigator.appName == "Microsoft Internet Explorer") {
	document.getElementById("progressBar").innerHTML = "";
	document.getElementById("progressBar").style.display = "block";
	document.getElementById("progressBar").innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='509' height='60' id='Upload' align='middle'><param name='movie' value='http://tonemyxr.com/swf/create.swf'><param name='quality' value='high'><param name='bgcolor' value='#ffffff'><param name='wmode' value='transparent'><embed src='http://tonemyxr.com/swf/create.swf' quality='high' width='509' height='60' name='Create' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></object>";
	} else {
	document.getElementById("progressBar").style.display = "block";		
	}
}

function toUnicode(x,y)
{
if (y.length==x.maxLength)
	{
	var next=x.tabIndex
	if (next<document.getElementById("myForm").length)
		{
		document.getElementById("myForm").elements[next].focus()
		}
	}
}

function loadIframe(play_time, url) {
      if ( window.frames[play_time] ) {
        window.frames[play_time].location = url;   
        return false;
      }
      else return true;
    }