// JavaScript Document
var $buoop = {
vs:{i:6,f:2,o:9,s:3.2,n:9},
reminder: 1,
test: false,                   // true = always show the bar (for testing)
text: "",                      // custom notification html text
newwindow: true
} 
$buoop.ol = window.onload; 
window.onload=function(){ 
 if ($buoop.ol) $buoop.ol(); 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "/res/js/browser-update2.js"); 
 document.body.appendChild(e); 
} 


