(function($) {


var url2 = window.location.href;
var host =  window.location.hostname;
//var title = $('title').text();
var title = "Lhasa Apso Ivepet";
title = escape(title);

var url = url2.replace(/[&]/g, "%26");

var twit = 'http://twitter.com/home?status='+title+'%20'+url;
var facebook = 'http://www.facebook.com/sharer.php?u='+url
var digg = 'http://digg.com/submit?phase=2&url='+url+'&amp;title='+title;
var stumbleupon = 'http://stumbleupon.com/submit?url='+url+'&amp;title='+title;
var buzz = 'http://www.google.com/reader/link?url='+url+'&amp;title='+title+'&amp;srcURL='+host;
var delicious  = 'http://del.icio.us/post?url='+url+'&amp;title='+title;
var linkedin = 'http://www.linkedin.com/shareArticle?mini=true&url='+url+'&title='+title+'&summary=&source='+host;
var googlebox = 'http://www.google.com/bookmarks/mark?op=edit&bkmk='+url+'&title='+title; 

var onThePage = '<div id="shareButton">';

onThePage += '<a href="'+twit+'" id="twit" title="Share on twitter" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-twitter.png"  alt="Share on Twitter" /> Tweeter</a>';
onThePage += '<a href="'+facebook+'" id="facebook" title="Share on Facebook" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-facebook-logo.png"  alt="Share on facebook" /> Facebook</a>';
onThePage += '<a href="'+digg+'" id="digg" title="Share on Digg" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-digg.png"  alt="Share on Digg" /> Digg</a>';
onThePage += '<a href="'+stumbleupon+'" id="stumbleupon" title="Share on Stumbleupon" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-stumbleupon.png"  alt="Share on Stumbleupon" /> Stumbleupon</a>';
onThePage += '<a href="'+delicious+'" id="delicious" title="Share on Del.icio.us" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-delicious.png"  alt="Share on Delicious" /> Delicious</a>';
onThePage += '<a href="'+buzz+'" id="buzz" title="Share on Buzz" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-google-g-logo.png"  alt="Share on Buzz" /> Google Buzz</a>';
onThePage += '<a href="'+linkedin+'" id="linkedin" title="Share on Linkedin" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-linkedin-logo.png"  alt="Share on Linkedin" /> Linkedin</a>';
onThePage += '<a href="'+googlebox+'" id="googlebox" title="Share on Google" target="_blank" rel="nofollow"><img src="images/share/dark/iconsetc-gmail.png"  alt="Share on Google" /> Google</a>';
onThePage += '</div>';

// onThePage += '<a href="'+twit+'" id="twit" title="Share on twitter" target="_blank" rel="nofollow"><img src="images/share/16x16/social_twitter_box_blue.png"  alt="Share on Twitter" /> Tweeter</a>';
// onThePage += '<a href="'+facebook+'" id="facebook" title="Share on Facebook" target="_blank" rel="nofollow"><img src="images/share/16x16/social_facebook_box_blue.png"  alt="Share on facebook" /> Facebook</a>';
// onThePage += '<a href="'+digg+'" id="digg" title="Share on Digg" target="_blank" rel="nofollow"><img src="images/share/16x16/social_digg_box_blue.png"  alt="Share on Digg" /> Digg</a>';
// onThePage += '<a href="'+stumbleupon+'" id="stumbleupon" title="Share on Stumbleupon" target="_blank" rel="nofollow"><img src="images/share/16x16/social_stumbleupon_box_color.png"  alt="Share on Stumbleupon" /> Stumbleupon</a>';
// onThePage += '<a href="'+delicious+'" id="delicious" title="Share on Del.icio.us" target="_blank" rel="nofollow"><img src="images/share/16x16/social_delicious_box.png"  alt="Share on Delicious" /> Delicious</a>';
// onThePage += '<a href="'+buzz+'" id="buzz" title="Share on Buzz" target="_blank" rel="nofollow"><img src="images/share/16x16/social_google_buzz_box.png"  alt="Share on Buzz" /> Google Buzz</a>';
// onThePage += '<a href="'+linkedin+'" id="linkedin" title="Share on Linkedin" target="_blank" rel="nofollow"><img src="images/share/16x16/social_linkedin_box_blue.png"  alt="Share on Linkedin" /> Linkedin</a>';
// onThePage += '<a href="'+googlebox+'" id="googlebox" title="Share on Google" target="_blank" rel="nofollow"><img src="images/share/16x16/social_google_box.png"  alt="Share on Google" /> Google</a>';
// onThePage += '</div>';

document.write(onThePage);


})(jQuery);

