google.load("jquery","1.3.2");

google.setOnLoadCallback(function(){
	
	$.ajaxSetup({async: false});
	$.getScript("inc/pngfix.js");
	$.ajaxSetup({async: true});
	
	DD_belatedPNG.fix('div');
	DD_belatedPNG.fix('a');
	DD_belatedPNG.fix('img');
	
	$("#layout").after("<div id=\"pageBottom\"></div>");

});
