share.tracking = false;
share.url = 'http://www.TheGreenHornet-Movie.net';//update this if your url is not dynamic. If this is done in flash, it will overwrite this setting
share.title = 'Check out the The Green Hornet official movie site!';
share.delicious.title = 'The Green Hornet';
share.tweet = 'Check out the @TheGreenHornet official movie site! http://www.TheGreenHornet-Movie.net';//This is only for twitter
share.description = 'Check out the The Green Hornet official movie site!';//This will not work for facebook
addLoadEvent(function(){
	if(top.location != location){
		var a = document.getElementsByTagName('a');
		if(extendOnClick){
			for(var i=0; i<a.length; i++){
				extendOnClick(a[i],function(){
                                      var href = this.getAttribute('href');
                                      if(href){
                                              top.location = href;
                                      }
                                      return false;
                               });
			}
		}
	}
});
