var timerID;
function redirectBonos(){timerID = self.setTimeout("red()", 1000);}
function red() { window.location = "http://www.pokermac.com.es/Bonos-Poker/"; }

function validaF5(e) {
var intKey = (window.Event) ? e.which : e.keyCode;
if (intKey == 116 || intKey == 34){
if (e.preventDefault){
e.preventDefault( );}
else{event.returnValue = false;
event.keyCode = 0;
return false;}
}}
