
// Billboard Start
var ShockMode = 0;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin&& parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 6)
{
ShockMode = 1;
}
else if ((navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0)&& (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0))
{
document.write('<SCR' + 'IPT LANGUAGE=VBScript> \n');
document.write('on error resume next \n');
document.write('ShockMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
document.write('<\/SCR' + 'IPT>\n');
}
if ( ShockMode ) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE= ID=banner WIDTH="300" HEIGHT="600">');
document.write('<PARAM NAME="movie" VALUE="http://banners.adnet.lt/jtiv_2_300x600.swf?clickTag=http://www.jtiv.lt"><PARAM NAME="wmode" VALUE="transparent"><PARAM NAME="Autostart" VALUE="true"><PARAM NAME="Quality" VALUE="high">');
document.write('<EMBED SRC="http://banners.adnet.lt/jtiv_2_300x600.swf?clickTag=http://www.jtiv.lt" swLiveConnect=TRUE WIDTH="750" HEIGHT="100" TYPE="application/x-shockwave-flash" PLUGINSPAGE="' + document.protocol + '//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" QUALITY="high"></EMBED>');
document.write('</OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<A HREF="http://www.jtiv.lt" TARGET="_blank">');
document.write('<IMG SRC="http://banners.adnet.lt/pixel.gif" WIDTH="750" HEIGHT="100" ALT="Daugiau..." BORDER="0"></a>');
}
// Billboard End

