function tellafriend(theWidth, theHeight) {
	var theURL = location.href;
	var theOptions = 'width='+theWidth+', height='+theHeight;
	var myArray = theURL.split('/');
	thePage = "TAFform.asp?" + myArray[myArray.length-1];
	window.open(thePage,'tafWin', theOptions);
}

