 
 
 
 function writeBm(strURL,strTitle,strClass)
 {
 	var strEnURL;
 	var strEnTitle;
 
 strEnURL=escape(strURL);
 strEnTitle=escape(strTitle);
 
 	
 document.writeln('<div class="'+strClass+'">');
 document.writeln('<span class="'+strClass+'_tagline" style="padding-bottom:5px"><strong>Share and Enjoy:</strong>');

 document.writeln('<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>');
 document.writeln('</span>');
 
 
 document.writeln('<ul>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://digg.com/submit?url='+strEnURL+'&title='+strEnTitle+'"><img src="/sociable/digg.gif" alt="Digg It" width="16" height="14" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://del.icio.us/post?title='+strEnTitle+'&url='+strEnURL+'"><img src="/sociable/delicious.gif" border="0" height="16" width="16" alt="Del.icio.us" class="'+strClass+'-hovers"></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?title='+strEnTitle+'&url='+strEnURL+'"><img src="/sociable/reddit.gif" border="0" height="18" width="18" alt="Reddit" class="'+strClass+'-hovers"></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.furl.net/storeIt.jsp?t='+strEnTitle+'&u='+strEnURL+'"><img src="/sociable/furl.gif" border="0" height="17" width="16" alt="Furl It" class="'+strClass+'-hovers"></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url='+strEnURL+'&title='+strEnTitle+'"><img src="/sociable/stumbleupon.gif" border="0" height="16" width="16" alt="Stumble It" class="'+strClass+'-hovers"></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://sphinn.com/submit.php?url='+strEnURL+'&title='+strEnTitle+'"><img src="/sociable/sphinn.gif" alt="Sphinn" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u='+strEnURL+'&t='+strEnTitle+'"><img src="/sociable/facebook.gif" alt="Facebook" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.mixx.com/submit?page_url='+strEnURL+'&amp&title='+strEnTitle+'"><img src="/sociable/mixx.gif" alt="Mixx" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk='+strEnURL+'&title='+strEnTitle+'"><img src="/sociable/googlebookmark.gif" alt="Google" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&url='+strEnURL+'&title='+strEnTitle+'"><img src="/sociable/live.gif" alt="Live" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('<li><a rel="nofollow" target="_blank" href="http://www.propeller.com/submit/?U='+strEnURL+'&T='+strEnTitle+'"><img src="/sociable/propeller.gif" alt="Propeller" border="0" width="16" height="16" class="'+strClass+'-hovers" /></a></li>'); 
 document.writeln('</ul>');
  document.writeln('</div>');
};
