/************************************ *  This notice may not be removed  * * http://members.rogers.com/bazil/ **************************************/// Parameters of the Blinker follow://=================================//widthvar mswidth=150;//height 3 lines:55; 4 lines:90; 8 lines: 135; 9 lines: 140; 10 lines: 145var msheight=135;//message pause: message in sight!var mspause=4000; //1000=1s//blinks speed: message out of sight!var msspeed=500; // 1000=1s//background colorvar bcolor='#336699'; 
//Message blinking: change to your own! //Within a message you must use \' in lieu of ', should the case be! var singlemessages='<div class="tab">&nbsp;<div class="tab"><center><font size="+1" color="yellow">YOUR PHOTOS</font></center><div class="tab"><center>on the web!</center><div class="tab"><center>&nbsp;</center><div class="tab"><center>Share your photos</center><div class="tab"><center>on our home page</center><div class="tab">&nbsp;<div class="tab"><center><a class="sp1" href="mailto:pics@mazinaw.on.ca">Send them here</a></center><div class="tab">&nbsp;</div></div></div></div></div></div></div></div></div>'//...//The Blinker's Algorithm follows://================================var kkk=0;var timer1 = null;var timer2 = null;function startb(){if(document.all){iens6div=ieNS6sliderb;iens6marquee11();}else if(document.layers){ns4layerb=document.ns4sliderb0.document.ns4sliderb1;ns4layerb.visibility='show';ns4marquee11();}else if(document.getElementById){iens6div=document.getElementById('ieNS6sliderb');iens6marquee11(iens6div);}}function iens6marquee11(){iens6div.innerHTML=singlemessages;timer1=setTimeout("iens6marquee12(iens6div.style.top=msheight)",mspause);return;}function iens6marquee12(){timer2=setTimeout("iens6marquee11(iens6div.style.top=0)",msspeed);return;}function ns4marquee11(){ns4layerb.document.write(singlemessages);ns4layerb.document.close();timer1=setTimeout("ns4marquee12(ns4layerb.top=msheight)",mspause);return;}function ns4marquee12(){timer2=setTimeout("ns4marquee11(ns4layerb.top=0)",msspeed);return;}