// JavaScript Document

$(document).ready(function() {
		$('#feature-slider').coinslider({width:600, height:250, spw:7, sph:5, sDelay:30, delay:2000});
	});

//top of page
$('a.top').click(function(){
     $('html, body').animate({scrollTop: '0px'}, 300);
     return false;
});


//slider
 
$(document).ready( function(){
 $('.slider').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '1.5em' }); } ); 

$(document).ready( function(){
$('#planes-table tr:even').addClass('even');
							});
