			$(document).ready(function(){	
				$("#home-feature-inner").esrFeat();
				$("#now-playing").load("http://fragfm.co.uk/topstats.php");

			});
			
			
			
			if (screen.width<1025){
function loadjscssfile(filename, filetype){
 if (filetype=="js"){ //if filename is a external JavaScript file
  var fileref=document.createElement('script')
  fileref.setAttribute("type","text/javascript")
  fileref.setAttribute("src", filename)
 }
 else if (filetype=="css"){ //if filename is an external CSS file
  var fileref=document.createElement("link")
  fileref.setAttribute("rel", "stylesheet")
  fileref.setAttribute("type", "text/css")
  fileref.setAttribute("href", filename)
 }
 if (typeof fileref!="undefined")
  document.getElementsByTagName("head")[0].appendChild(fileref)
}

  loadjscssfile("http://fragfm.co.uk/themes/esportsradio/smallmon.css", "css")
			}

		
		var reload = setInterval(function()
			{
			
				/* Reload for title bar */
			$("section#now-playing").load("http://fragfm.co.uk/topstats.php");
				
				
			}, 5000);
			
			
			//if browser < 1024x768 then adjust the position slightly to fix 'orrible bug #3285734747863786
