﻿// JavaScript Document

$(document).ready(function(){
    $('#contenido').flash(
        { src: 'conte.swf',
          width: '100%',
          height: '100%' },
        { version: 9 }
    );
});