
// JavaScript Document
/*
	created by		: Devin MacDonald - Lunkerhunt
	created on		: June 24, 2006
*/




// message to display for confirm window
	var msg;
	msg = "Are you sure you wish to delete this?";
	

	
