function gotoPage(wURL){
	this.location.href = wURL;
	//alert('URL is: ' + wURL); 
}