

// ### Initializer #################################################################

function HomeInit()
{
}


// ### PNG Fix #####################################################################

function SetFixPng(pixelImageFile)
{
  $.ifixpng(pixelImageFile);
  $("img[@src$=.png]").ifixpng();
}



