<!-- '"NorthSky"' -->
<!-- Auto Banner Insertion Begin -->
<div id=aws_6894 align=right><DIV ID="raw_ad" STYLE="position:absolute;top:-700px;" ALIGN=center>  <IMG SRC="/fs_img/spacer1.gif" WIDTH=1 HEIGHT=1><A HREF="http://freeservers.com/cgi-bin/redirect?id=ORBITZ_EUTOWER_FS" TARGET="_blank"><IMG SRC="http://ad.doubleclick.net/ad/N2870.ab/B42626;sz=120x600" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Auto Loan"></A><IMG SRC="http://statistics.s5.com/ORBITZ_EUTOWER_FS.html" WIDTH=1 HEIGHT=1>

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2 WIDTH=100%><TR>
<TD ALIGN=center BGCOLOR="#FFFFFF"><A HREF="#" ONFOCUS="blur();" ONCLICK="m_yx=Math.abs(m_yx);move_vert();return false;"><FONT STYLE="text-decoration:none;font-weight:normal;letter-spacing:normal;" SIZE="1" FACE="Arial,Helvetica" COLOR="#000099">Visit Sponsor</FONT></A><IMG SRC="http://statistics.s5.com/tower_scroller_impression.html" WIDTH=1 HEIGHT=1></TD>
</TR></TABLE></DIV><DIV ID="s_div1" STYLE="position:absolute;top:0px;z-index:10;">
<TABLE BORDER="0" CELLSPACING="2" CELLPADDING="0" HEIGHT="60" WIDTH="134" BGCOLOR="3366CC"
><FORM ACTION="http://members.freeservers.com/cgi-bin/partner_search" METHOD="get" TARGET="blank"
><TR VALIGN="TOP"
  ><TD WIDTH="130"
    ><A HREF="http://www.freeservers.com" TARGET="_blank"
    ><IMG SRC="/cgi-bin/image/images/bannertype/100X22.gif" WIDTH=100 HEIGHT=22 BORDER=0
    ></A
    ><A HREF="/cgi-bin/login" TARGET="_blank"
    ><IMG SRC="/cgi-bin/image/images/bannertype/login_chunkx.gif" WIDTH=30 HEIGHT=22 BORDER=0
    ></A
    ><BR
    ><A HREF="/cgi-bin/redirect?id=fsbanner-get500mb" TARGET="_blank" onclick="window.open('/cgi-bin/redirect?id=fsbanner-get500mb','get500mb'); return false;"><IMG SRC="/cgi-bin/image/images/bannertype/refer_chunkx.gif" WIDTH=130 HEIGHT=15 BORDER=0></A><BR
    ><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%
      ><TR
        ><TD VALIGN=MIDDLE ALIGN=center
          ><FONT STYLE="font-size: 10px"
          ><INPUT TYPE=text SIZE="8" NAME="q" STYLE="width: 75px;height: 17px; font-size: 10px"
          ></FONT
         ></TD
         ><TD VALIGN=MIDDLE ALIGN=RIGHT
         ><INPUT TYPE=image NAME=submit SRC=/cgi-bin/image/images/bannertype/searchx.gif BORDER=0 WIDTH=48 HEIGHT=18 HSPACE=0></TD
      ></TR
    ></TABLE
  ></TD
></FORM></TR
></TABLE></DIV>
<script><!--
var g=new Date(); g=(window.bRand1 ? window.bRand1 : g.getTime()%1000); window.bRand1=g;
document.writeln('<iframe name=ns_3059 width="1" height="1" bgcolor="white" hspace=0 vspace=0 src=http://free.s5.com/cgi-bin/b/1/1/dXNlcmJhbm5lcg==/is/'+g+'/?ns_3059 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>');
//--></script><noscript><iframe name=ns_3059 width="1" height="1" bgcolor="white" hspace=0 vspace=0 src=http://free.s5.com/cgi-bin/b/1/1/dXNlcmJhbm5lcg==/in/3059/?ns_3059 scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe></noscript>



<!-- 
Note: "Why the weird >< notation above?"  
I discovered that it overcomes an apparent flaw in the way HTML gets rendered. 
In box containers (ie <TD>'s and <DIV>'s) a line feed after a trailing > (greater than) 
results in the browser puting in unwanted space (this happens on many of the freeservers.com 
HELP buttons for example) by structuring the source as it is here the outline format can be maintained 
(margins, tabs, etc) and the rendering isn't impacted... also the browser doesn't care about the line feed 
between the closing tag property and the closing tag symbol ">".  It's very useful in contexts where the 
visual formatting is imperative, but you don't want to torment your developers by removing line feeds and 
making them scroll 1000 characters to the right on a single line while trying to find an error!
-->
 


<script>

// Tower Scroller Script
// created: 05/20/01 2:30AM
// Questions, comments, issues? thomas@esqsoft.com

var sldrmtimer;
var sldrmwidth;     // scrolling box, width
var sldrmheight;    // scrolling box, height
var m_x;            // scrolling box, left
var m_y;            // scrolling box, top
var m_xx;           // scrolling box, horizontal velocity
var m_yx;           // scrolling box, vertical velocity
var m_long_pause;   // yip
var m_frame_pause;  // time between animation
var sldrsheight;    // stationary box, height
var s_left;         // stationary box, left
var s_top;          // stationary box, top
var scroll_runs=1;  // decrementer
set_vars(1);        // define initial values

