var socializeit=function(options){if(!options||!options.domain){throw new Error('Error: must pass socializeit a domain (e.g. socializeit({domain:"www.example.com"})).')}
var d=document,l=d.location,e=encodeURIComponent,u=e(l.href),t=e(d.title),domain=options.domain,urlroot='http://www.'+domain+'/gif/h_img/';var sites=[{name:'Facebook',img:urlroot+'Facebook.jpg',url:'http://www.facebook.com/share.php?u='+u+'&amp;t='+t},{name:'StumbleUpon',img:urlroot+'StumbleUpon.jpg',url:'http://www.stumbleupon.com/submit?url='+u+'&amp;title='+t},{name:'Google',img:urlroot+'google.gif',url:'http://www.google.com/ig/adde?moduleurl=www.google.com/ig/modules/bookmarks.xml&amp;hl=en/u='+u+'&amp;t='+t},{name:'Buzz',img:urlroot+'yahoobuzz1.gif',url:'http://buzz.yahoo.com/submit?submitUrl='+u+'&amp;t='+t},{name:'del.icio.us',img:urlroot+'del.jpg',url:'http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+u+'&amp;title='+t},{name:'Twitter',img:urlroot+'twitter.gif',url:'http://twitter.com/home?status=Reading%20about%20this:%20'+t+'%20-%20'+u},{name:'Blogger',img:urlroot+'Blogger.gif',url:'http://www.blogger.com/create-blog.g?u='+u+'&amp;t='+t},{name:'Myspace',img:urlroot+'myspace.gif',url:'http://www.myspace.com/Modules/PostTo/Pages/?u='+u+'&amp;t='+t},{name:'Digg',img:urlroot+'digg.gif',url:'http://digg.com/submit/?u='+u+'&amp;t='+t},{name:'Email this page',img:urlroot+'email-page.gif',url:'http://healthandyoga.com/mailform.asp?To=Error&Title=Mail-Form&Subject='+document.location}];arguments.callee.getURL=function(which){for(var i=0,ilen=sites.length;i<ilen;i++){var site=sites[i];if(site.name==which){return site.url;}}};var html='<table align="left" style="border: 0px solid #ccc;padding:2px;width:420px;"><tbody><tr><td align=left class=bar colspan=5><font size=2><strong>Share this page:</strong></font>';html+='</td></tr><tr>';var midpoint=Math.floor((sites.length-1)/2);var iCols=((2+midpoint)<ilen)?2+midpoint:ilen;for(var i=0,ilen=sites.length;i<ilen;i++){var site=sites[i].name;var imgURL=sites[i].img;var url=sites[i].url;html+='<td align=center><a href="#share_on_'+site+'" onclick="window.open(socializeit.getURL(\''+site+'\'), \'sharer\', \'toolbar=0,status=0,width=700,height=500,resizable=yes,scrollbars=yes\');return false;"><img src="'+imgURL+'" alt="'+site+'" style="border:0" height="15" width="80"></a></td>';if((i==midpoint)&&(i+1)<ilen){html+='</tr>';}}
if(options.payItText){var id='socializeit'+(new Date()).getTime()+Math.floor(Math.random()*1e7)
html+='<tr><td colspan="'+(midpoint+2)+'" style="background:#ccc;padding:1em;"><p style="text-align:center;margin-top:0;margin-bottom:0;"><a href="#pay_it_forward" onclick="document.getElementById(\''+id+'\').style.display=\'block\';return false;">'+
options.payItText+'</a></p><div style="display:none;" id="'+id+'"><p>Would you prefer to share this page with others by linking to it?</p>'+'<ol><li>Click on the HTML link code below.</li><li>Copy and paste it, adding a note of your own, into your blog, a Web page, forums, a blog comment, your Facebook account, or anywhere that someone would find this page valuable.</li></ol><form action="#"><div style="text-align:center"><textarea cols="50" rows="2" onclick="this.select();">&lt;a href="'+l+'"&gt;'+d.title+'&lt;/a&gt;</textarea></div></form></div></td></tr>';}
html+='</tbody></table>';document.writeln(html);};
