<!--
function printpage(pageID, websiteID)
{
	newwindow=open("print-article.asp?pid="+pageID+"&wid="+websiteID, "", "scrollbars=yes,width=620,height=600")
}


function AddToDigg()
{
	PageUrl=window.location
	window.open("http://digg.com/submit?phase=2&URL=" + PageUrl,"winDigg","height=500,width=800,left=100,top=10,resizable=yes,scrollbars=yes");
	//http://digg.com/submit?phase=2&URL="<?php the_permalink() ?>
}

function AddToDel(Title)
{
	PageUrl=window.location
	Title="Stop Blood Diamonds"
	window.open("http://del.icio.us/post?url=" + PageUrl + "&title=" + Title,"winDelicious","height=500,width=800,left=100,top=10,resizable=yes,scrollbars=yes");
	//http://digg.com/submit?phase=2&URL="<?php the_permalink() ?>
}

function addtofav()
{
	window.external.AddFavorite(location.href,'StopBloodDiamonds.org')
	
}


function showaddcomment()
{
	if (document.getElementById("addnew").style.display=="none")
	
		document.getElementById("addnew").style.display="block"
	
	else
		document.getElementById("addnew").style.display="none"
}


function emailthis(pageID)
{
	mailwindow=open("send-email.asp?pid="+pageID, "Email_Your_Friend", "scrollbars=yes,width=500,height=350")
}
//-->