// JavaScript Document

//Navigation fix for ie6

$(document).ready(function() {

	
//start scrollpane	
	$(function()
{
	$('.hp_recentnews').jScrollPane({showArrows: true});
	
	 

});

});

