var images=new Array('delicious.gif','digg.gif','reddit.gif','facebook.gif','stumbleupon.gif');
var links=new Array('http://del.icio.us/post?url=','http://digg.com/submit?url=','http://reddit.com/submit?url=','http://www.facebook.com/sharer.php?u=','http://www.stumbleupon.com/submit?url=');
var names=new Array('Delicious','Digg','reddit','Facebook','StumbleUpon');
document.write('<div style="width:370px;height:50px;border:1px #666666 solid;padding:0px;margin-top:15px;">' +
  '<div style="width:370px:height:25px;padding:1px;margin:0;">'+
  '<div style="font-weight:bold;width:370px;height:25px;font-family:Verdana,Helvetica,Arial,sans-serif;font-size:10px;text-align:left;float:left;">Bookmark Using:</div></div>' +
  '<div style="width:370px:height:25px;padding:0;margin:0;"><ul style="display:inline;">');
for(var i=0; i<5; i++){
document.write('<li style="height:25px;display:block;background-image:url(http://www.mailroomnews.com/images/'+images[i]+');background-repeat:no-repeat;float:left;margin-left:5px;padding-left:20px;position:inside;"><a href="'+links[i]+self.location.href+'" target="_blank" style="font-family:Verdana,Helvetica,Arial,sans-serif;font-size:10px;">'+names[i]+'</a></li>');}
document.write('</ul></div></div>');
