';
str += '

';
str += '
';
str += '<\/div><\/body><\/html>';
myWin.document.write( str );
}
function hasEnabledFlashPlugin()
{
var has_flash = false;
for (i=0; i < navigator.plugins.length; i++)
{
if (navigator.plugins[i].name.indexOf("Shockwave Flash") != -1)
{
has_flash = true;
}
}
return has_flash;
}
function showFlash( t_name, t_width, t_height, t_params )
{
if( hasEnabledFlashPlugin )
{
output_str = '
';
}
else
{
output_str = 'No ShockWave Flash Plugin Installed';
}
document.write( '\n\t' + '
' + output_str + '
' + '\n' );
}
function showDGArgusCounter(site_id)
{
if( !site_id ) return;
var cz_str = "ua="+escape(navigator.userAgent);
cz_str += "&id="+site_id;
cz_str += "&du="+escape(document.URL);
cz_str += "&rf="+escape(document.referrer);
cz_str = "

";
document.write(cz_str);
}
function showLocationForPrint(text)
{
document.write( '
'+text+'<\/span>' + document.location + '<\/span>');
}
function showLiveInternetCounter()
{
document.write('
')
}
function refreshWithout( key )
{
var query = $H( document.location.href.toQueryParams() );
document.location.hash = '';
if( query[key] )
{
query.remove( key );
query = query.toQueryString();
document.location.replace( '?'+query );
}
else
{
document.location.reload();
}
}
function getFlash( block_id, src, width, height )
{
var block = $(block_id);
if( !block )
{
return false;
}
var html = '';
html = '