$(function () {
    $(".slinks_r li")
        .prepend ('<img src="wp-content/themes/blank/images/arrow.png" alt="">&nbsp;')
	$(".slinks_l li")
        .prepend ('<img src="wp-content/themes/blank/images/arrow.png" alt="">&nbsp;');	
});


$(document).ready(function(){
  $('a.stu').click(function(){
	$('html, body').animate({ scrollTop:0}, "slow")
    .animate({ scrollTop: 200 }, 20000, "bounceout");
  return false;
 
 });
 
})
