﻿// JScript File

(function()
    {
        var ds=typeof C_ImgType=='string'?C_ImgType:'';
        var h=16; 
        var w=16; 
        if(ds=='compact')
        { 
            h=16; 
            w=16;
        }
        else if(ds=='icon')
        {
            h=16;
            w=16;
        }
        var u=typeof C_url=='string'?C_url:(typeof C_URL=='string'?C_URL:window.location.href); 
        
        //<a href="<%= strSubmitURL %>" ><img src="http://www.congoo.com/images/Congoo_square.gif" border=0 width="<%= w %>" height="<%= h %>" /></a>        
        //"http://local.congoo.com/user/submitstory.aspx?sid=" + sid + "&title=" + title + "&body=" + body + "&url=" + u;
                
        document.write("<a href='http://www.congoo.com/user/submitstory.aspx?url="+ escape(u).replace(/\+/g,'%2b')+
        (typeof C_src_id=='string'?('&sid='+escape(C_src_id)):'')+
        (typeof C_title=='string'?('&title='+escape(C_title)):'')+
        (typeof C_body=='string'?('&body='+escape(C_body)):'')+        
        (ds?('&s='+ds):'')+"' style='text-decoration: none;'><img src='http://www.congoo.com/images/Congoo_icon16x16.gif' title='Add To Congoo' border=0 height='" + h + "' width='" + w + "'/>Add To Congoo</a>");
                    
        
        /*
        document.write("<iframe src='http://local.congoo.com/tools/congoothis.aspx?u="+ escape(u).replace(/\+/g,'%2b')+
        (typeof C_src_id=='string'?('&sid='+escape(C_src_id)):'')+
        (typeof C_title=='string'?('&t='+escape(C_title)):'')+
        (typeof C_body=='string'?('&b='+escape(C_body)):'')+
        (typeof C_topic=='string'?('&c='+escape(C_topic)):'')+
        (typeof C_bgcolor=='string'?('&k='+escape(C_bgcolor)):'')+
        (ds?('&s='+ds):'')+"' height='"+h+"' width='"+w+"' frameborder='0' scrolling='no'></iframe>");
        */
     })()