var webinarImageFixed = {
        init: function(){
		$('#webinar').ifixpng();
        }
}
$().ready(function(){
    webinarImageFixed.init();
});
