﻿$(document).ready(function() {

	if($.browser.msie && $.browser.version <= 6){
		$('body').prepend('<div class="ie_bar">Su navegador es demasiado antiguo y tiene problemas de seguridad, para visualizar correctamente este sitio utilice un navegador moderno: <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer 8</a>, <a href="http://getfirefox.com">Firefox</a>, <a href="http://www.google.com/chrome/">Google Chrome</a>, <a href="http://www.opera.com/">Opera</a> o <a href="http://www.apple.com/safari/">Safari</a>.</div>');
	}

    $('#semeyes').cycle({
		fx: 'fade',
		speed:  5000
	});
});
$(function(){
	$('#conteniu').jScrollPane({showArrows:true, scrollbarWidth: 10, arrowSize: 10});
});
