var output = ''
output += '<link href="http://moviehaku.com/widgets/pelicula.css" media="all" type="text/css" rel="stylesheet"/>';
output += '<div id="moviehakufilm">';
output += '<h3><a href="http://moviehaku.com/pelicula/Gone-with-the-Wind/">Gone with the Wind <em>(Lo que el viento se llevó)</em></a></h3>';
output += '<div class="pelicula">';
output += '<a href="http://moviehaku.com/pelicula/Gone-with-the-Wind"><img src="http://moviehaku.com/img/films/list/Gone-with-the-Wind.jpg" alt="Gone with the Wind" class="poster bordecito" /></a>';
output += '<span class="puntaje" title="Puntaje según la comunidad de usuarios de MovieHaku"><strong>8,4</strong><small>/10</small></span>';
output += '<p class="info"><span class="pais">(<strong>EEUU</strong> - 1939)</span> ';
output += 'Dirigida por <a href="http://moviehaku.com/persona/Victor-Fleming">Victor Fleming</a>.</p>';
output += '<p class="info actores">Con <a href="http://moviehaku.com/persona/Clark-Gable">Clark Gable</a>, <a href="http://moviehaku.com/persona/Thomas-Mitchell">Thomas Mitchell</a>, <a href="http://moviehaku.com/persona/Barbara-O-Neil">Barbara O\'Neil</a>, <a href="http://moviehaku.com/persona/Vivien-Leigh">Vivien Leigh</a>...</p>';
output += '</div>';
output += '<p class="powered">Powered by <a href="http://moviehaku.com/"><strong>MovieHaku</strong></a></small></p>';
output += '</div>';
document.write(output);