var domainAddress   = "http://www.letsgetsocialnow.com/";
//var bookmarkPage    = "bookmarkthis.php";

var url     = window.location;
var title   = document.title;

document.write('<link rel="stylesheet" href="bookmark.css" media="screen" type="text/css"/>');

var facebook_href       = "http://www.facebook.com/share.php?u=" + url + "&title=" + title;
var stumbleUpon_href    = "http://www.stumbleupon.com/refer.php?url=" + url + "&title=" + title;

var digg_href           = "http://digg.com/submit?phase=2&url=" + url + "&title=" + title;
var technorati_href     = "http://technorati.com/faves?add=" + url;
var furl_href           = "http://www.furl.net/storeIt.jsp?t=" +  title + "&u=" + url;
var reddit_href         = "http://reddit.com/submit?url=" + url + "&title=" + title;
var delicious_href      = "http://del.icio.us/post?v=4&noui&jump=close&url=" + url + "&title=" + title;


document.write('<table cellpadding="0" cellspacing="0" width="" border="0" id="option2">');


document.write('<tr valign="top">');
document.write('<td align="left" style="vertical-align:top">');
document.write('<table cellpadding="0" cellspacing="0" width="" border="0" id="LGSN">');
document.write('<tr>');
document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + facebook_href + '" name="facebook" id="facebook" target="_blank"><img src="images/facebook.png" alt="Facebook" class="float_right"/></a>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + stumbleUpon_href + '" name="su" id="su" target="_blank"><img src="images/su.png" alt="StumbleUpon"/></a>');
document.write('</td>');

document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + digg_href + '" name="digg" id="digg" target="_blank"><img src="images/digg.png" alt="Digg"/></a>');
document.write('</td>');

document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + furl_href + '" name="furl" id="furl" target="_blank"><img src="images/furl.png" alt="Furl"/></a>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + reddit_href + '" name="reddit" id="reddit" target="_blank"><img src="images/reddit.png" alt="Reddit"/></a>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<a class="LGSN_link1" href="' + delicious_href + '" name="delicious" id="delicious" target="_blank"><img src="images/delicious.png" alt="Delicious"/></a>');
document.write('</td>');
document.write('</tr>');

document.write('<tr valign="top">');
document.write('<td style="vertical-align:top">');
document.write('<img src="images/facebook_shdw.png" alt=""/>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<img src="images/su_shdw.png" alt=""/>');
document.write('</td>');

document.write('<td style="vertical-align:top">');
document.write('<img src="images/digg_shdw.png" alt=""/>');
document.write('</td>');

document.write('<td style="vertical-align:top">');
document.write('<img src="images/furl_shdw.png" alt=""/>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<img src="images/reddit_shdw.png" alt=""/>');
document.write('</td>');
document.write('<td style="vertical-align:top">');
document.write('<img src="images/delicious_shwd.png" alt=""/>');
document.write('</td>');


document.write('</tr>');

document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');




