google_ad_client = "pub-8700398555111596";
/* Dodot */
google_ad_slot = "9334797523";
google_ad_width = 728;
google_ad_height = 90;

postit_visible = false;

function show_postit()
{
	if (!postit_visible)
	{
		document.getElementById('postit').style.visibility = 'visible';
		postit_visible = true;
	}
}

function hide_postit()
{
	if (postit_visible)
	{
		document.getElementById('postit').style.visibility = 'hidden';
		postit_visible = false;
	}
}