function colocar_animacion(ubicacion,pelicula,ancho,alto,borde,estilo){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+ancho+"' height='"+alto+"' align='right' border="+borde+" class="+estilo+">");
	document.write("<param name='movie' value='"+ubicacion+pelicula+".swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='scale' value='noborder' />");
	
	document.write("<param name='swliveconnect' value='true' />");
	document.write("<param name='menu' value='false' />");

	document.write("<param name='wmode' value='transparent' />");
    document.write("<embed src='"+ubicacion+pelicula+".swf' quality='high' wmode='transparent' scale='noborder' width='"+ancho+"' height='"+alto+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' ></embed>");
	document.write("</object>");
}


function cargar(ruta)
{
	//CODIGO EXTRAIDO DE "El Guille" Derechos Reservados
	parent.location.href=ruta;
}

function colocarArticulo(Titulo,Contenido,Fecha,Imagen,Vinculo)
{
	document.write("<TABLE border=0 cellPadding=0 cellSpacing=0 width='524px'>");
	document.write("<TR><TD width=5><IMG height=12 src='Lin/md01.gif' width=5></TD><TD width='497' background='Lin/md02.gif'></TD><TD width=10><IMG height=12 src='Lin/md03.gif' width=6></TD></TR>");
	document.write("<TR><TD width=5 background=Lin/md04.gif style='background-repeat:repeat-y'></TD><TD vAlign=top bgColor=#fbfeff>");
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='21' align='left' valign='top'>");
	document.write("<b><img src='Ico/ArrowRight.gif' width='5' height='9'>");
	document.write(" "+Titulo);
	document.write("</b></td>");
	document.write("<td width='143' rowspan='3' valign='middle' align='right'><a href='"+Vinculo+"' target='_blank'>");
	document.write("<img src='"+Imagen+"' width='133' height='99' border='0'></a></td></tr>");
	document.write("<tr><td align='justify' valign='top' style='text-align:justify;'>");
	document.write(Contenido);
	document.write(" <a href='"+Vinculo+"' target='_blank'><img src='Ico/arrowr1.gif' width='4' height='6' border='0'> <img src='Ico/arrowr1.gif' width='4' height='6' border='0'> <img src='Ico/arrowr1.gif' width='4' height='6' border='0'></a></td></tr>");
	document.write("<tr><td width='370' align='left' valign='bottom'><br><SPAM class=Estilo114>"+Fecha+"</SPAM></td></tr></table>");
	document.write("</TD><TD width=10 background=Lin/md05.gif></TD></TR>");
	document.write("<TR><TD width=5 bgcolor='black' style='background:url(Lin/md06.gif); background-position:bottom;'></TD><TD background=Lin/md07-1.gif style='background-position:bottom;'></TD><TD width=10><IMG height=15 src='Lin/md08.gif' width=6></TD></TR></TABLE>");
}

function escribirVinculo(Texto,Vinculo)
{
	document.write("<a href='"+Vinculo+"'>"+Texto+"<img src='Ico/arrowr1.gif' width='4' height='6' border='0'> <img src='Ico/arrowr1.gif' width='4' height='6' border='0'> <img src='Ico/arrowr1.gif' width='4' height='6' border='0'></a>");
}
