﻿var imgSrc = "http://activegiving.vinasource.com/widget/fb_icon.png";
var link = "http://www.facebook.com/sharer.php?u=" + escape(window.location) + "&t=" + escape(document.title);

document.write("<div>");

document.write("<table style=\"font-family:arial\">");
document.write("<tr>");
document.write("<td style=\"width:45px;\">");
document.write("<a href=\"" + link + "\" style=\"color:#104A86; text-decoration:none;\" target=\"_blank\">");
document.write("<img src=\"" + imgSrc + "\" width=\"40px\" style=\"font-size:0px; border:none\" />");
document.write("</a>");
document.write("</td>");
document.write("<td style=\"width:150px; color:#104A86; text-decoration:none; font-weight:bold; padding-top:10px;\">");
document.write("<a href=\"" + link + "\" style=\"color:#104A86; text-decoration:none;\" target=\"_blank\"><b>Share this page</b></a>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");

document.write("</div");
