/*
 * This JavaScript styles the contests that are displayed on Snapvine.com
 */
function edit_logo_image()
{
  if (!$.browser.msie || typeof document.body.style.maxHeight != 'undefined')
  {
    $('#logo a img')[0].src = '/images/contests/logo-contests.png';
  }
  // TODO: (Coomer) Add else logic to display a different transparent (but not
  // alpha transparent) logo for IE6.
}
