// JavaScript Document
function flash(tag) {
document.write(tag);
}

/*function removeConfirmation() {
		Check = confirm("Do you really want to remove ?");
		if(Check == false) {
			history.back();
		}
		else{
			return true
		}
}*/





