
// Social Bookmarking
//window.onload = function() {
    if (document.getElementById("typeResizing-right")) {
        addthis_pub = "mysingapore";
        socialBookmark = "<a href=\"http://www.addthis.com/bookmark.php\" onmouseover=\"return addthis_open(this, '', '[URL]', '[TITLE]')\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\"><img src=\"http://s7.addthis.com/button1-share.gif\" width=\"125\" height=\"16\" border=\"0\" alt=\"\" align=\"absmiddle\" /></a>&nbsp;";
        document.getElementById("typeResizing-right").innerHTML = socialBookmark + document.getElementById("typeResizing-right").innerHTML;
        jQuery.getScript("http://s7.addthis.com/js/152/addthis_widget.js");
    }
//}