function imprimeBanner(src,tipo,width,height,link){var strHtml=new String;if(tipo=='swf'){AC_FL_RunContent2('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width',width,'height',height,'src',src,'quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','movie',src)}else{document.write((link)?('<a href="'+link+'">'):(''));document.write('<img src="'+src+'" width="'+width+'" height="'+height+'" alt="_" border="0" />');document.write((link)?('</a>'):(''))}}