jQuery(function ($) {

	$(document).ready(function(){
	
	var topUrl = location.href.split('/index.php').pop();
	$('aside li a[href$=' + topUrl + ']').addClass('selected');
	$('.scroll-pane').jScrollPane({showArrows:true,horizontalGutter:10});
	$(this).bind('contextmenu', function (e) {e.preventDefault();});
 	$('#coin-slider').coinslider({ width:640, height:480, effect:'rain',opacity: 0.6, delay:8000 });
 	
 	});

});

