<!--
// Share This
function st(sid) {
var wurl = '';
var title = encodeURIComponent(document.title);
var url = encodeURIComponent(window.location);
var options = "width=800,height=600,titlebar=yes,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=1";
if (sid == 1) wurl = "http://www.facebook.com/sharer.php?u=" + url + "&amp;t=" + title;
else if (sid == 2) wurl = "http://twshot.com/share.aspx?url=" + url + "&amp;title=" + title;
else if (sid == 3) wurl = "http://friendfeed.com/share/bookmarklet/frame#title=" + title + "&amp;url=" + url;
else if (sid == 4) wurl = "http://www.google.com/bookmarks/mark?op=edit&#38;bkmk=" + url + "&#38;title=" + title;
else if (sid == 5) wurl = "http://myweb2.search.yahoo.com/myresults/bookmarklet?&amp;u=" + url + "&amp;t=" + title;
else if (sid == 6) wurl = "http://www.myspace.com/Modules/PostTo/Pages/?l=2&amp;u=" + url + "&amp;t=" + title + "&amp;c=" + title;
else if (sid == 7) wurl = "http://del.icio.us/post?url=" + url + "&amp;title=" + title;
else if (sid == 8) wurl = "http://digg.com/submit?url=" + url + "&amp;title=" + title;
else if (sid == 9) wurl = "http://reddit.com/submit?url=" + url + "&amp;title=" + title;
else if (sid == 10) wurl = "http://www.mixx.com/submit/story?title=" + title + "&amp;page_url=" + url + "&amp;description=";
else if (sid == 11) wurl = "http://www.stumbleupon.com/submit?url=" + url + "&amp;title=" + title;
window.open(wurl.replace(/amp;/gi, ''), '_blank', options);
}
//-->