function abreURL(src){
	window.location = src;
}

var url = "http://www.terra.com.br/noticias/retrospectiva2006/videos/capa/";

document.writeln("<style type=text/css>");
document.writeln("#g .xtop .xb2, ");
document.writeln("#g .xtop .xb3 ");
document.writeln("{background:#1b6f91;}");
document.writeln("#g{width:299px;}");
document.writeln("</style>");
document.writeln("<div id=g>");
document.writeln("<b class=xtop><b class=xb1></b><b class=xb2></b><b class=xb3></b></b>");
document.writeln("<div class=xboxcontent style=\"padding: 0 3px;\">");

document.writeln("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"290\" height=\"200\" id=\"galeria\" align=\"middle\">");
document.writeln("<param name=\"allowScriptAccess\" value=\"allways\" />");
document.writeln("<param name=\"movie\" value=\"" + url + "galeria.swf\" />");
document.writeln("<param name=\"quality\" value=\"high\" />");
document.writeln("<param name=\"bgcolor\" value=\"#ffffff\" />");
document.writeln("<param name=\"wmode\" value=\"transparent\" />");
document.writeln("<embed src=\"" + url + "galeria.swf\" quality=\"high\" wmode=\"transparent\" bgcolor=\"#ffffff\" width=\"290\" height=\"200\" name=\"galeria\" align=\"middle\" allowScriptAccess=\"allways\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.writeln("</object>");
				
document.writeln("</div>");
document.writeln("<b class=xbottom><b class=xb3></b><b class=xb2></b><b class=xb1></b></b>");
document.writeln("</div>");
