debe ser asi:
Código HTML:
Ver original<a href="http://noticia.com?id=a" target="ventana">Ver Noticia A
</a> <a href="http://noticia.com?id=b" target="ventana">Ver Noticia B
</a> <a href="http://noticia.com?id=c" target="ventana">Ver Noticia C
</a>
<iframe name="ventana" id="ventana" width="100%" height="400px" src="ventana_de_inicio.html"></iframe>
algo asi mas o menos