jQuery.noConflict();

jQuery(document).ready(function() {	
	jQuery(".preload").click(function() {
        jQuery('#contents').css({'display' : 'none'});
		jQuery('#loading').css({'display' : 'block'});
    });	
});
