function guaranteeDisplay(guaranteeURL,dimensions) {
	window.open(guaranteeURL,"guaranteeWindow", dimensions); 
} 
