document.write('<scr'+'ipt type="text/javascript" src="http:\/\/www.internationalstudent.com\/includes\/wz_tooltip.js" ></scr'+'ipt>');

var image_dir="http://www.internationalstudent.com/includes/soc_bookmarks/images";

function add_tool(icon, name, url) {
	document.write(' <span class="socialAddButton" ><a href="' + url + '" title="Post this story to ' + name +'"><img src="' + image_dir + '/' + icon + '.png" border="0" align="absmiddle" alt="' + name + ' icon" /></a> <a href="' + url + '" title="Post this story to ' + name +'">' + name + '</a></span>');
}

function add_all() {
  var title = encodeURIComponent(document.title);
  var url = encodeURIComponent(document.URL);

	document.write('<div id="socialBookMarks" class="sharesb">'); 
	document.write('<h3>Bookmark with <a href="javascript:void(0);" onmouseover="Tip(\'Social bookmarking is a way for Internet users to store, organize, share and search bookmarks of web pages.\', WIDTH, 250, PADDING, 6, BGCOLOR, \'#eeeeee\')">(?)<\/a>:<\/h3>'); 
	document.write('');

	add_tool('delicious', 'del.icio.us', 'http://del.icio.us/post?url=' + url + '&amp;title=' + title);
	add_tool('digg', 'digg', 'http://digg.com/submit?phase=2&amp;url=' + url + '&amp;title=' + title);
	add_tool('twitter', 'Twitter', 'http://twitter.com/?status=' + title + ' - ' + url);
	add_tool('reddit', 'reddit', 'http://reddit.com/submit?url=' + url + '&amp;title=' + title);
	add_tool('facebook', 'FaceBook', 'http://www.facebook.com/sharer.php?u=' + url);
	add_tool('stumble', 'StumpleUpon', 'http://www.stumbleupon.com/submit?url=' + url + '&amp;title=' + title);

	document.write('</div>');
}

add_all();