function set_div(){
  set_vars(1);
  document.all.m_div1.style.top=m_y;
  document.all.m_div1.style.left=m_x;
  if(sldrmtimer){clearTimeout(sldrmtimer); sldrmtimer=null;}
  sldrmtimer=setTimeout('move_vert();',1000);
}

function set_vars(ret){
  sldrmwidth=134;
  sldrmheight=600;
  if(navigator.appName.indexOf('ape')!=-1) m_x=(window.innerWidth-(sldrmwidth));
  else m_x=(document.body.clientWidth-(sldrmwidth));
  m_y=(0+sldrsheight);
  m_xx=15;
  m_yx=20;
  m_long_pause=8000; // seconds * 1000
  m_frame_pause=75;  // milliseconds
  sldrsheight=59;
  if(navigator.appName.indexOf('ape')!=-1) s_left=(window.innerWidth-(sldrmwidth));
  else s_left=(document.body.clientWidth-(sldrmwidth));
  s_top=0;
  if(!ret){
    clearTimeout(sldrmtimer); sldrmtimer=null;
    sldrmtimer=setTimeout('move_vert();',m_long_pause);
  }
}

function move_vert(){
  if(navigator.appName.indexOf('ape')!=-1) return;
  if(m_yx<0){
    if((m_y+m_yx) < (0-(sldrmheight-sldrsheight))){
      document.all.m_div1.style.top=(0-(sldrmheight-sldrsheight));
      clearTimeout(sldrmtimer); sldrmtimer=null;
      sldrmtimer=setTimeout('move_wait();',m_frame_pause);
      return;
    }
  }
  else{
    if((m_y+m_yx) > (sldrsheight)){
      document.all.m_div1.style.top=(sldrsheight);
      clearTimeout(sldrmtimer); sldrmtimer=null;
      sldrmtimer=setTimeout('move_wait("v");',m_frame_pause);
      return;
    }
  }
  m_y+=m_yx;
  document.all.m_div1.style.top=m_y;
  clearTimeout(sldrmtimer); sldrmtimer=null;
  sldrmtimer=setTimeout('move_vert();',m_frame_pause);
}

function move_wait(mopt){
  clearTimeout(sldrmtimer); sldrmtimer=null;
  if(mopt=='h'){ sldrmtimer=setTimeout('move_horz();',m_long_pause);}             //move horizontally
  if(mopt=='v'){ m_yx*=-1;	sldrmtimer=setTimeout('move_vert();',m_long_pause);}  //move vertically
}

function move_end(){
  clearTimeout(sldrmtimer); sldrmtimer=null;
  sldrmtimer=setTimeout('set_vars(0);',m_long_pause);	
}

function move_horz(){
  if(navigator.appName.indexOf('ape')!=-1) return;
  else{
    if(m_x+m_xx<(document.body.clientWidth)){
      m_x=m_x+m_xx;
      document.all.m_div1.style.left=m_x;
      clearTimeout(sldrmtimer); sldrmtimer=null;
      sldrmtimer=setTimeout('move_horz();',m_frame_pause);
    }
    else{
      clearTimeout(sldrmtimer); sldrmtimer=null;
      scroll_runs--; 
      if(scroll_runs>0) sldrmtimer=setTimeout('set_div(1);',1000);
      else{ 
        sldrmtimer=null;
        document.all.m_div1.style.top=(0-(sldrmheight-sldrsheight)); // persistent chunk
        document.all.m_div1.style.left=(document.body.clientWidth-(sldrmwidth+1));
      }
    }
  }
}

function start_me_s_div(){
  if(navigator.appName.indexOf('ape')!=-1) return;
  else{      
    if(scroll_runs>0) start_me_m_div();
    place_panels();
  }
}

function start_me_m_div(){
  if(navigator.appName.indexOf('ape')!=-1) return;
  else{
    document.write('<DIV ID="m_div1" ALIGN=center STYLE="background-color:3366CC;position:absolute;top:'+sldrsheight+'px;z-index:9;width:'+sldrmwidth+'px;height:610px;"></DIV>');
    document.all.m_div1.innerHTML=document.all.raw_ad.innerHTML;
    sldrmtimer=setTimeout('set_vars(0);',1000);
  }
}

function place_panels(){
  var test='aws_6894';
  if((test.length>0) && (document.all.aws_6894)){
    var test=document.all.aws_6894.align;
    var testl=test.toLowerCase();
    if (testl=='left')  m_x=0;
    else if (testl=='right') m_x=(document.body.clientWidth-sldrmwidth);
    else  m_x=((document.body.clientWidth/2)-(sldrmwidth/2));
  }
  else m_x=(document.body.clientWidth-sldrmwidth);
  document.all.s_div1.style.left=m_x;
  document.all.m_div1.style.left=m_x;
}

if(navigator.appVersion.indexOf('MSIE')!=-1){ start_me_s_div(); }
</script>

<script for=window event=onresize>
place_panels();
</script>



</div><!-- Auto Banner Insertion Complete THANK YOU -->