Inicio();

function Inicio()
{
	var codigo;
	codigo = "<iframe id='RSIFrame' src='http://www.guitarracordoba.com/aconsa/shop/index.php?parametros=" + location.href + "' scrolling='yes' marginwidth='0' marginheight='0' frameborder='0' vspace='0' hspace='0' style='overflow:visible; width:100%; height:500'></iframe>";
	$('divTiendaVirtualContenidos').innerHTML = codigo;
}