    
	$(function() {

		/* Go to top scrolling */

        	$(".gototop").click(function() {
            		$('html, body').animate({
            		scrollTop: $("#wrapper").offset().top }, 500);
            		return false;
        	});
		    /* Activate PNG for IE6 */
        	$(".iampng").pngFix();
    	});
