// Copyright (c) 2007 IMM Inc.

// Hack due to Flash Player 9 ExternalInterface adding cleanup script to a page that causes "Out of memory line 56" loop!
// Note: This removes the unload handler that may cause other issues like streaming media may continue to play
// Also see swfObject for a fix to this
function nullFlashLoopFunction() { __flash_savedUnloadHandler = null; }
window.onbeforeunload = nullFlashLoopFunction;