/* Bootup Script v. 2.0

	jQuery calls.
*/

$(document).ready(function() {
	
	// if ( $('#graphics').length > 0 )  {
	// 	if ( $('#graphics ul').children().length > 1 ) {
	// 		var cycleContainer = $('#graphics ul').cycle({
	// 			fx: 'fade',
	// 			timeout: 7000,
	// 			speed: 800
	// 		});
	// 	}
	// }
	
	$('#s').change( function() {
		$('#search-form label').hide();
	});
	
},function(){
	//GUnload();
});
