<!--
function writeJS(){
var str='';
if (navigator.appName.indexOf("Microsoft") != -1) {
   str+=' <iframe src="http:\/\/www.charleybaak.nl\/updates.html" width=\'299\' height=\'528\'   frameborder=\'0\'>';
   str+='<p>backup content<\/p>';
   str+='<\/iframe>';
} else {
   str+='   <object type="text\/html" data="http:\/\/www.charleybaak.nl\/updates.html" width=\'299\' height=\'528\' frameborder=\'0\'>';
   str+='    <p>backup content<\/p>';
   str+='   <\/object>';
}
document.write(str);
}
writeJS();
//-->