Warning: fopen(referencias.txt): failed to open stream: Permission denied in /home/numerose/public_html/widget-light.php on line 26

Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/numerose/public_html/widget-light.php on line 32

Warning: fclose() expects parameter 1 to be resource, boolean given in /home/numerose/public_html/widget-light.php on line 34
function myJQueryCode() { //Jquery alreay loade ( function($) { $(document).ready(function(){ //Add style on head //$("#box-widget-light").before(' $("head").prepend('\n'); //End of Style //Write my content $('#box-widget-light').html('
'+ ' '+ '
'+ '
'+ '
1
9
13
35
40
5
6
'+ '
Sorteio: 074/2025
'+ '
Data: 16-09-2025
'+ '
'+ ' '+ ' '+ '
'+ ' '+ '
'); //End content $("#ceuro-light").click(function() { $("#totoloto-light,#joker-light").css({"display":"none"}); $("#ctoto-light,#cjoker-light").removeClass("selected"); $("#euromilhoes-light").css({"display":"block"}); $("#ceuro-light").addClass("selected"); }); $("#ctoto-light").click(function() { $("#euromilhoes-light,#joker-light").css({"display":"none"}); $("#ceuro-light,#cjoker-light").removeClass("selected"); $("#totoloto-light").css({"display":"block"}); $( "#ctoto-light" ).addClass("selected"); }); $("#cjoker-light").click(function() { $("#totoloto-light,#euromilhoes-light").css({"display":"none"}); $("#ctoto-light,#ceuro-light").removeClass("selected"); $("#joker-light").css({"display":"block"}); $( "#cjoker-light" ).addClass("selected"); }); }); } ) ( jQuery ); } if(typeof jQuery=='undefined') { var headTag = document.getElementsByTagName("head")[0]; var jqTag = document.createElement('script'); jqTag.type = 'text/javascript'; jqTag.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'; jqTag.onload = myJQueryCode; headTag.appendChild(jqTag); } else { myJQueryCode(); }