              //Social bookmarking code generated by Victor W. Chen 09.20.2007 - v.1.02

              var url = String(window.location);
              var title = String(document.title);
              var desc = document.getElementsByTagName("meta")[1];

              var facebookurl = "http://www.facebook.com/sharer.php?u=" + encodeURIComponent(url)+ "&t=" + encodeURIComponent(title);
              var diggurl = "http://digg.com/submit?phase=2&url=" + url + "&title=" + title + "&bodytext=" + desc.content;
              var delurl = "http://del.icio.us/post?url=" + url + "&title=" + title;
              var redditurl = "http://reddit.com/submit?url=" + url + "&title=" + title;
              var newsvineurl = "http://www.newsvine.com/_wine/save?popoff=1&u=" + url + "&h=" + title + "&s=" + desc.content;
			  var stumbleuponurl = "http://www.stumbleupon.com/submit?url=" + url + "&title=" + title;

              //document.write(desc.content);

              function facebook(){
	            window.open(facebookurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=642,height=436')
              }

              function digg(){
	            window.open(diggurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=900,height=640')
              }	

              function delicious(){
	            window.open(delurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=900,height=640')
              }	

              function reddit(){
	            window.open(redditurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=900,height=640')
              }	

              function newsvine(){
	            window.open(newsvineurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=900,height=640')
              }
			  
			  function stumbleupon(){
	            window.open(stumbleuponurl,'sharer','toolbar=no,resizable=1,scrollbars=1,width=900,height=640')
              }

