<!-- Hide script from old browsers

if(document.images){

weblinks = new Image
news = new Image
about = new Image
photos = new Image
members = new Image
contact = new Image
menu = new Image

weblinks.src = "redlinks.jpg"
menu.src = "menu.jpg"
news.src = "rednews.jpg"
about.src = "redabout.jpg"
photos.src = "redphotos.jpg"
members.src = "redmembers.jpg"
contact.src = "redcontact.jpg"


}

else{
news = ""
about = ""
photos = ""
members = ""
links = ""
contact = ""
menu = ""

document.roll = ""
}

function check(){
var reply = prompt("Enter the Password", "");
if(reply != null){
window.open(reply+".html");
}
}
//End hiding script from old browsers -->