﻿
// ie flash detect workaround:
//
// since detection does not work (in some cases)
// we should dump flash code no matter what happens.
// This must be done from an external js (even though
// swfobjct is coming from another external file!), this
// fixes a chainbug (click to activate on some ie6/ie7 
// installs).
//
// (szkurdi 20061004)

if (g_flashcode != '')
{
	$(g_flashtarget).innerHTML = g_flashcode;
}

