// onclick function, give warning and open new window


function outboundLink() {
	  return confirm("NEW WINDOW OPENING FOR EXTERNAL WEB SITE!     \n\nChequeredFlagMedia is not responsible for the content of external Internet sites \n\nDO YOU WANT TO CONTINUE?");
}