<!-- 

// Added by Gary Elsbernd to control the size of the demo window

function windowopener(){
	window.open('http://www.assurantemployeebenefits.com/816/aebcom/xhtml_clip/AEBOnlineAdvantage.html','help','left=50,top=20,width=800,height=600,toolbar=0,resizable=0,scrollbars=0');
	}

function popupMe() {
	window.open('sweepstakes.htm','Sweepstakes','width=500,height=550,left=300,top=50,resizable=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,copyhistory=0,status=0');
}

// Distributed by http://www.hypergurl.com

// Scrollers width here (in pixels)
var scrollerwidth="258px"

// Scrollers height here
var scrollerheight="73px"

// Scrollers speed here (larger is faster 1-10)
var scrollerspeed=1

// Scrollers content goes here! Keep all of the message on the same line!
var scrollercontent='' +


// ENTER SCROLLING MESSAGES BELOW
// Instructions:
//   Start every line with a tick mark (').
//   End every line with a tick and plus mark (' +).
//   Use <b> tag to bold text.
//   Use one <br> tag to create a line break.
//   Use two <br> tags to create a blank line to separate messages.


	'<h1>Assurant Employee Benefits has expanded its PPO Dental Network.</h1>' +
	'<a href="http://www.assurantemployeebenefits.com/smiles/" target="_blank">90,000 reasons to smile + One great dental program that will have your clients grinning from ear to ear!</a>' +

    '<h1>Some things are meant to be shared...' +
	'<a href="http://www.assurantemployeebenefits.com/smiles/" target="_blank">learn more</a>' +
	' about Family Share Max.</h1>' +
	
	'<h1>In a hurry?</h1>' + 
	'<a href="why-aeb-voluntary.pps" target="_blank">Download</a> our new presentation on voluntary trends and opportunities.'+

    '<h1>Serious Disability Product Opens Doors To Underserved Industries.</h1>'+
	'<a href="pdfs/disability-spectrum.pdf" target="_blank">View the Voluntary Spectrum Brochure</a>'+
		
	'<h1>Grandes Noticias!</h1>' +
	'Assurant Employee Benefits Announces <a href="offerings.htm#enrollment" target="_blank">Expanded Spanish Language Support.</a> ' +

	'<h1>What are they thinking?</h1>' +
	'<a href="pdfs/reprint-of-with-entire-value-in-mind.pdf" target="_blank">LIMRA investigates how employees decide to purchase voluntary benefits.</a>' +
	
	'<h1>Brokers that sell with Assurant Employee Benefits have an advantage.</h1>' +
	'An online advantage that is. <a href="#" onclick="windowopener()">Click here</a> for demo.' +

	'<h1><a href="http://www.zoomerang.com/survey.zgi?p=WEB225J4WZ6VYW" target="_blank">Tell us more about yourself.</a></h1>' +

// DO NOT ENTER MESSAGE TEXT BELOW THIS LINE


'';

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
}
// Value = base scrolling speed that var scrollerspeed uses (larger = slower)
lefttime=setInterval("scrollscroller()",65)
}
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))
if (ns_scroller.top>(actualheight*(-1)))
ns_scroller.top-=copyspeed
else
//ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.top=parseInt(scrollerheight)
}
}

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>')
}
}
}
-->
