function view_banner(div,tamanho){
	otamanho = tamanho;
	tamanho = tamanho.split('x');
	$('#'+div).html('<iframe scrolling="no" height="'+tamanho[1]+'" frameborder="0" width="'+tamanho[0]+'" noresize="" cellpadding="0" cellspacing="0" framespacing="0" marginheight="0" marginwidth="0" src="http://site.dm.com.br/viewbanner/'+otamanho+'"></iframe>');
}