

// 
<!-- Begin
var Message="CUSTIN POOL PLANS and DESIGNS ... Be ready for summer; build your own swimming pool today!";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300); 
} else {
place++;
window.setTimeout("scrollIn()",50); 
} 

}
// End -->
