$(function() {
	
	// INIT THE HOMEPAGE BANNER TEXT SLIDESHOW
	$('.mainbanner-text').cycle({
		fx:    'fade',
		timeout: 3200
	});
	
});

function ClearInputBox (id) {
	
	// clear value of input box
	id.value = '';
}
