<!-- hide script from old browsers

var scrollerwidth=350			// (1)
var scrollerheight=70			// (2)
var scrollerbgcolor='ffffff'		// (3)


var messages=new Array()  // (4) Below here
messages[0]="<font face='verdana' size='1' color='navy'>    </font>"
messages[1]="<font face='verdana' size='2' color='navy'>eMortgageSolution.com has been a free service for 11 years - helping families get into homes & helping people refinance to improve quality of life.</font>"
messages[2]="<font face='verdana' size='2' color='navy'>Applications are reviewed by experienced mortgage credit consultants - and <B>the right wholesale mortgage lenders</B>, are carefully matched for each applicant's eMortgage auction.</font>"
messages[3]="<font face='verdana' size='2' color='maroon'>Problem solving strategies provide <b>solution financing</b> for many situations.  Prior turn downs often find success with the eMortgage auction; even when compounded with income problems.</font>"
messages[4]="<font face='verdana' size='2' color='navy'>Through this website and the nationwide research that supports it, <B>opportunities that would otherwise be missed are realized.</B></font>"
messages[5]="<font face='verdana' size='2' color='navy'><B>Tell us your objective when you apply</B> —<br>so that we can meet our objective and provide you with a confidential <b> optimized eMortgage</b> auction with the right lenders for the lowest rate bids.</font>"
messages[6]="<font face='verdana' size='2' color='maroon'><B>Solution financing</B> means understanding a wide range of credit issues and being experienced with programs that can address those issues.</font>"
messages[7]="<font face='verdana' size='2' color='navy'><B>Solution financing</B> also means knowing which progressive lenders are actively seeking new borrowers for the programs needed to get the job done.</font>"


///////----------------------------------------------------

if (messages.length>1)
i=2
else
i=0

function move1(whichlayer){
tlayer=eval(whichlayer)
if (tlayer.top>0&&tlayer.top<=5){
tlayer.top=0
setTimeout("move1(tlayer)",7500)
setTimeout("move2(document.main.document.second)",7500)
return
}
if (tlayer.top>=tlayer.document.height*-1){
tlayer.top-=5
setTimeout("move1(tlayer)",100)
}
else{
tlayer.top=scrollerheight
tlayer.document.write(messages[i])
tlayer.document.close()
if (i==messages.length-1)
i=0
else
i++
}
}

function move2(whichlayer){
tlayer2=eval(whichlayer)
if (tlayer2.top>0&&tlayer2.top<=5){
tlayer2.top=0
setTimeout("move2(tlayer2)",7500)
setTimeout("move1(document.main.document.first)",7500)
return
}
if (tlayer2.top>=tlayer2.document.height*-1){
tlayer2.top-=5
setTimeout("move2(tlayer2)",100)
}
else{
tlayer2.top=scrollerheight
tlayer2.document.write(messages[i])
tlayer2.document.close()
if (i==messages.length-1)
i=0
else
i++
}
}

function move3(whichdiv){
tdiv=eval(whichdiv)
if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){
tdiv.style.pixelTop=0
setTimeout("move3(tdiv)",7500)
setTimeout("move4(second2)",7500)
return
}
if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){
tdiv.style.pixelTop-=5
setTimeout("move3(tdiv)",100)
}
else{
tdiv.style.pixelTop=scrollerheight
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}

function move4(whichdiv){
tdiv2=eval(whichdiv)
if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){
tdiv2.style.pixelTop=0
setTimeout("move4(tdiv2)",7500)
setTimeout("move3(first2)",7500)
return
}
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
tdiv2.style.pixelTop-=5
setTimeout("move4(second2)",100)
}
else{
tdiv2.style.pixelTop=scrollerheight
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}

function startscroll(){
if (document.all){
move3(first2)
second2.style.top=scrollerheight
}
else if (document.layers){
move1(document.main.document.first)
document.main.document.second.top=scrollerheight+5
document.main.document.second.visibility='show'
}
}

// end hiding script from old browsers -->