<!--
function gottaJump(url)
{
   url = "" + url;
   
   if(url.indexOf("NOOP") == -1) {
	    top.location = url;
   }
}
//-->