$(document).ready(function()
{
	
	$.fn.ApplicationStateManager.init();

	initAgeVerification();
	
	$('div.png-fix').pngFix( );
});



