
$(document).ready(function(){$.ajax({url:"important.php",cache:true,success:function(html){$("#importantwrapper").show();$("#importantwrapper").html(html);$("#slider").show();$("#slider").easySlider({auto:true,continuous:true,speed:800,pause:10000});$('#abstractnews').append($('#abstractnewsinner'));$('#abstractnewsinner').show();}});});
