function RunScroll()
{
//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="buyerscenter.htm"><img src="images/getthemosthome.gif" border="0"><br><span class="clsScrollerHeadline"></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText"></span></td></tr></table><p>';
scrollertext+='<table width="138" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2"><a href="sellerscenter.htm"><img src="images/yourhomesold.gif" border="0"><br><span class="clsScrollerHeadline"></span></a></td></tr><tr><td>&nbsp;&nbsp;</td><td><span class="clsScrollerText"></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> Free, 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="http://www.rochestermnhomes.com/gold_newsletter.asp"><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="http://www.rochestermnhomes.com/gold_newsletter.asp"><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="vipmember.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="vipmember.htm"><span class="clsScrollerMore">more</span></a>...</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();
  }
}
