<!-- Begin
number=Math.round(Math.random()*2)+1
if(number==1){
var picture="<img src='http://www.southerngeorgianbay.on.ca/images/phhome1.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==2) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/images/phhome2.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
else if(number==3) {
var picture="<img src='http://www.southerngeorgianbay.on.ca/images/phhome3.jpg' height=106 width=195 alt='Photo Image' align=top>"
}
document.write(picture)
// End -->



