// /var/lib/jenkins/jobs/website/workspace/src/public/content/scripts/site.js

$(document).ready(function(){setInterval(function(){$("#header-on-air").load("/inc/currentshow.php");$("#nowplaying").load("/inc/nowplaying.php");},20000);$("#header-on-air").load("/inc/currentshow.php");$("#nowplaying").load("/inc/nowplaying.php");});$(document).ready(function(){var webcamfn=function(){now=new Date();day=['Sun','Mon','Tue','Wed','Thu','Fri','Sat'];month=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];hours=(now.getHours()<10)?'0'+now.getHours():now.getHours();mins=(now.getMinutes()<10)?'0'+now.getMinutes():now.getMinutes();$('span#timebox').html(day[now.getDay()]+' '+now.getDate()+' '+month[now.getMonth()]+', '+hours+':'+mins);$('img#webcamimg').attr('src','http://ury.york.ac.uk/webcam/getcam.php?version=thumb&jpg=true&date='+(Math.random()%2));}
webcamfn();setInterval(webcamfn,20000);});var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-22526933-1']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();
