//FUNCOES VARIADAS PASSATEMPOS/SUGESTOES/FILME DA SEMANA
function imagem(nome){
document.write('<img src="'+nome+'" width="200" heigth="250">');
}

function filme(nome){
document.write('<object width="300" height="225">');
document.write('<param name="movie" value="'+nome+'"></param>');
document.write('<param name="wmode" value="transparent"></param>');
document.write('<embed src="'+nome+'" type="application/x-shockwave-flash" wmode="transparent" width="230" height="180"></embed></object>');
}

function sugestao(artigo,imagem,frase){
  document.write('<center>');
  document.write('<h3>Sugest&atilde;o Antestreia</h3>');
  if(artigo!="") document.write('<a href="'+artigo+'" target="_new"><img src="'+imagem+'" width="200" height="300"></a><br/>'+frase);
  else document.write('<img src="'+imagem+'" width="200" height="300"><br/>'+frase);
  document.write('</center>');
}

function passatempo_zon(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<h3>Passatempo Antestreia / ZON Lusomundo</h3>');
  document.write('<a href="'+artigo+'" target="_new"><img src="'+imagem+'" width="200" height="300"></a><br/>'+frase);
  document.write('</center>');
}

function passatempo_zon_topo(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<a href="'+artigo+'" target="_new"><h3>Passatempo Antestreia / ZON Lusomundo</h3>');
  document.write('<img src="'+imagem+'" width="450" height="150"><br/>'+frase);
  document.write('</a></center><br/><br/>');
}

function passatempo_sony(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<h3>Passatempo Antestreia / Columbia Tristar Warner</h3>');
  document.write('<a href="'+artigo+'" target="_new"><img src="'+imagem+'" width="200" height="300"></a><br/>'+frase);
  document.write('</center>');
}
function passatempo_sony_topo(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<a href="'+artigo+'" target="_new"><h3>Passatempo Antestreia / Columbia Tristar Warner</h3>');
  document.write('<img src="'+imagem+'" width="450" height="150"><br/>'+frase);
  document.write('</a></center><br/><br/>');
}


function passatempo_atalanta(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<h3>Passatempo Antestreia / Atalanta</h3>');
  document.write('<a href="'+artigo+'" target="_new"><img src="'+imagem+'" width="200" height="300"></a><br/>'+frase);
  document.write('</center>');
}

function passatempo_atalanta_topo(titulo,artigo,imagem,frase){
  document.write('<center>');
  document.write('<a href="'+artigo+'" target="_new"><h3>Passatempo Antestreia / Atalanta</h3>');
  document.write('<img src="'+imagem+'" width="450" height="150"><br/>'+frase);
  document.write('</a></center><br/><br/>');
}
