<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("All Pictures Are Copyright Of Cyberbid Services and/or the respective photographers");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

	function init() {
		
		myLimitedTextarea2 = new Bs_LimitedTextarea('Message2', 500);
		myLimitedTextarea2.infolineText     = 'Remaining Characters available:';
		myLimitedTextarea2.infolineCssStyle = "font-family:arial; font-size:11px; color:#012345;";
		myLimitedTextarea2.numberCssStyle   = "border:2px inset; width:40px; text-align:right;";
		myLimitedTextarea2.useProgressBar   = true;
		myLimitedTextarea2.draw();
	}


function Go(x)
   {
    if(x == "nothing")
    {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
    }
    else if(x == "end") top.location.href = location;
    else
    {
      location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
    }
  }

//slider's width
var swidth=190

//slider's height
var sheight=200

//slider's speed
var sspeed=1

//messages: 
var singletext=new Array()
singletext[0]='<div align="justify"><font face=Arial size=2 color="black"><div align="center"><a href="contribute.htm" target="_self"><b>Wanted:</b><br /></div>Any and all manhole cover pictures from around the world! I will single out a few countries that we don't yet have as I've noticed hits from those places in my stats: Italy; South Africa; New Zealand; China; Mexico!! We would very much appreciate all help in growing this website!! Thanks!</a><br /><div align="center"><a href="mailto:photos@manhole.ca?subject=Manhole Cover Pictures">photos@manhole.ca</a></div><br /><br /><div align="center"><a href="contribute.htm" target="_self">Click here for information on how to contribute.</a></div></div></font>'
singletext[1]='<div align="justify"><font face=Arial size=2 color="black"><div align="center"><a href="giveaway-winners.htm" target="_self">March Contest:<br /><img src="rating/images/s375.jpg" width="50" height="50" border="1"></div><br />An April winner has been selected - Ulla M. Holm is the March 2005 ManHole.ca Photo Contest Bragging Rights Champion! Congrats Ulla.<br />Vote again in May (now ;-) ) for the next monthly contest...<br /><div align="center">&nbsp;</div></a></font></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}

// End -->
