// Writes the Subscribe, Save and Share links
// Written by sbreunig@deloitte.com, U.S. Internet Marketing


// Capture the current page's URL and Title
var pageURL = encodeURIComponent(location.href);
var pageTitle = encodeURIComponent(document.title);

// Deal with Podcasts frameset
if(shareDigg){
	if(pageURL = 'http://public.deloitte.com/media/RSS/ajax_social.htm'){
	   pageURL = 'http://www.deloitte.com/dtt/leadership/0,1045,sid%253D107508,00.html';
	   pageTitle = 'Deloitte Insights Podcasts';
	}

// Temporary fix during transition to new U.S. Subscriptions page
// Fix for Deloitte Insights
if (subscribeEmailURL == 'http://deloitte.12hna.com/preferences/?s14=c'){
	subscribeEmailURL = 'http://deloitte.12hna.com/preferences/index.php?S14=173,c';
}
// Fix for Statements
if (subscribeEmailURL == 'http://deloitte.12hna.com/preferences/?s11=f'){
	subscribeEmailURL = 'http://deloitte.12hna.com/preferences/index.php?A19=19,f&S11=85,f';
}


// function to create the browser bookmark
function CreateBookmarkLink() { 
	if (window.sidebar) { 
		// Mozilla Firefox Bookmark		
		window.sidebar.addPanel(document.title, location.href,"");	
	} else if( window.external ) { 
		// IE Favorite
		window.external.AddFavorite(location.href, document.title); 
	} else if(window.opera && window.print) { 
		// Opera Hotlist		
		return true; 
	} 
}

// Write the Subscribe header
if(showSubscribe){
	document.write('<span class="mainBodyTitle">Subscribe:</span><ul style="list-style:none; margin:5px 0px 0px 0px; padding:0;">');

	// Subscribe via Email
	if(subEmail){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="' + subscribeEmailURL + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_email_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" /> Subscribe via Email</a></li>');
	}
	
	// Subscribe via iTunes 
	if(subiTunes){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="' + subscribeiTunesURL + '"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_itunes_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" /> Subscribe via iTunes</a></li>');
	}

	// Subscribe via Technorati
	if(subTechnorati){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://technorati.com/faves?add=' + homepageURL + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_technorati_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Subscribe via Technorati</a></li>');
	}
	
	// Subscribe via RSS 
	if(subRSS){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="' + RSSFeed + '" target="_blank"><img src="http://www.deloitte.com/dtt/cda/img/content/feed-icon-16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Subscribe via RSS</a> (<a href="http://www.deloitte.com/dtt/leadership/0,1045,sid%253D107704,00.html">What is RSS?</a>)</li>');
	}

	// Other
	if(subOther){
	// Write Other link
	document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://www.ifeedreaders.com/subscribe.php?thefeed=' + RSSFeed + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_other_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Other</a>');
	}
	
	document.write('</ul>');
}	


// Write the Save header
if(showSave){
	document.write('<br /><span class="mainBodyTitle">Save:</span><ul style="list-style:none; margin:5px 0px 0px 0px; padding:0;">');
	
	// Download
	if(saveDownload){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="' + mp3URL + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_download_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Download (right-click)</a></li>');
	}
	
	// Browser Favorites/Bookmarks
	if(saveBrowserBookmark){		
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="#" onclick="CreateBookmarkLink();"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_ie_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Browser Favorite/Bookmark</a></li>');
	}
	
	// Del.icio.us
	if(saveDelicious){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=' + pageURL + '&amp;title=' + pageTitle + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_delicious_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Del.icio.us</a></li>');
	}
	
	// Google Bookmarks
	if(saveGoogleBookmark){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + pageURL + '&amp;title=' + pageTitle + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_google_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Google Bookmarks</a></li>');
	}
	
	document.write('</ul>');
}	


// Write the Share header
if(showShare){
	document.write('<br /><span class="mainBodyTitle">Share:</span><ul style="list-style:none; margin:5px 0px 0px 0px; padding:0;">');
	
	// Email to a Colleague
	if(shareEmail){
		//alert(pageURL);
		var cidIndex;
		var cid = '';
		// Check if the URL is using 'cid=' or 'cid%3D' and select the correct characters accordingly
		if(pageURL.search('cid%2525253D') != -1){
			cidIndex = pageURL.lastIndexOf('cid');
			cid = pageURL.slice(cidIndex+12);
		} else if(pageURL.search('cid%25253D') != -1){
			cidIndex = pageURL.lastIndexOf('cid');
			cid = pageURL.slice(cidIndex+10);
		} else if(pageURL.search('cid%253D') != -1){
			cidIndex = pageURL.lastIndexOf('cid');
			cid = pageURL.slice(cidIndex+8);			
		} else if(pageURL.search('cid%3D') != -1){
			cidIndex = pageURL.lastIndexOf('cid');
			cid = pageURL.slice(cidIndex+6);	
		} else if(pageURL.search('cid=') != -1){
			cidIndex = pageURL.lastIndexOf('cid');
			cid = pageURL.slice(cidIndex+4);
		} 
		cid = parseFloat(cid);
		if(cid.length != '') {
			document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://www.deloitte.com/dtt/email_this/0,1035,stc%253DEMAIL%255FTHIS%2526lid%253D2,00.html?cid=' + cid + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_forward_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Email to a colleague</a></li>');
		}
	}
	
	// Digg
	if(typeof(shareDigg)!='undefined'){ 
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://www.digg.com/submit?phase=2&amp;url=' + pageURL + '&amp;title=' + pageTitle + '" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_digg_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />Digg</a></li>');
	}
	}
	
	// LinkedIn
	if(typeof(shareLinkedIn)!='undefined'){ 
	if(shareLinkedIn){
		document.write('<li class="related" style="margin:0px 0px 5px 0px;"><a href="http://www.linkedin.com/e/gis/41961/58814016A5B0" target="_blank"><img src="http://public.deloitte.com/media/00Global/social_links/dtt_linkedin_16x16.gif" width="16" height="16" border="0" align="left" style="margin:0px 5px 0px 0px; clear:left;" />LinkedIn</a></li>');
	}
	}
	
	document.write('</ul>');
}


