

//ONLY EDIT THESE 3 LINES
var path2small = "/movies/movie_player_small.html";
var path2medium = "/movies/movie_player_med.html";
var path2large = "movies/movie_player_high.html";




//DO NOT EDIT BELOW
var panelWhowe = "";

panelWhowe += "<div style=\"width:227px; background-image:url(/images/rightpanel/panelbg.gif); background-repeat: repeat-y;\">";
panelWhowe += "<div style=\"width:227px; height:38px; background-image:url(/images/rightpanel/movie.gif); background-repeat: no-repeat;\"></div>";

panelWhowe += "<div style=\"clear:both; padding-left:2px;\"><img src=\"/images/rightpanel/whatisvidthumb.jpg\" width=\"223\" height=\"130\" border=\"0\"></div>";

//panelWhowe += "<img style=\"float:left; clear:both; padding-left:2px;\" src=\"/images/rightpanel/movieshortcut.gif\" width=\"114\" height=\"38\" border=\"0\">";
//panelWhowe += "<a href=\"javascript:launchPopUp('"+path2small+"','video','530','470');\"><img style=\"clear:none;\" src=\"/images/rightpanel/moviesm.gif\" width=\"36\" height=\"38\" border=\"0\"></a>";
//panelWhowe += "<a href=\"javascript:launchPopUp('"+path2medium+"','video','530','470');\"><img style=\"clear:none;\" src=\"/images/rightpanel/moviemd.gif\" width=\"36\" height=\"38\" border=\"0\"></a>";
//panelWhowe += "<a href=\"javascript:launchPopUp('"+path2large+"','video','530','470');\"><img style=\"clear:none;\" src=\"/images/rightpanel/movielg.gif\" width=\"36\" height=\"38\" border=\"0\"></a>";
panelWhowe += "<div style=\"clear:both; padding-top: 12px; height: 24px;\"><center><a href=\"javascript:launchPopUp('"+path2large+"','video','530','470');\">Click here to Play</a></center></div>";

panelWhowe += "<div style=\"clear:both; width:227px; height:13px; background-image:url(/images/rightpanel/panelbottom.gif); background-repeat: no-repeat;\"></div>";
panelWhowe += "</div>";

document.write(panelWhowe);
