<!--
var pref='<TABLE BORDER=0 WIDTH=630 HEIGHT=300><TR><TD ALIGN=CENTER><FONT CLASS="';
var suff='</FONT></TD></TR></TABLE>';


IE = (document.all)
NS = (document.layers)

LBB = getCookie("LBB") == "yes" ? 1 : 0;
bgrimages=new Array();
/*
bgrimages=new Array(fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif",
fsperoot+"img/mainmenu/spacer.gif"
);*/

gocnt=0;
function ClickMouse(e) {PressedKey(e)}
function PressedKey(e) {go_next()} 

function zoom() {
msg = pref + "zoom"+zoom_index+"\">"+text[message_index]+suff;

 if (zoom_index<max_zoom_index+1){
  eval(zoomText); if (NS) {document.zoomLayer.document.close()}
  zoom_index++; setTimeout("zoom()",fade_speed)
 }
}

function go() { 
    if(gocnt==0)
    {
        SetCookie('flyingwords',1);
    }
gocnt++;
var LBB = getCookie("LBB") == "yes" ? 1 : 0;

if(LBB){
  loc = document.location.href
  loc = loc.substring(0, loc.length-1)
  domain = loc.substring(loc.lastIndexOf('/'),loc.length)
  loc = loc.substring(0, loc.lastIndexOf('/'))
  location=loc+'/lbb'+domain
  exit;
}
  
  window.focus()
  if (message_index<text.length-1) {
    
    //dbg
    if(document.body)
    {
        //alert(message_index);
        /*
        if(message_index<bgrimages.length)
        {
        document.body.background=bgrimages[message_index];
        }*/
    }    
	zoom_index = 1; zoom(); 
        message_index++;
	setTimeout("go()",delay);
  } else {go_next()}
}  // end func
/***************************************************************************/
function go_next() {
    SetCookie('flyingwords',0); 
   location = pg_next
}

-->