/**************************************************\
	BandADay Project
	
		A website designed to promote 
		underpopular bands on a daily basis.
	
	js/default.js -
		Gives staff a news delete button. 
		(Go ahead, try to use it. It won't work 
		if you're not staff ;))
\**************************************************/ 
function doDelete(id)
{
	location.href='index.php?page=news&del='+id;
}
