$(document).ready(function($){
	$(function(){
		$('#pane1').jScrollPane();
	});
					   
   var now_onair = setInterval(function() 
   {
	 $('#pane1').load('scripts/sms.php?randval='+ Math.random()).jScrollPane();
   }, 120000);
   
});

