function writeAJAdCode(aj_dest_code) {
	if (typeof(aj_dest_code) != 'undefined' && aj_dest_code != "") {
		document.write(aj_dest_code);
	}
}