function SetPanel3()
{
  if (String(document.title).match(/PK Cards :: News/))
    document.write('<div class="show"> ');
  else
    document.write('<div id="hide">');
}
SetPanel3();
