<!-- Begin
number=Math.round(Math.random()*7)+1
if(number==1){
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour1.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==2) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour2.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==3) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour3.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==4) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour4.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==5) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour5.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==6) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour6.jpg' height=106 width=195  alt='Photo Image' align=top>"
}
else if(number==7) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour7.jpg' height=106 width=195  alt='Photo Image' align=top>"
}
else if(number==8) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/tourism/images/phtour8.jpg' height=106 width=195  alt='Photo Image' align=top>"
}
document.write(picture)
// End -->



