<!--

function getRand()
{
    var uu=Math.round(Math.random()*2147483647);
    return uu;
}

function adHit(partnerAdId)
{
    var rand = getRand();
    var url = '<img src="http://script.tailsweep.com/siteadhit/'+partnerAdId + '?rand='+rand+' "border="0"/>';
    document.write(url);
}

var startPos=1;
if(window.tailsweep_currPos_top!=null)
{
    window.tailsweep_currPos_top++
}
else
{
    window.tailsweep_currPos_top=1
}
if(window.tailsweep_currPos_top == 1 )
{
    /*var site = location.search;
    site = site.substring(1, site.length);*/
    var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
    if ( plugin )
    {
        plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
    }
    else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
       && (navigator.userAgent.indexOf("Windows 9")>=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('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
        document.write('</SC'+'RIPT\> \n');
    }
    if ( plugin )
    {
        var s = "";
        document.write(s);
    }
    else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0))
    {
        var s2 = "";
        document.write(s2);
	}
	
}

//-->