$(document).ready(function(){
	//Setup the main rotater on the home page
	$('#slider').cycle({
	speed:       800,
	timeout:     6500,
	pager:		'.control ul',
	pagerEvent: 'click',
	fastOnEvent: false
	});
});
						
function addClass()
{
	document.getElementById('changefont').className = 'text';
}
function changeClass()
{
    
	document.getElementById('changefont').className = 'text_color';
}
