
/**************************************
* http://vertical-scroller.vbarsan.com/
*    This notice may not be removed 
**************************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=200;

//scroller's height
var sheight=200;


//scroller's speed 
var sspeed=5;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=2000;

//scroller's background
var sbcolor="#FFFFFF";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
var singletext=new Array();

singletext[0] = '<div class="ram_TickerBodyText">For almost four decades, Ramirez has been a premier fixed income portfolio manager and underwriter. Learn how we can help you grow your assets through both tax-exempt and taxable bonds. <b>Contact a Ramirez representative for a free consultation on tax-advantaged fixed income investing.</b></div>';
singletext[1] = '<div class="ram_TickerBodyText">Ramirez offers tailored equity and balanced strategies for investors of all sizes. <b>Contact a Ramirez representative for a portfolio and asset allocation review.</b></div>';
singletext[2] = '<div class="ram_TickerBodyText">The financial and economic times have been tough causing price fluctuations in many key asset classes from real estate, to stocks and bonds. Despite these tumultuous markets and trying times, it is an ideal time for tax and estate planning.  (Click <a href="Default.aspx" target="_top" style="color: #993333;"><b>here</b></a>  for tax strategies)</div>';
singletext[3] = '<div class="ram_TickerBodyText"><b>Are you on track for retirement or need to re-evaluate your retirement savings?</b>  Check out our retirement savings calculator to see if retiring early is in your cards. (Click <a href="Default.aspx" target="_top"  style="color: #993333;"><b>here</b></a> retirement calculator)</div>';
singletext[4] = '<div class="ram_TickerBodyText"><b>Do you know what you really own?  Are you fully diversified within your individual investments and mutual funds?</b>  A closer look may surprise you.  <b>Contact a Ramirez representative for a FREE portfolio review.</b></div>';
singletext[5] = '<div class="ram_TickerBodyText"><b>Have you reviewed your company 401(k) plan? Contact a Ramirez representative for a FREE review of your 401(k) plan to see if our team can help you improve performance, participation and lower the cost of your plan.</b></div>';
singletext[6] = '<div class="ram_TickerBodyText"><b>Have you made a change in your employment this year?</b>  Consider rolling over your old 401(k) or other qualified plan to an IRA rollover. (Click <a href="Default.aspx" target="_top"  style="color: #993333;"><b>here</b></a> retirement accounts)</div>';
singletext[7] = '<div class="ram_TickerBodyText"><b>Did you pay too much in taxes last year?  Contact a Ramirez representative for investment strategies on tax-exempt or tax advantaged investing.</b></div>';
singletext[8] = '<div class="ram_TickerBodyText">A carefully crafted estate plan can help you provide for your family\'s financial security at the lowest possible tax cost.  <b>Contact a Ramirez representative for help in preparing an estate plan or update an existing plan.</b> A periodic review is necessary with changes in one\'s personal and financial situation as well as any changes in the gift and estate tax laws and regulations.</div>';
singletext[9] = '<div class="ram_TickerBodyText">If you want to establish an Individual 401(k), SEP-IRA or other QRP (qualified retirement plan) this year for your small business, the account must be opened by December 31.  (Click <a href="Default.aspx" target="_top" style="color: #993333;"><b>here</b></a> business retirement strategies)</div>';


//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->
