$(document).ready(function()
{	
	$(document).pngFix();
});


/* COMMON */
function go_to_url(redirect_url)
{
	window.location.href = redirect_url;
}
