//Specify the marquee's width (in pixels)
var scrollerwidth=138
//Specify the marquee's height
var scrollerheight=153
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents
var scrollertext='';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="vip_buyer.htm"><br><span class="clsScrollerHeadline">How to Beat Out Other Buyers to <b>Hot New Listings</b></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText">Get a sneak preview of new listings on the market before other buyers with \"Preferred Access\".  Preferred Access gives you regular VIP bulletins with details on homes you want.&nbsp;<a href="vip_buyer.htm"><span class="clsScrollerMore">more</span></a>...</span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="zerodown.htm"><br><span class="clsScrollerHeadline"><b>Buy a Home With No Money Down</b></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText">A new program allows buyersto buy a home with no downpayment.&nbsp;<a href="zerodown.htm"><span class="clsScrollerMore">more</span></a>...</span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="gold_distress.htm"><br><span class="clsScrollerHeadline"><b>Foreclosure Daily Search Report</b></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText">Receive a free daily search report on foreclosures in your area.&nbsp;<a href="gold_distress.htm"><span class="clsScrollerMore">more</span></a>...</span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="homeeval.htm"><br><span class="clsScrollerHeadline"><b>FREE</b> Quick Over-The-Net <b>Home Evaluation</b></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText">Find out what your home is worth by answering a few easy questions.&nbsp;<a href="homeeval.htm"><span class="clsScrollerMore">more</span></a>...</span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="gold_newsletter.htm"><br><span class="clsScrollerHeadline">HomeMarketWatch Insider Newsletter - This Month\'s Feature Articles</span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText">Each month, NEW money-saving tips, household safety checklists, home improvement advice, real estate insider secrets and more.&nbsp;<a href="gold_newsletter.htm"><span class="clsScrollerMore">more</span></a>...</span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="silver_customform.htm"><br><span class="clsScrollerHeadline"></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText"></span></td></tr></table><p>';


if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+scrollerwidth+';height:'+scrollerheight+'">'+scrollertext+'</marquee>')

function regenerate()
{
  window.location.reload();
}

function regenerate2()
{
  if (document.layers)
  { setTimeout("window.onresize=regenerate",450);
    intializemarquee();
  }
}

function intializemarquee()
{
  document.scroller01.document.scroller02.document.write(scrollertext);
  document.scroller01.document.scroller02.document.close();
  thelength=document.scroller01.document.scroller02.document.height;
  scrollit();
}

function scrollit()
{
  if (document.scroller01.document.scroller02.top>=thelength*(-1))
  { document.scroller01.document.scroller02.top-=speed;
    setTimeout("scrollit()",100);
  }
  else
  { document.scroller01.document.scroller02.top=scrollerheight;
    scrollit();
  }
}