var $buoop = {
	vs: {i:6,f:3,o:9.63,s:2,n:10},  // browser versions to notify
	reminder: 0,		// atfer how many hours should the message reappear
    test: false,		// true = always show the bar (for testing)
    text: "",			// custom notification html text
    newwindow: true		// open link in new window/tab
}
$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", "http://browser-update.org/update.js"); 
 document.body.appendChild(e); 
} 
