function publicidade(ID) {
	if (typeof ID == 'undefined') {
		document.write('<img src="../../images/fullbanner.gif" border="0" width="468" height="60" />');
	} else {
		document.write('<img src="images/fullbanner.gif" border="0" width="468" height="60" />');
	}
}