// JavaScript Document

share.tracking = true;

share.url = 'http://www.whoissalt.com.au/';//update this if your url is not dynamic. If this is done in flash, it will overwrite this setting

share.title = 'Angelina Jolie stars in Salt - Only at the Movies! August 26';

share.tweet = 'Angelina Jolie stars in Salt - Only at the Movies! August 26 http://www.whoissalt.com.au/ ';//This is only for twitter

share.description = 'Angelina Jolie stars in Salt - Only at the Movies! August 26';//This will not work for facebook
share.delicious.description = 'Angelina Jolie stars in Salt, a contemporary espionage thriller about a CIA agent who is accused of being a Russian spy and becomes a federal fugitive. Also starring Liev Schreiber.';//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;
                               });
			}
		}
	}
});

