//essas variáveis sao alteradas nos campos de foto
foto = '';
creditofoto = '';
legendafoto = '';

// alterar essas variávels em [linksrelacionados]
radio = '';
album = '';
letra = '';

function montaFoto(){
	if(foto != ''){
		document.write('<table border="0" cellspacing="0" cellpadding=0 align="right" id="BBTable" name="BBTable" width="150"><tr><td><img src="http://img.uol.com.br/x.gif" width=1 height=10><br>');
		makePhoto(creditofoto+'|'+foto+'|'+legendafoto);
		document.write('<img src="http://img.uol.com.br/x.gif" width=1 height=10><br>');

		/*boxString = '';
		if(radio != ''){
			boxString += '"bt_audio.gif|Ouça na Rádio UOL|http://www1.uol.com.br/radiouol/abreradio.htm?canal='+radio+'"';
			if(album != ''){ boxString += ','; }
		}
		if(album != ''){
			boxString += '"bt_foto.gif|Veja fotos|'+album+'"';
		}
		if(boxString != ''){
			makeBox(boxString);
		}
		*/

		if(radio != ''){
			makeBox('bt_audio.gif|Ouça na Rádio UOL|http://www1.uol.com.br/radiouol/abreradio.htm?canal='+radio);
		}
		if(album != ''){
			makeBox('bt_foto.gif|Veja fotos|'+album);
		}
		if(letra != ''){
			makeBox('bt_texto.jpg|Veja letras|'+letra);
		}

		document.write('</td></tr></table>');
	}
}

// 25/5/2004 16:50 -gbarros
// 27/7/2004 18:38 -mcarneiro