
function goto_URL(object) {
    window.location.href = "http://www.realitytvworld.com/index/articles/newsshow.php?x=" + object.options[object.selectedIndex].value;
}

function goto_showforum(object) {
    window.location.href = "http://community.realitytvworld.com/boards/cgi-bin/dcboard.cgi?az=list&conf=DCConfID" + object.options[object.selectedIndex].value;
}

function goto_showpage(object) {
    window.location.href = object.options[object.selectedIndex].value;
}


<!-- FASTCLICK.COM INTERSTITIAL HEAD CODE v1.0 for survivorblows.com -->

function FCx(x){
  var min=15; // 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=4544&m=5&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
}

<!-- FASTCLICK.COM INTERSTITIAL HEAD CODE v1.0 for survivorblows.com -->