//<![CDATA[
function createCookie(name, value) {
	var expires = "; expires=Sat, 09 Jul 2005 00:00:00 GMT";
	document.cookie = name + "=" + value + expires + "; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for (var i=0; i < ca.length; i++) {
		var c = ca[i];
		while (c.charAt(0) == ' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function eraseCookie(name) {
	createCookie(name, "", -1);
}

function toggleCookie() {
	if ((document.forms['g8reboot'].setCookie.checked) && !readCookie('g8reboot')) {
		createCookie('g8reboot', 'hide');
	}
	else {
		eraseCookie('g8reboot');
	}
}

if (!readCookie('g8reboot')) {
	document.write ('<style><!-- @import url(http://www.g8reboot.net/css/popup.css); --></style>');
	document.write ('<div id="rebootover" style="display:none;"></div>');
	document.write ('<div id="rebootbox" style="display: none;"><form id="g8reboot" action="#" method="post">');
	document.write ('<p class="header"><a href="#" onclick="popup(\'rebootover\', \'rebootbox\');">Close this window</a> &nbsp;-&nbsp; Hide on next visit: <input id="setCookie" type="checkbox" onclick="toggleCookie();" /></p>');
	document.write ('<div id="rebootcontent">');
	document.write ('<img src="http://www.g8reboot.net/img/makepovertyhistory.gif" border="0" alt="Make Poverty History" style="margin-bottom:10px;" /><p>Every single day, <strong>30,000 children die, needlessly</strong>, of extreme poverty.</p><p>On <strong>July 6th</strong>, we finally have the <strong>opportunity to stop</strong> that shameful statistic.</p><p>8 world leaders, gathered in Scotland for the G8 summit, will be presented with <strong>a workable plan to double aid, drop the debt and make the trade laws fair</strong>. If these 8 men agree, then we will become the generation that made poverty history.</p><p><strong>But they\'ll only do it if enough people tell them to.</strong></p><p>We don\'t want your money - we want you!</p><p><strong>Visit these sites to find out more:</strong></p><ul><li><a href="http://www.makepovertyhistory.org/getinvolved/index.shtml" title="Make Poverty History" accesskey="m" target="_self">Make Poverty History</a></li><li><a href="http://www.commissionforafrica.org/" title="Commission for Africa" accesskey="c" target="_self">Commission for Africa</a></li><li><a href="http://www.live8live.com/" title="Live 8 Live" accesskey="l" target="_self">Live 8 Live</a></li></ul>');
	document.write ('</div>');
	document.write ('<p class="footer">This is a <a href="http://www.g8reboot.net" title="Lend us your screens">G8 REBOOT</a> initiative for the <a href="http://www.makepovertyhistory.org">Make Poverty History</a> campaign.</p>');
	document.write ('</form></div>');
	
	// hide flash elements
	
	function popup() {
		for (var x = 0; x < popup.arguments.length; x++) {
			var p = document.getElementById(popup.arguments[x]);
			p.style.display = (p.style.display == "none") ? "block" : "none";
		}
	}

	function showScreen() {
		document.getElementById("rebootover").style.height = document.body.clientWidth + "px";
		document.getElementById("rebootover").style.width = document.body.scrollWidth +  "px";
	}
	showScreen();
}
else {
	document.write('<script type="text/javascript" src="http://www.makepovertyhistory.org/whiteband_small_right.js"></script>');
}
//]]>