// JavaScript Document
$(document).ready(function(){
$("tr:nth-child(odd)").addClass("odd");


$('.banner').cycle({ 
    fx:    'fade', 
    pause: 1,
	speed: 1000,
	timeout: 10000
});




});
