



/* coComment.com Box */

/* DEFAULT STYLE... (Override these by adding your CSS LATER ON in the html page) */
document.write( "<style type=\"text/css\">" );
document.write( "  DIV.cocomment-tagbox{ border:1px solid #DBE8FF; padding:2px; margin:1px; background-color:white;}" );
document.write( "  DIV.cocomment-tagbox img{ border:0; }" );
document.write( "  DIV.cocomment-tagbox .boxhead{ background-color:#DBE8FF; text-align:center;}" );
document.write( "  DIV.cocomment-tagbox .boxheading{ color:#0D497B;}" );
document.write( "  DIV.cocomment-tagbox OL{ color:#0D497B; margin:0;}" );
document.write( "  DIV.cocomment-tagbox A{ text-decoration:none; color:#0D497B; }" );
document.write( "  DIV.cocomment-tagbox A:hover{ text-decoration:underline;}" );
document.write( "  DIV.cocomment-tagbox .boxfooter{ font-size:x-small;}" );
document.write( "  DIV.cocomment-tagbox .footerleft{ float:left; text-align:left;}" );
document.write( "  DIV.cocomment-tagbox .footerleft A{ color:gray;}" );
document.write( "  DIV.cocomment-tagbox .footerright{ float:right; text-align:right;}" );
document.write( "  DIV.cocomment-tagbox .footerright A{ color:gray;}" );
document.write( "</style>" );
/* ...DEFAULT STYLE (Override these by adding your CSS LATER ON in the html page) */

/* BOX... */
document.write( "<div class=\"cocomment-tagbox\" style=\"text-align:left; overflow:hidden;\">" );
document.write( "  <div class=\"boxhead\">" );
document.write( "    <a href=\"http://www.cocomment.com/?box\"><img src=\"http://www.cocomment.com/images/logo-for-box.gif\" style=\"display:inline; border-width:0;\" alt=\"coComment.com\" title=\"coComment.com\"></a>" );
document.write( "    <a href=\"http://www.cocomment.com/blog/287921\" class=\"boxheading\" title=\"Show details of this blog\">Top tags</a>" );
document.write( "  </div>" );


document.write( "<div class=\"boxfooter\">" );
document.write( "  <div class=\"footerright\">" );
document.write( "    <a href=\"http://www.cocomment.com/blog/287921\">more &raquo;</a>" );
document.write( "  </div>" );
document.write( "</div>" );
document.write( "</div>" );
/* ...BOX */

