		$(document).ready(function(){	
			$("#slider").easySlider({
				auto: true, 
				continuous: true,
				nextId: "slider1next",
				prevId: "slider1prev",
				speed: 		900,
				pause:		4000
			});
			$("#sliderNoticias").easySlider({
				auto: true, 
				continuous: true,
				speed: 		900,
				pause:		8000

			});
			$('#cycle').cycle({ 
			    prev:   '#prev', 
			    next:   '#next', 
			    timeout:       4000, 
			    speed:         1000
			});
			swfobject.embedSWF("swf/bannertribuDDBevento.swf", "flashevent", "370", "260", "9", "transparent");
			
		});
		
	
		var kkeys = []; 
		iniciokey = "38,38,40,40,37,39,37,39,71,69,69,75";
		Shadowbox.init({players: ["html","swf","flv","img"]});
		
		$(document).keydown(function(e){
			  kkeys.push( e.keyCode );
			  if ( kkeys.toString().indexOf( iniciokey ) >= 0 ){
			    $(document).unbind('keydown',arguments.callee);
			    Shadowbox.open({
			        content:    'acore/classes/classCuber.php',
			        player:     "img",
			        height:     240,
			        width:      700,
			        title:      "&#66;&#97;&#122;&#105;&#110;&#103;&#97;&#33;"
			    });         
			  }
			  	
		});
		
		
		$(function()
				{
					// this initialises the demo scollpanes on the page.
					$('#graficaBoxHomePic').jScrollPane();
				});	
