
		var mqBOXW    = "100%"
		var mqFORE    = "#FFFFFF"
		var mqWIDE    = "710px"
		var mqContent = ""
		
					mqContent += '<a style="color:' + mqFORE + '; text-decoration: none;" href="https://www.merchanttransact.net/merchant/default.aspx?code=VROA" target="_blank">See RentalAvenue.com Online Management Software (click here) - www.RentalAvenue.com</a>';
					mqContent += '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
					
					mqContent += '<a style="color:' + mqFORE + '; text-decoration: none;" href="http://www.VROA.com" target="_blank">See our Property Listing Site - www.VROA.com</a>';
					mqContent += '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
					
		/*
		Cross browser Marquee script- © Dynamic Drive (www.dynamicdrive.com)
		For full source code, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdrive.com
		Credit MUST stay intact
		*/
		var mqTall = "14px"
		var mqPace = 2
		var mqPaws = 1
		var mqCopyPace = mqPace
		var mqPawsPace = (mqPaws==0) ? mqCopyPace : 0
		var mqIEdom = document.all || document.getElementById
		var mqActualWide, mqCxMarquee, mqNsMarquee

		if (mqIEdom) document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+mqContent+'</span>')

		function mqPopulate(){
			if (mqIEdom){
				mqCxMarquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
				mqCxMarquee.style.left=parseInt(mqWIDE)+8+"px"
				mqCxMarquee.innerHTML=mqContent
				mqActualWide=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
			}
			else if (document.layers){
				mqNsMarquee=document.mqNsMarquee.document.ns_marquee2
				mqNsMarquee.left=parseInt(mqWIDE)+8
				mqNsMarquee.document.write(mqContent)
				mqNsMarquee.document.close()
				mqActualWide=mqNsMarquee.document.width
			}
			lefttime=setInterval("mqDoScroll()",60)
		}

		function mqDoScroll(){
			if (mqIEdom){
				if (parseInt(mqCxMarquee.style.left)>(mqActualWide*(-1)+8))
					mqCxMarquee.style.left=parseInt(mqCxMarquee.style.left)-mqCopyPace+"px"
				else
					mqCxMarquee.style.left=parseInt(mqWIDE)+8+"px"
			}
			else if (document.layers){
				if (mqNsMarquee.left>(mqActualWide*(-1)+8))
					mqNsMarquee.left-=mqCopyPace
				else
					mqNsMarquee.left=parseInt(mqWIDE)+8
			}
		}

		if (mqIEdom||document.layers){
			with (document){
				write('<table align="center" border="0" cellpadding="0" cellspacing="0" width="' + mqBOXW + '">')
				write('<tr><td>&nbsp;&nbsp;</td><td nowrap>')
				if (mqIEdom){
					write('<div style="position:relative;width:'+mqWIDE+';height:'+mqTall+';margin: 4px 0px;overflow:hidden">')
					write('<div style="position:absolute;width:'+mqWIDE+';height:'+mqTall+';" onMouseOver="mqCopyPace=mqPawsPace" onMouseOut="mqCopyPace=mqPace">')
					write('<div id="iemarquee" style="position:absolute;left:0px;top:0px">')
					write('</div></div></div>')
				}
				else if (document.layers){
					write('<ilayer width='+mqWIDE+' height='+mqTall+' name="mqNsMarquee">')
					write('<layer name="ns_marquee2" left=0 top=0 onMouseOver="mqCopyPace=mqPawsPace" onMouseOut="mqCopyPace=mqPace"></layer>')
					write('</ilayer>')
				}
				write('</td></tr></table>')
			}
		}

		function mqCrossAttachEvent( o, e, f )
		{
			if ( o.addEventListener )
			{
				o.addEventListener( e, f, false );
			}
			else if ( o.attachEvent )
			{
				o.attachEvent( "on" + e, f );
			}
		}

		mqCrossAttachEvent( window, 'load', mqPopulate );
		