
// Distributed by http://www.hypergurl.com

// Scrollers width here (in pixels)
var scrollerwidth="250px"

// Scrollers height here
var scrollerheight="75px"

// Scrollers speed here (larger is faster 1-10)
var scrollerspeed=1
var scrollerspeedTime = 55


// Scrollers content goes here! Keep all of the message on the same line!


var scrollercontent='<div class="ScrollingPadding"><table width="100%"  border="0" cellspacing="0" cellpadding="5"><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL ANNOUNCES 2009 HIGHLIGHTS</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL SUBLEASES 19,150 SQUARE FOOT GIANT FOOD SPACE IN ESSEX, MARYLAND</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL REPRESENTS LA FITNESS IN 47,380 SQUARE FOOT LEASE FOR FOURTH LOCATION IN THE WASHINGTON/BALTIMORE REGION</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL ANNOUNCES RECENT WASHINGTON DC, MARYLAND, AND VIRGINIA RETAIL LEASE TRANSACTIONS TOTALING 42,471 SQUARE FEET</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL ANNOUNCES LOWE’S LEASES 140,000 SF IN TOWSON, MD</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL ANNOUNCES RECENT MARYLAND AND VIRGINIA RETAIL LEASE TRANSACTIONS TOTALING 161,872 SQUARE FEET</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/HRNews/" class="ScrollingLink">H & R RETAIL ANNOUNCES 2008 TRANSACTION TOTALS</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/Properties/PropertyDetails.asp?PID=203" class="ScrollingLinkPro">Rivertowne Commons<br>Space Available; Oxon Hill, MD</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/Properties/PropertyDetails.asp?PID=219" class="ScrollingLinkPro">Brandywine Crossing<br>Regional Project with Excellent Co-Tenants</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td class="ScrollingLinkPro">8,000 SF Available Adjacent to New Giant Food in Timonium, MD</td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/Properties/PropertyDetails.asp?PID=218" class="ScrollingLinkPro">8,140 SF Available at University Place Center in Langley Park, MD</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/Properties/PropertyDetails.asp?PID=211" class="ScrollingLinkPro">Join Giant and Jo-Ann Fabric at Diamond Square in Gaithersburg, MD</a></td></tr><tr><td colspan="2"><img src="Graphics/RedBG-scrolling.gif" width="100%" height="1"></td></tr><tr valign="top"><td>-</td><td><a href="SiteContent/Properties/PropertyDetails.asp?PID=207" class="ScrollingLinkPro">Join Giant and Lowe\'s at Rosewick Crossing in LaPlata, MD</a></td></tr></table></div>'


var pauseit=1


// Change nothing below!

scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
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()",scrollerspeedTime)
}
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:0px;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>')
}
}
}
*/