$(document).ready(function () {

		$('#pane1').jScrollPane({showArrows:false});
		$('#pane2').jScrollPane({showArrows:false});
		$('.rol').hover(function() {
			$(this).attr("src",$(this).attr("sti"));
				}, function() {
			$(this).attr("src",$(this).attr("sth"));
		});
		
		
  	});//document ready

function CreateBookmarkLink() {
title = "Free Online tv"; 
url = "http://freetvonline.com.ar/";
if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title); }
else if(window.opera && window.print) { // Opera Hotlist
		return true; }
}
