﻿function DoVideoClick(arg) {
    $("[videoId=" + arg + "]").click();
}
