﻿/// <reference path="jquery-1.3.2-vsdoc2.js" />
function DefaultLoad() {
    SharedLoad();
}

function resizeVideo(w,h) {
    $("#thisFlash").css("width",w).css("height",h);
}