function setListView() {
	var exdate=new Date();
	document.cookie="view=2;%20path=/index.html";
	window.location.reload();
}

function setGridView() {
	var exdate=new Date();
	document.cookie="view=1;%20path=/index.html";
	window.location.reload();
}