var videoName = ""; 
var streamingServerURL = ""; 
var width = 320;
var height = 240;
var introFrame = " "; 
var title = "";
var autoPlay = "false";
var stageColor = "#eeeeee";
var videoXML = "";
var showListControl = "false";
var showChapterControl = "false";
var isLive = "false";
var debugMode = "false";
var videoListTitle = "";
var isAudio = "false";

var videoDivID = "fullofhateVideo2";

// this property is for capturing a video index from the query string 
// so that a video can be deep linked to
var jumpToVideoIndex = "-1";

