﻿// JScript File

<!--
//

surl_del = 'http://del.icio.us/post?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title);

surl_digg = 'http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href)+'&amp;bodytext=&amp;tags=&amp;title='+encodeURIComponent(document.title);

surl_yah = 'http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&amp;d=&amp;tag=&amp;u='+encodeURIComponent(location.href);

surl_goog = 'http://www.google.com/bookmarks/mark?op=add&amp;hl=en&amp;bkmk='+encodeURIComponent(location.href)+'&amp;annotation=&amp;labels=&amp;title='+encodeURIComponent(document.title);

var src_path;
if (src_path==undefined) src_path=""

//alert(src_path);

document.write("<a href=\""+surl_del+"\"  target=\"_new\"> \n <img src=\"" + src_path + "i/del_trans.gif\" width=\"16px;\" alt=\"bookmark to delicious\" title=\"bookmark to delicious\"></a>");

document.write("<a href=\""+surl_digg+"\"  target=\"_new\"> \n <img src=\"" + src_path + "i/digg_trans.gif\" width=\"16px;\" alt=\"bookmark to digg\" title=\"bookmark to digg\"></a>");

document.write("<a href=\""+surl_yah+"\"  target=\"_new\"> \n <img src=\"" + src_path + "i/yahoo_trans.gif\" width=\"16px;\" alt=\"bookmark to yahoo\" title=\"bookmark to yahoo\"></a>");

document.write("<a href=\""+surl_goog+"\"  target=\"_new\"> \n <img src=\"" + src_path + "i/google_trans.gif\" width=\"16px;\" alt=\"bookmark to google\" title=\"bookmark to google\"></a>");





//-->