/*
 * Based on jQuery JavaScript Library v1.3.2
 *
 * Custom
 * Copyright (c) 2009 aXcessTen Ltd
 *
*/

/* Fill the header div in after page load */
	$(document).ready(function(){
  		$("#header-inner").hide();
    	$("#header").html($("#header-inner").html());
  	});
