var scrollerwidth="178px"

var scrollerheight="238px"

var scrollerspeed= "1"

var scrollercontent='<center><div class="scrolltext"><font color="#32474A"><p><strong>Big Builder magazine asked Jane to create a webinar on using design studios to increase revenue for builders and to help sell more homes. It premieres soon on www.bigbuilder.com.  "Cash By Design" gives you a sneak peak at Jane\'s information-packed webinar format which will provide you with tons of actionable items designed to drive more cash into your company!</p><p><strong>  Check out our own webinar series, the highly-acclaimed "UNIVERSITY OF SUCCESS".  </strong><br> Take advantage of this unbeatable opportunity to see and hear Jane reveal dozens of strategies to drive more revenue into your company with a limited time purchase opportunity AT ALMOST 50% OFF!!  The powerful webinar format allows you access to information at a fraction of the cost of working live with Jane!  Click on University of Success Webinar Series for more information.</p><p>  If you need to create a new design studio space, our newest product, "Do It Yourself Design Studio" is the answer to your need. We\'ve collaborated with a leading display fabrication company to bring you everything you need to DO IT YOURSELF!! Check out our products and services section for more info.</p><p>Success Strategies is honored to be the winner of  the 2009 "The Nationals" Silver award for best design center in the country, for Main Street Homes; three 2008 "The Nationals" regional and silver awards for best design centers for Eastbrook Homes, Touchstone Homes and Orleans Homebuilders; and is also the proud recipient of the 2007 "The Nationals" Gold Award for "2007 Best Design Center" in the country for our collaboration with Renaissance Homes in Portland, OR.  These prestigious awards are presented by the NAHB at the International Builders Show each February.</p></font></div><center>'

var pauseit=1


scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) 
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

function populate(){
if (iedom){
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
cross_scroller.innerHTML=scrollercontent
actualheight=cross_scroller.offsetHeight
}
else if (document.layers){
ns_scroller=document.ns_scroller.document.ns_scroller2
ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",50)
}
window.onload=populate

function scrollscroller(){

if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
else
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
}
else if (document.layers){
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed
else
ns_scroller.top=parseInt(scrollerheight)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:-10px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')
}
}
}

