// Studenten.net SlideShow var h=document.getElementsByTagName('head').item(0); if(typeof jQuery=='undefined'){var q=document.createElement('script'); q.setAttribute('language','javascript'); q.setAttribute('type','text/javascript'); q.setAttribute('src','http://services.all4students.nl/js/jquery-latest.min.js'); h.appendChild(q); }var ch=document.createElement('script'); ch.setAttribute('language','javascript'); ch.setAttribute('type','text/javascript'); ch.setAttribute('src','http://services.all4students.nl/js/jquery.chili-latest.min.js'); h.appendChild(ch); var c=document.createElement('script'); c.setAttribute('language','javascript'); c.setAttribute('type','text/javascript'); c.setAttribute('src','http://services.all4students.nl/js/jquery.cycle.all.min.js'); h.appendChild(c); var e=document.createElement('script'); e.setAttribute('language','javascript'); e.setAttribute('type','text/javascript'); e.setAttribute('src','http://services.all4students.nl/js/jquery.easing.latest.js'); h.appendChild(e); document.write('
'); function stok() { $(document).ready(function() { $.getJSON("http://services.all4students.nl/jsapi/n_contestants_soty.js?action=fetchContestantsCount&callback=?", function(data){ $('
').css({'text-align':'center', 'border':'1px solid #aaa', 'background':'#414141', 'color':'white', 'padding':'10px', 'font-size':'14px'}).html('Bekijk hier alle '+data+' deelnemers').appendTo('#n_contestants_soty'); }); $('#n_contestants_soty').css({'width':'336px'}); }); } if(typeof window.onload=='function') { stook=window.onload; } window.onload=function() { if(typeof stook=='function') { stook(); } stok(); }