// JavaScript Document

share.tracking = false;

share.url = 'http://DidYouHearAboutTheMorgans.com';//update this if your url is not dynamic. If this is done in flash, it will overwrite this setting

share.title = 'Did You Hear About The Morgans?';

share.tweet = 'Check out the Did You Hear About the Morgans official movie site and trailer! http://DidYouHearAboutTheMorgans.com';//This is only for twitter

share.description = 'Check out the Did You Hear About the Morgans official movie site and trailer!';//This will not work for facebook

function addLoadEvent(){
	if(top.location != document.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;
                               });
			}
		}
	}
};

