// JavaScript Document

$(document).ready(function(){ $("#hpNews").tabs(); });

$('#hp-promos').before('<div id="hp-promo-nav">').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 7500,
				cleartype: true,
				height: 'auto',
				fit: 0,
				pause: 1,
    pager:  '#hp-promo-nav' 
});

$('#km-events').cycle({ fx:	'scrollHorz', 	speed: 1500,	timeout:5000,pause: 1,fit:0 });

