var _thisPage = {
	onReady : function(){
		//setTimeout(_thisPage.removeFrameBorder,2000);
		$(".pngfix").pngFix();
	},
	removeFrameBorder: function(){
		//$("iframe").find("body").css({"border":"none"});
	}
}

$(_thisPage.onReady);