

Event.addBehavior({
  
  'a.facebook:click': function(e) {
  	window.open(this.href,'sharer','toolbar=0,status=0,width=626,height=436');
  	return false;
  },
  
  'a.digg:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1200,scrollbars=yes');
  	return false;
  },
  
  'a.delicious:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=800,scrollbars=yes');
  	return false;
  },
  
  'a.stumbleupon:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=800,scrollbars=yes');
  	return false;
  },
  
  'a.reddit:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=800,scrollbars=yes');
  	return false;
  },
  
  'a.google_bookmarks:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=800,scrollbars=yes');
  	return false;
  },
  
  'a.furl:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=600,scrollbars=yes');
  	return false;
  },
  
  'a.fark:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1200,scrollbars=yes');
  	return false;
  },
  
  'a.myspace:click': function(e) {
  	window.open(this.href,'sharer','height=800,width=850,scrollbars=yes');
  	return false;
  },
  
  'a.slashdot:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=800,scrollbars=yes');
  	return false;
  },
  
  'a.technorati:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1000,scrollbars=yes');
  	return false;
  },
  
  'a.rescuebuzz:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1000,scrollbars=yes');
  	return false;
  },
  
  'a.designfloat:click': function(e) {
  	window.open(this.href,'sharer','height=750,width=1000,scrollbars=yes');
  	return false;
  },
  
  'a.hypediss:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=950,scrollbars=yes');
  	return false;
  },
  
  'a.newsvine:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=950,scrollbars=yes');
  	return false;
  },
  
  'a.skewz:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1030,scrollbars=yes');
  	return false;
  },
  
  'a.skrt:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1030,scrollbars=yes');
  	return false;
  },
  
  'a.lipstick:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=850,scrollbars=yes');
  	return false;
  },
  
  'a.stylehive:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=920,scrollbars=yes');
  	return false;
  },
  
  'a.plugim:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=850,scrollbars=yes');
  	return false;
  },
  
  'a.sphinn:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1000,scrollbars=yes');
  	return false;
  },
  
  'a.stirrdup:click': function(e) {
  	window.open(this.href,'sharer','height=650,width=1000,scrollbars=yes');
  	return false;
  }
})

