<!--
var text = window.location.href;
function delineate(str) {
theleft = str.indexOf("=") + 1;
theright = str.indexOf("&");
return(str.substring(theleft, str.length));
}
url=delineate(text)

function refreshFrame() {
if(Main.location!=url&&url!=location.href)
Main.location.replace(url);
}
//-->

window.onload=refreshFrame

<!--
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
//-->

<!--
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(800,600);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth>screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->

<!--
function openP(x) {
         window.open('photos/' + x + '.jpg', 'Message', 'toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,width=620,height=430,top=10,left=10')
         }
//-->
