/**
 * SWFRefresh
 */
function refreshURL () {
	//alert('refreshing');
	window.location.reload();
};