var flashversion = "9.0.115";

if(typeof(swfobject)=='object' && swfobject.hasFlashPlayerVersion(flashversion)){
	var head = document.getElementsByTagName('head');
	var flashstyle = document.createElement('style');
	var css = '#flashcontent h1, #flashcontent p {display: none}';
	flashstyle.setAttribute('type','text/css');
	if(head[0]){
		if(flashstyle.styleSheet){
			flashstyle.styleSheet.cssText = css;
		}else{
			flashstyle.appendChild(document.createTextNode(css));
		}
		head[0].appendChild(flashstyle);
	}
}

function dearJohnSwf() {
	var flashvars = {
		deeplink:swfobject.getQueryParamValue('deeplink')
	};
									
	var params = {
		allowscriptaccess:"always",
		allowfullscreen:"true",
		base:"media/",
		wmode:"opaque"
	};
				
	var attributes = {
	};
										
	swfobject.embedSWF("media/DearJohn_cms.swf", "flashcontent", "100%", "702", "9.0.115", "", flashvars, params, attributes);
}

var share = {
	// required
	url: null,
	title: null,
	tracking: true,
	
	// optional
	description: null,
	property: null,
	unique_tracking_id: '_button',
	
	// specific
	tweet: null,
	
	// custom settings
	delicious: {},
	digg: {},
	facebook: {},
	myspace: {},
	reddit: {},
	stumbleupon: {},
	twitter: {},
	
	send: function (site)
	{

		switch (site) {
			case 'delicious':
				// check for custom settings
				var url = typeof this.delicious.url != 'undefined' ? this.delicious.url : this.url;
				var title = typeof this.delicious.title != 'undefined' ? this.delicious.title : this.title;
				var description = typeof this.delicious.description != 'undefined' ? this.delicious.description : this.description;
				var tracking_link = 'http://delicious.com';

				if (url && title) {
					var link = 'http://delicious.com/save?url=' + escape(url) + '&title=' + escape(title) + '&notes=' + escape(description);
				}
				break;
			case 'digg':
				// check for custom settings
				var url = typeof this.digg.url != 'undefined' ? this.digg.url : this.url;
				var title = typeof this.digg.title != 'undefined' ? this.digg.title : this.title;
				var tracking_link = 'http://digg.com';

				if (url && title) {
					var link = 'http://digg.com/submit?phase=2&partner=[partner]&url=' + escape(url) + '&title=' + escape(title);
				}
				break;
			case 'facebook':
				// check for custom settings
				var url = typeof this.facebook.url != 'undefined' ? this.facebook.url : this.url;
				var title = typeof this.facebook.title != 'undefined' ? this.facebook.title : this.title;
				var tracking_link = 'http://www.facebook.com/sharer.php';
				
				if (url) {
					var link = 'http://www.facebook.com/sharer.php?u=' + escape(url) + '&t=' + escape(title);
				}
				break;
			case 'myspace':
				// check for custom settings
				var url = typeof this.myspace.url != 'undefined' ? this.myspace.url : this.url;
				var title = typeof this.myspace.title != 'undefined' ? this.myspace.title : this.title;
				var description = typeof this.myspace.description != 'undefined' ? this.myspace.description : this.description;
				var tracking_link = 'http://www.myspace.com';
				
				if (url && title) {
					var link = 'http://www.myspace.com/Modules/PostTo/Pages/?u=' + escape(url) + '&t=' + escape(title) + '&c=' + escape(description);
				}
				break;
			case 'reddit':
				// check for custom settings
				var url = typeof this.reddit.url != 'undefined' ? this.reddit.url : this.url;
				var title = typeof this.reddit.title != 'undefined' ? this.reddit.title : this.title;
				var tracking_link = 'http://www.reddit.com';
				
				if (url && title) {
					var link = 'http://www.reddit.com/r/reddit.com/submit?url=' + escape(url) + '&title=' + escape(title);
				}
				break;
			case 'stumbleupon':
				// check for custom settings
				var url = typeof this.stumbleupon.url != 'undefined' ? this.stumbleupon.url : this.url;
				var title = typeof this.stumbleupon.title != 'undefined' ? this.stumbleupon.title : this.title;
				var tracking_link = 'http://www.stumbleupon.com';
				
				if (url && title) {
					var link = 'http://www.stumbleupon.com/submit?url=' + escape(url) + '&title=' + escape(title);
				}
				break;
			case 'twitter':
				var tracking_link = 'http://twitter.com';
				if (this.tweet) {
					var link = 'http://twitter.com/home?status=' + escape(this.tweet);
				}
				break;
		}


		if (this.tracking && typeof s == "object") {
			var property = this.property?this.property+'_':'';//s.prop4.substring(s.prop4.lastIndexOf(':') + 1);
			sCode.trackOutboundClick(tracking_link, 'share' + site + this.unique_tracking_id);
		}

		if (link) 
			if(!window.open(link))
				alert('Please disable your popup blocker');
	},
	setUrl: function(url){
		this.url = url;
	},
	setTweet: function(str){
		this.tweet = str;
	},
	setTitle: function(str){
		this.title = str;
	},
	setDescription: function(str){
		this.description = str;
	}
	
};

share.url = "http://www.dearjohn-movie.net/";
share.title = "Dear John | Official Movie Site and Trailer";
share.description = "Channing Tatum stars in 'Dear John,' a romantic drama about a soldier who falls in love with a conservative college student. Based on the novel by Nicholas Sparks. Coming February 5th!";
share.tweet = "Check out the official Dear John movie site and trailer! http://www.dearjohn-movie.net/ ";
share.delicious.description = "Directed by Lasse Halstrom and based on the novel by best-selling author Nicholas Sparks, DEAR JOHN tells story of John Tyree (Channing Tatum), a young soldier home on leave, and Savannah Curtis (Amanda Seyfried), the idealistic college student he falls in love with during her spring vacation.  Over the next seven tumultuous years, the couple is separated by John's increasingly dangerous deployments.  While meeting only sporadically, they stay in touch by sending a continuous stream of love letters overseas--correspondence that eventually triggers fateful consequences. Coming February 5th!";

// Social bookmarking function

function shareThis() {
	var links = document.getElementById('share').getElementsByTagName('a');
	for (i=0; i<links.length; i++) {
		var link = links[i];
		if( (link.getAttribute('rel') == 'facebook') || (link.getAttribute('rel') == 'myspace') || (link.getAttribute('rel') == 'twitter') || (link.getAttribute('rel') == 'delicious') || (link.getAttribute('rel') == 'digg') || (link.getAttribute('rel') == 'stumbleupon'))
		{
			link.onclick= function() {
				document.getElementById('flashcontent').shareActive();
				share.send(this.getAttribute('rel'));						
				return false;
			}
		} else if (link.getAttribute('rel') == 'facebookfan') {	
			link.onclick= function() {
				document.getElementById('flashcontent').shareActive();
			}
		}
	}
}


