function clearDefault(el) {
  el.value = ""
}

var newwindow;
function authorwindow(url)
{
	alert('This author system is legacy code. Please contact us for more information on this author.');
}

var newwindow2;
function infowindow(url)
{
	newwindow2=window.open('http://www.comedy.co.uk/info/' + url + '/','info','width=600, height=600, scrollbars=yes');
	if (window.focus) {newwindow2.focus()}
}
