// JavaScript Document
$(document).ready(function(){
	//animation for the front page - with the help of "jquery.cycle.all.pack.js" - a jQuery pluggin
	$('.banner').cycle('fade');
});