// for Spend Up Tiltings Announcement links

function spendup_tiltings_announcements_links() {
	var openedby = window.parent.location;
	document.write('<ul>');
	if( (openedby == 'http://www.quixotefoundation.org/youarehere/popup.html') || (openedby == 'http://quixotefoundation.org/youarehere/popup.html') ) {
		// popup spendup version
		document.write('<li'+'>Read the <a href="http://www.quixotefoundation.org/about/spend-up-frequently-asked-questions?theme=spendup">Frequently Asked Questions<'+'/a><'+'/li>');
		document.write('<li'+'>Forward this information to anyone you think might be interested in the discussion<'+'/li>');
		document.write('<li'+'>Blog to add your thoughts on the topic<'+'/li>');
		document.write('<li'+'>Follow <a href="http://twitter.com/QuixoteTilts" target="_blank">QuixoteTilts<'+'/a> on Twitter and tag your tweets #spendup<'+'/li>');
		document.write('<li'+'>Post your thoughts on our <a href="http://facebook.com/pages/Quixote-Foundation/264215195547" target="_blank">Facebook<'+'/a> page<'+'/li>');
		document.write('<li'+'>Send comments directly to don -at- quixotefoundation -dot- org<'+'/li>');
		document.write('<li'+'><a href="/tiltings/subscribe/" target="_blank">Subscribe to <em>Tiltings<'+'/em><'+'/a> if you want to hear more<'+'/li>');			
	} else if( (openedby == 'http://www.quixotefoundation.org/youarehere/') || (openedby == 'http://quixotefoundation.org/youarehere/') ) {
		// direct spendup version
		document.write('<li'+'>Read the <a href="http://www.quixotefoundation.org/about/spend-up-frequently-asked-questions?theme=spendup">Frequently Asked Questions<'+'/a><'+'/li>');
		document.write('<li'+'>Forward this information to anyone you think might be interested in the discussion<'+'/li>');
		document.write('<li'+'>Blog to add your thoughts on the topic<'+'/li>');
		document.write('<li'+'>Follow <a href="http://twitter.com/QuixoteTilts" target="_blank">QuixoteTilts<'+'/a> on Twitter and tag your tweets #spendup<'+'/li>');
		document.write('<li'+'>Post your thoughts on our <a href="http://facebook.com/pages/Quixote-Foundation/264215195547" target="_blank">Facebook<'+'/a> page<'+'/li>');
		document.write('<li'+'>Send comments directly to don -at- quixotefoundation -dot- org<'+'/li>');
		document.write('<li'+'><a href="/tiltings/subscribe/" target="_blank">Subscribe to <em>Tiltings<'+'/em><'+'/a> if you want to hear more<'+'/li>');
	} else {
		// standard version
		document.write('<li'+'><a href="javascript:popup(\'http://www.quixotefoundation.org/youarehere/popup.html\',800,580,true);">Read the full announcement<'+'/a> and <a href="http://www.quixotefoundation.org/about/spend-up-frequently-asked-questions">Frequently Asked Questions<'+'/a><'+'/li>');
		document.write('<li'+'>Forward this information to anyone you think might be interested in the discussion<'+'/li>');
		document.write('<li'+'>Blog to add your thoughts on the topic<'+'/li>');
		document.write('<li'+'>Follow <a href="http://twitter.com/QuixoteTilts">QuixoteTilts<'+'/a> on Twitter and tag your tweets #spendup<'+'/li>');
		document.write('<li'+'>Post your thoughts on our <a href="http://facebook.com/pages/Quixote-Foundation/264215195547">Facebook<'+'/a> page<'+'/li>');
		document.write('<li'+'>Send comments directly to don -at- quixotefoundation -dot- org<'+'/li>');
		document.write('<li'+'><a href="/tiltings/subscribe/">Subscribe to <em>Tiltings<'+'/em><'+'/a> if you want to hear more<'+'/li>');
	}
	document.write('<'+'/ul>');
}

function spendup_tiltings_announcement_link_areas() {
	var openedby = window.parent.location;
	if( (openedby == 'http://www.quixotefoundation.org/youarehere/popup.html') || (openedby == 'http://quixotefoundation.org/youarehere/popup.html') ) {
		// popup spendup version
		document.write('<a href="http://www.quixotefoundation.org/areas/" target="_blank">interest areas</a>');
	} else if( (openedby == 'http://www.quixotefoundation.org/youarehere/') || (openedby == 'http://quixotefoundation.org/youarehere/') ) {
		// direct spendup version
		document.write('<a href="http://www.quixotefoundation.org/areas/" target="_blank">interest areas</a>');
	} else {
		// standard version
		document.write('<a href="/areas/">interest areas</a>');		
	}
}

function spendup_tiltings_announcement_link_founder() {
	var openedby = window.parent.location;
	if( (openedby == 'http://www.quixotefoundation.org/youarehere/popup.html') || (openedby == 'http://quixotefoundation.org/youarehere/popup.html') ) {
		// popup spendup version
		document.write('<a href="http://www.quixotefoundation.org/about/founder/" target="_blank">founder</a>');
	} else if( (openedby == 'http://www.quixotefoundation.org/youarehere/') || (openedby == 'http://quixotefoundation.org/youarehere/') ) {
		// direct spendup version
		document.write('<a href="http://www.quixotefoundation.org/about/founder/" target="_blank">founder</a>');
	} else {
		// standard version
		document.write('<a href="/about/founder/">founder</a>');		
	}
}
