function kpzBan()
{
  if ( document.cookie.indexOf("forum_galaxiefm_com_ban") >= 0 ) {
    kpzFlash('templates/galaxiefm/images/ban.swf', 340, 162);
    return;
  }

  document.cookie = "forum_galaxiefm_com_ban=1";

  kpzFlash('templates/galaxiefm/images/ban_starting.swf', 340, 162);
}
