function audio(audio){
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < 1000);

var d = new Date()
var player1= d.getSeconds()


document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="20"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">');
document.write('<param name="bgcolor" value="undefined"/>');
document.write('<param name="flashvars" value="' + audio + '"/>');
document.write('<param name="src" value="http://diarionecochea.com/player2010.swf" />');
document.write('<param name="allowfullscreen" value="true" />');
document.write('<embed type="application/x-shockwave-flash" width="300" height="20" ');
document.write('src="http://diarionecochea.com/wp-content/plugins/wordtube/player.swf" allowfullscreen="true" ');
document.write('flashvars="file=' + audio + '"&bgcolor="undefined"></embed>');
document.write('</object>');


}

function vid(video,imagen){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="400"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">');
document.write('<param name="bgcolor" value="undefined"/>');
document.write('<param name="flashvars" value="file=' + video + '&image=' + imagen + '"/>');
document.write('<param name="src" value="http://diarionecochea.com/player2010.swf" />');
document.write('<param name="allowfullscreen" value="true" />');
document.write('<embed type="application/x-shockwave-flash" width="600" height="400" ');
document.write('src="http://diarionecochea.com/player2010.swf?file=' + video + '&image=' + imagen + '" bgcolor="undefined"></embed>');
document.write('</object>');
}

function video(video,imagen){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="400"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">');
document.write('<param name="bgcolor" value="undefined"/>');
document.write('<param name="flashvars" value="file=' + video + '&image=' + imagen + '"/>');
document.write('<param name="src" value="http://diarionecochea.com/wp-content/plugins/wordtube/player.swf" />');
document.write('<param name="allowfullscreen" value="true" />');
document.write('<embed type="application/x-shockwave-flash" width="600" height="400" ');
document.write('src="http://diarionecochea.com/wp-content/plugins/wordtube/player.swf?file=' + video + '&image=' + imagen + '" bgcolor="undefined"></embed>');
document.write('</object>');
}

function videoframe(uri){
document.write('<IFRAME name=video src=' + uri + ' width=600 height=400 frameborder=0 scrolling=no>');
document.write('</IFRAME>');
}

function galeframe(uri){
document.write('<iframe name="Programación" marginwidth="1" marginheight="1" src="' + uri + '" style="position: absolute; left: -0px; top: -180px; height: 750px; width: 900px;" border="0" align="center" width="967px" frameborder="0" scrolling="no"> </iframe>');
}

