Watch?v X 3 M 1 R0 TUSok

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 52

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.

01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

<html>

<!-- machid: 340 -->


<head>

<title>YouTube - star wars</title>

<link rel="stylesheet" href="/css/styles_yts1187851135.css" type="text/css">


<link rel="stylesheet" href="/css/base_yts1189536618.css" type="text/css">
<link rel="search" type="application/opensearchdescription+xml"
href="/opensearch?locale=en_US" title="YouTube Video Search">
<link rel="stylesheet" href="/css/watch_yts1189628104.css" type="text/css">
<link rel="stylesheet" href="/css/buttons_yts1187851135.css" type="text/css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

<meta name="title" content="star wars">


<meta name="description" content="anaheim regionalsnot me!!!!!!!!">
<meta name="keywords" content="dance, hip, hop, production, star, wars">

<link rel="alternate" title="YouTube - [RSS]" href="/rssls">

<script type="text/javascript" src="/js/ui_yts1187851120.js"></script>


<script type="text/javascript" src="/js/AJAX_yts1181801895.js"></script>
<script type="text/javascript" src="/js/ytutil_yts1187851120.js"></script>
<script type="text/javascript"
src="/js/watch_queue_yts1181801895.js"></script>
<script language="javascript" type="text/javascript">
onLoadFunctionList = new Array();
function performOnLoadFunctions()
{
for (var i in onLoadFunctionList)
{
onLoadFunctionList[i]();
}
}
</script>
<script type="text/javascript">var quicklist_count=0;</script>
<script language="javascript" type="text/javascript"> function _hbLink (a,b)
{ return false; } </script>

<script type="text/javascript" src="/swfobject.js"></script>


<script type="text/javascript"
src="/js/components_yts1187851120.js"></script>
<script type="text/javascript" src="/js/comments_yts1187851120.js"></script>

<script type="text/javascript" src="/js/roger_yts1182982006.js"></script>

<script language="javascript" type="text/javascript">


function toggleFullStats(statsContent) {
var ajax_action = '';
if (statsContent === undefined) {
statsContent = 'honors';
ajax_action = 'action_get_honors';
document.getElementById('referDiv').style.display = 'block';
}
else if (statsContent == 'audio') {
ajax_action = 'action_get_audio_info';
document.getElementById('referDiv').style.display = 'none';
}
var fsd = document.getElementById('fullStats').style.display;
if (fsd == 'none' || fsd == '') {
showAjaxDivNotLoggedIn('additionalStatsDiv',
'/watch_ajax?v=x3m1R0TUSok&' + ajax_action + '=1&l=EN', false);
if (statsContent == 'audio') {
document.getElementById('showhide').innerHTML = 'Hide';
}
toggleDisplay('fullStats');
}
else
{
if (((statsContent == 'honors' &&
document.getElementById('audioStatHead')) || (statsContent == 'audio' &&
document.getElementById('honorStatHead'))))
{
showAjaxDivNotLoggedIn('additionalStatsDiv',
'/watch_ajax?v=x3m1R0TUSok&' + ajax_action + '=1&l=EN', false);
if (statsContent == 'honors') {
document.getElementById('showhide').innerHTML =
'Show';
}
else if (statsContent == 'audio') {
document.getElementById('showhide').innerHTML =
'Hide';
}
}
else
{
toggleDisplay('fullStats');
if (statsContent == 'audio') {
document.getElementById('showhide').innerHTML =
'Show';
}
}
}
}
function closeFullStats() {
toggleDisplay('fullStats');
if (document.getElementById('showhide')) {
document.getElementById('showhide').innerHTML = 'Show';
}

}
function CheckLogin() {
return false;
}

function showRelatedVideosContent() {
getAndShowNavContent('exRelated',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_related_videos_component&search=dance
%20hip%20hop%20production%20star%20wars');
}

function showRelatedPlaylistContent() {
getAndShowNavContent('exPlaylist',
'/watch_ajax?feature=PlayList&search=dance%20hip%20hop%20production%20star%20wars&
video_id=x3m1R0TUSok&action_get_related_playlist_component&p=&index=0');
}
function showRelatedUserContent() {
getAndShowNavContent('exUser',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_user_videos_component&user_id=j3Ia00J
TKV4&video_count=50');
}
function showHonorsContent() {
getAndShowNavContent('honors',
'/watch_ajax?v=x3m1R0TUSok&action_get_honors=1&l=EN');
}

function showAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Loading...');
getAndShowNavContent('watchlist_container',
'/watch_queue_ajax?action_get_all_queue_videos_component&v=x3m1R0TUSok',
postShowAllQueuedVideos);
}
function postShowAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Showing All Videos');
jumpToNowPlaying();
}

// This can be split out...


var contentTab=new Array();
function getAndShowNavContent(nameprefix, url, postShowNavContent) {
selectNavLink(nameprefix + "Link");

if(contentTab[nameprefix]) {
return;
}

self.nameprefix = nameprefix;
self.showRelatedVideosResponse = showRelatedVideosResponse;
self.postShowNavContent = postShowNavContent
getUrlXMLResponse(url, showRelatedVideosResponse);
}
function showRelatedVideosResponse(req) {
document.getElementById(self.nameprefix +
"Div").innerHTML=getNodeValue(req.responseXML, "html_content");
setContentLoaded(self.nameprefix);

if(self.postShowNavContent) {
self.postShowNavContent();
}
}

function setContentLoaded(nameprefix) {
selectNavLink(nameprefix + "Link");
contentTab[nameprefix] = 1;
}
function showAjaxDivNotLoggedIn(divName, url) {
self.divName = divName
self.showAjaxDivResponse = showAjaxDivResponse
getUrlXMLResponse(url, self.showAjaxDivResponse);
}
function showAjaxPostDivNotLoggedIn(divName, url, data) {
self.divName = divName
self.showAjaxDivResponse = showAjaxDivResponse
postUrlXMLResponse(url, data, self.showAjaxDivResponse);
}
function showAjaxDiv(divName, url) {
if(CheckLogin()) {
showAjaxDivNotLoggedIn(divName,url)
} else {
alert("Please login to perform this operation.");
}
}
function showAjaxPostDiv(divName, url, data) {
if(CheckLogin()) {
showAjaxPostDivNotLoggedIn(divName,url,data)
} else {
alert("Please login to perform this operation.");
}
}
function showAjaxDivResponse(req) {

document.getElementById(self.divName).innerHTML=getNodeValue(req.responseXML,
"html_content");
openDiv(self.divName);
}

function postAjaxForm(divName, formName) {


self.postAjaxFormCompleted = postAjaxFormCompleted;
self.divName = divName;

postFormXMLResponse(formName, self.postAjaxFormCompleted);
}
function postAjaxFormCompleted(req) {
if(self.divName != null)
hideAjaxDiv(self.divName);
}
function hideAjaxDiv(divName) {
closeDiv(divName);
}

function xmlrpccallback(req) {
alert('xmlrpccallback: ' + req.responseText);
}

function debugCompleted(req) {
url = getNodeValue(req.responseXML, 'url');
xmldata = getNodeValue(req.responseXML, 'xmldata');
proxy = getNodeValue(req.responseXML, 'proxy');
//alert('url: '+ url + '\nxmldata: ' + xmldata);
postUrlXMLResponse(url, xmldata, xmlrpccallback);
//alert ("url: " + url + "\nxmldata: " + xmldata + "\nproxy: " +
proxy);
}

function getXMLRPCData(divName, formName) {


self.callback = debugCompleted;
postFormXMLResponse(formName, self.callback);
}

// Player stuff

function openFull()
{
var fs = window.open(
"/watch_fullscreen?video_id=x3m1R0TUSok&l=357&t=OEgsToPDskK2Okc7aogoqyJoga46NsJI&s
k=tOZIIV07hbMVn4GlhySbxQC&fs=1&title=" + "star%20wars" ,
"FullScreenVideo", "toolbar=no,width=" + screen.availWidth +
",height=" + screen.availHeight
+ ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
fs.focus();
}

function gotoNext()
{
}

function autoNext(suffix)
{
if (typeof(suffix) == "undefined")
{
suffix = "";
}

var p = document.getElementById("movie_player");
if(p.GetVariable("movie.is_playing") == "false" &&
p.GetVariable("movie.restart") == "true")
{
gotoNext();
}
else
{
p.SetVariable("playnext", "1");
}

hideDiv("playall" + suffix);
showDiv("playingall" + suffix);
}

function postToTrackerForWatch(time_played)
{
}

function checkCurrentVideo(video_id)
{
if ("x3m1R0TUSok" != video_id)
{
window.location.href = "/watch?v=" + video_id;
}
}

function showCommentReplyForm(form_id, reply_parent_id,


is_main_comment_form) {
if(!CheckLogin()) {
alert("Please login to post a comment.");
return false;
}

printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form);


}
function printCommentReplyForm(form_id, reply_parent_id,
is_main_comment_form) {

var div_id = "div_" + form_id;


var reply_id = "reply_" + form_id;
var reply_comment_form = "comment_form" + form_id;
var captcha_div_id = "captcha_" + reply_comment_form;
if (is_main_comment_form)
discard_visible="style='display: none'";
else
discard_visible="";

var innerHTMLContent = '\


<form name="' + reply_comment_form + '" id="' + reply_comment_form + '"
onSubmit="return false" method="post" action="/comment_servlet" >\
<input type="hidden" name="video_id" value="x3m1R0TUSok">\
<input type="hidden" name="add_comment" value="">\
\
<input type="hidden" name="form_id" value="' + reply_comment_form
+ '">\
<input type="hidden" name="reply_parent_id" value="' +
reply_parent_id + '">\
<input type="hidden" name="comment_type" value="V">\
<textarea name="comment" \
cols="55" rows="3" class="widthMax"></textarea>\
<br/>\
<div style="float:left;clear:left">\
<div style="float:left" id="' + captcha_div_id + '"></div>\
<div style="float:left;clear:left">\
<input align="left" type="button"
name="add_comment_button" \
value="Post Comment" \
onclick="postThreadedComment(\'' +
reply_comment_form + '\');">\
<input align="left" type="button"
name="discard_comment_button"\
value="Discard" ' + discard_visible
+ '\
onclick="hideCommentReplyForm(\'' +
form_id + '\',false);">\
</div>\
</div>\
<div style="float:left" id="' + 'img_' + captcha_div_id +
'"></div>\
</form><br style="clear:both"><br>';

if(!is_main_comment_form) {
toggleVisibility(reply_id, false);
}
setInnerHTML(div_id, innerHTMLContent);
toggleVisibility(div_id, true);
}

function updateDynamicCaptcha(form_id)
{
function fillCaptchaDivs(xmlHttpReq)
{
var content = getNodeValue(xmlHttpReq.responseXML,
"html_content");
var contentHalves = content.split('|');
var response_div = document.getElementById("captcha_" + form_id);
var image_div = document.getElementById("img_captcha_" +
form_id);
response_div.innerHTML = contentHalves[0];
image_div.innerHTML = contentHalves[1];
}
getUrlXMLResponse('/challenge_servlet?'+Math.random(),
fillCaptchaDivs);
}

function postThreadedComment(comment_form_id)
{
if (CheckLogin() == false)
return false;

var form = document.forms[comment_form_id];

if (ThreadedCommentHandler(form, comment_form_id)) {
var add_button = form.add_comment_button;
add_button.value = "Adding comment...";
form.comment.disabled = true;
add_button.disabled = true;

}
}
function ThreadedCommentHandler(comment_form, comment_form_id)
{
var comment = comment_form.comment;
var comment_button = comment_form.comment_button;

if (comment.value.length == 0 || comment.value == null)


{
alert("You must enter a comment!");
document.comment_form.comment.disabled=false;
comment.focus();
return false;
}

if (comment.value.length > 500)


{
alert("Your comment must be shorter than 500 characters!");
document.comment_form.comment.disabled=false;

comment.focus();
return false;
}
postFormByForm(comment_form, true, commentResponse);
return true;
}
function commentResponse(xmlHttpRequest)
{
response_str = xmlHttpRequest.responseText;
response_code = response_str.substr(0, response_str.indexOf(" "));
form_id = response_str.substr(response_str.indexOf(" ")+1);

var form = document.forms[form_id];


var dstDiv = form.add_comment_button;
var discard_button = form.discard_comment_button;

if (response_code == "OK") {
dstDiv.value = "Comment Posted!";
dstDiv.disabled = true;
discard_button.disabled = true;
discard_button.style.display = "none";
} else if (response_code == "PENDING") {
dstDiv.value = "Comment Pending Approval!";
dstDiv.disabled = true;
discard_button.disabled = true;
discard_button.style.display = "none";

} else if (response_code == "LOGIN") {


dstDiv.disabled = false;
} else if (response_code == "EMAIL") {
if(confirm("You must confirm your email address before you can
submit comments. Click OK to confirm your email address."))
{
window.location="/email_confirm"
}
dstDiv.disabled = false;
} else {
if(response_code == "BLOCKED") {
dstDiv.disabled = true;
} else if(response_code == "TOOSOON") {
dstDiv.disabled = false;
alert("Commenting Limit Exceeded");
} else if(response_code == "TOOLONG") {
dstDiv.disabled = false;
} else if(response_code == "TOOSHORT") {
dstDiv.disabled = false;
} else if(response_code == "FAILED") {
dstDiv.disabled = true;
} else if(response_code == "FAILADDED") {
dstDiv.disabled = true;
} else if(response_code == "CAPTCHAFAIL") {
alert("The response to the letters on the image was not
correct, please try again.");
dstDiv.disabled = false;
} else {
dstDiv.disabled = false;
}
dstDiv.value = "Post Comment";
}
}

function load_all_comments(video_id, is_watch2) {


var remove_btn = document.getElementById('all_comments_button');
if(remove_btn) {
remove_btn.value = "Loading Comments...";
remove_btn.disabled = true
}

if(is_watch2)
var watch2_str = "&watch2"
else
var watch2_str = ""

getUrlXMLResponse("/comment_servlet?get_comments&v=" + video_id +
watch2_str, handleStateChange);

}
function hideSpam(cid) {
if (document.getElementById('reply_comment_form_id_'+cid)) {

document.getElementById('reply_comment_form_id_'+cid).style.display =
'none';

}
if (document.getElementById('comment_body_'+cid)) {
document.getElementById('comment_body_'+cid).style.display =
'none';
}
if (document.getElementById('comment_spam_bug_'+cid)) {
document.getElementById('comment_spam_bug_'+cid).style.display =
'inline';
}
}

function redirectToUrl(req)
{
window.location.href=self.new_redirect_url;
return true;
}
function unblockUserLink(friend_id, url)
{
if (!confirm("Are you sure you want to unblock this user?"))
return false;
self.new_redirect_url = url;
data ="unblock_user=1&&friend_id=" + friend_id;
postUrlXMLResponse("/link_servlet",data ,execOnSuccess(redirectToUrl));
return true;
}
function blockUserLink(friend_id, url)
{
if (!confirm("Are you sure you want to block this user?"))
return true;
self.new_redirect_url = url;
data ="block_user=1&&friend_id=" + friend_id;
postUrlXMLResponse("/link_servlet", data, redirectToUrl);
return true;
}
function unblockUserLinkByUsername(friend_username)
{
if (!confirm("Are you sure you want to unblock this user?"))
return false;
data ="unblock_user=0&&friend_username=" + friend_username;
postUrlXMLResponse("/link_servlet", data);
return false;
}
function blockUserLinkByUsername(friend_username)
{
if (!confirm("Are you sure you want to block this user?"))
return false;
data ="block_user=1&&friend_username=" + friend_username;
postUrlXMLResponse("/link_servlet", data);
return false;
}

onLoadFunctionList.push(function() { setContentLoaded("exRelated");
} );

function selectNavLink (linkName) {


if (linkName == "exRelatedLink") {
closeDiv("exUserDiv");
closeDiv("exPlaylistDiv");
openDiv("exRelatedDiv");
unSelectLink("exPlaylistLink");
unSelectLink("exUserLink");
selectLink("exRelatedLink");
blurElement("exRelatedLink");
replaceExploreTab("exploreMoreTabs",
"/img/btn_exploretab_related_300x34.gif");
}
if (linkName == "exPlaylistLink") {
closeDiv("exRelatedDiv");
closeDiv("exUserDiv");
openDiv("exPlaylistDiv");
unSelectLink("exUserLink");
unSelectLink("exRelatedLink");
selectLink("exPlaylistLink");
blurElement("exPlaylistLink");
replaceExploreTab("exploreMoreTabs",
"/img/btn_exploretab_playlist_300x34.gif");
}
if (linkName == "exUserLink") {
closeDiv("exRelatedDiv");
closeDiv("exPlaylistDiv");
openDiv("exUserDiv");
unSelectLink("exPlaylistLink");
unSelectLink("exRelatedLink");
selectLink("exUserLink");
blurElement("exUserLink");
replaceExploreTab("exploreMoreTabs",
"/img/btn_exploretab_morefromuser_300x34.gif");
}
}

function replaceExploreTab(elid, imgSrc) {


var theElement = document.getElementById(elid);
if (theElement) {
theElement.src = imgSrc;
}
}

function writeMoviePlayer(player_div, force)


{
var v = "7";
if (force)
v = "0";

var swfUrl = '/player2.swf?v=1';

var swfArgs =
{hl:'en',video_id:'x3m1R0TUSok',l:'357',t:'OEgsToPDskK2Okc7aogoqyJoga46NsJI',sk:'t
OZIIV07hbMVn4GlhySbxQC'};

var fo = new SWFObject(swfUrl, "movie_player", "450", "370", v,


"#FFFFFF");
for (var x in swfArgs) {
fo.addVariable(x, swfArgs[x]);
}
fo.addVariable("playnext", 0);
fo.addParam("allowFullscreen", "true");
player_written = fo.write(player_div);
}

function setSWFVersion(version_from_swf)
{
if (!player_written)
writeMoviePlayer("playerDiv", true);
}

function shareVideo(encrypted_video_id)
{
window.open('/share?v=' + encrypted_video_id, 'Share',
'width=580,height=480,resizable=yes,scrollbars=yes,status=0');
_hbLink('Share+Video','Watch');
}
</script>
<script language="javascript" type="text/javascript">

first_time = 1;
function changeBanner(img_url, ref_url, is_flash){
var e = document.getElementById("gad_leaderboardAd");

if (first_time)
{
e.style.height = "90px";
first_time = 0;
}

var url = "";


if (is_flash == "true")
{
url += "<object width='728' height='90'>";
url += "<" + "param value='clickTAG=" +
encodeURIComponent(ref_url) + "' /" + ">";
url += "<" + "embed src='" + img_url + "'";
url += " type='application/x-shockwave-flash'
wmode='transparent'";
url += " flashvars='clickTAG=" + encodeURIComponent(ref_url) +
"'";
url += " width='728' height='90' /" + ">";
url += "</object>";
}
else
{
url = "<" + "a href='" + ref_url + "' target='_blank'>";
url += "<img src='" + img_url + "'>";
url += "</a>";
}

e.innerHTML = url;
}
</script>

</head>

<body onLoad="performOnLoadFunctions();" topmargin="0" marginheight="0">


<div id="baseDiv">
<div id="logoTagDiv">
<a href="/" name="&lid=Logo&lpos=GlobalNav"><img
src="/img/pic_youtubelogo_123x63.gif" alt="Home" width="123" height="63"
border="0" onmouseover="showDiv('logoHomeTip');"
onmouseout="hideDiv('logoHomeTip');" /></a>
</div>
<div id="logoHomeTip" style="display: none;">Home</div>

<div id="localePickerBox">
<script type="text/javascript">
function selectLocale(loc) {
var current_url, next_url;
current_url = location.href;

//Check if the URL string contains any site redirect values; if


yes, chop string to remove those values
if (current_url.indexOf('?locale=')!=-1) {
url_array = current_url.split("?locale=");
current_url = url_array[0];
}
else if (current_url.indexOf('&locale=')!=-1) {
url_array = current_url.split("&locale=");
current_url = url_array[0];
}

//Check if the URL string already has parameters; if yes start


with "&", if no start with "?"
if (current_url.indexOf('?')==-1) {
next_url = current_url + "?" + "locale=" + loc +
"&persist_locale=1";
}
else {
next_url = current_url + "&" + "locale=" + loc +
"&persist_locale=1";
}
window.location = next_url;
picked_locale = '<img src="/img/flags/' + loc + '.gif"
align="center">';
changeCountryDisplay(loc);
}

function changeCountryDisplay(locale) {
locDiv = "countryDiv_" + locale;
document.getElementById(locDiv).style.fontWeight = "bold";
document.getElementById(locDiv).blur();
if (locale != "en_US") unBold("countryDiv_en_US");
if (locale != "en_GB") unBold("countryDiv_en_GB");
if (locale != "en_IE") unBold("countryDiv_en_IE");
if (locale != "ja_JP") unBold("countryDiv_ja_JP");
if (locale != "fr_FR") unBold("countryDiv_fr_FR");
if (locale != "de_DE") unBold("countryDiv_de_DE");
if (locale != "it_IT") unBold("countryDiv_it_IT");
if (locale != "es_ES") unBold("countryDiv_es_ES");
if (locale != "nl_NL") unBold("countryDiv_nl_NL");
if (locale != "pl_PL") unBold("countryDiv_pl_PL");
if (locale != "pt_BR") unBold("countryDiv_pt_BR");
}

function unBold(divID) {
if (document.getElementById(divID)) {
document.getElementById(divID).style.fontWeight = "normal";
}
}

function getLocale() {
return en_US;
}
function closeLocalePicker() {
var localePickerBox = document.getElementById('localePickerBox');
if (!localePickerBox) localePickerBox =
document.getElementById('localePickerBoxProfile');
if (localePickerBox)
{
if (localePickerBox.style.display != 'none')
localePickerBox.style.display = 'none';
}
}
addListener(document, 'click', function (e)
{
//alert(e);
var element = e.target || e.srcElement;
if (element.className.indexOf('localePickerLink') == -1 &&
element.className.indexOf('currentFlag') == -1)
{
closeLocalePicker();
}
});
</script>
<div>
<div class="flagDiv dropdownDivider">
<a href="#" onclick="selectLocale('en_US'); return false;"><img
src="/img/flags/en_US.gif" width="17" class="currentFlag"></a> <a
id="countryDiv_en_US" href="#" onclick="selectLocale('en_US'); return false;"
class="localePickerTitle">Global</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('pt_BR'); return false;"
class="localePickerFlagLink"><img src="/img/flags/pt_BR.gif" width="17"
class="currentFlag"></a> <a href="#" id="countryDiv_pt_BR"
onclick="selectLocale('pt_BR'); return false;"
class="localePickerTitle">Brasil</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('fr_FR'); return false;"
class="localePickerFlagLink"><img src="/img/flags/fr_FR.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_fr_FR" href="#"
onclick="selectLocale('fr_FR'); return false;"
class="localePickerTitle">France</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('en_IE'); return false;"
class="localePickerFlagLink"><img src="/img/flags/en_IE.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_en_IE" href="#"
onclick="selectLocale('en_IE'); return false;"
class="localePickerTitle">Ireland</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('it_IT'); return false;"
class="localePickerFlagLink"><img src="/img/flags/it_IT.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_it_IT" href="#"
onclick="selectLocale('it_IT'); return false;"
class="localePickerTitle">Italia</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('ja_JP'); return false;"
class="localePickerFlagLink"><img src="/img/flags/ja_JP.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_ja_JP" href="#"
onclick="selectLocale('ja_JP'); return false;" class="localePickerTitle">日本</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('nl_NL'); return false;"
class="localePickerFlagLink"><img src="/img/flags/nl_NL.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_nl_NL" href="#"
onclick="selectLocale('nl_NL'); return false;"
class="localePickerTitle">Nederland</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('pl_PL'); return false;"
class="localePickerFlagLink"><img src="/img/flags/pl_PL.gif" width="17"
class="currentFlag"></a> <a href="#" id="countryDiv_pl_PL"
onclick="selectLocale('pl_PL'); return false;"
class="localePickerTitle">Polska</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('es_ES'); return false;"
class="localePickerFlagLink"><img src="/img/flags/es_ES.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_es_ES" href="#"
onclick="selectLocale('es_ES'); return false;"
class="localePickerTitle">España</a>
</div>
<div class="flagDiv">
<a href="#" onclick="selectLocale('en_GB'); return false;"
class="localePickerFlagLink"><img src="/img/flags/en_GB.gif" width="17"
class="currentFlag"></a> <a id="countryDiv_en_GB" href="#"
onclick="selectLocale('en_GB'); return false;" class="localePickerTitle">United
Kingdom</a>
</div>

<div class="alignR smallText"><a href="#" onclick="closeLocalePicker();


return false;">Close</a></div>
</div>
</div>

<br>
<div id="utilDiv">

<b><a href="/signup" onclick="_hbLink('SignUp','UtilityLinks');">Sign


Up</a></b>
<span class="utilDelim">|</span>
<a href="/my_account">My Account</a>
<span class="utilDelim">|</span>
<a href="/recently_watched"
onclick="_hbLink('ViewingHistory','UtilityLinks');">History</a>
<span class="utilDelim">|</span>
<a href="http://www.google.com/support/youtube/?hl=en_US">Help</a>

<span class="utilDelim">|</span>
<a href="/login?next=/watch%3Fv%3Dx3m1R0TUSok"
onclick="_hbLink('LogIn','UtilityLinks');">Log In</a>
<span class="utilDelim">|</span>
<span class=""><a href="#" class="localePickerLink"
onclick="window.parent.toggleDisplay('localePickerBox');return false;">Site:</a><a
href="#" class="localePickerLink"
onclick="window.parent.toggleDisplay('localePickerBox');return false;"><img
src="/img/flags/en_US.gif" align="absmiddle" class="currentFlag"
alt="Site:"></span></a>
<!--<span class=""><a href="#"
onclick="toggleDisplay('localePickerBox');return false;">Site:</a><a href="#"
onclick="toggleDisplay('localePickerBox');return false;"><img
src="/img/flags/en_US.gif" align="absmiddle" class="currentFlag"
alt="Site:"></a>-->
</span>
<form name="logoutForm" method="post" target="_top"
action="/index">
<input type="hidden" name="action_logout" value="1">
</form>
</div>

<div id="gNavDiv">

<div id="upload"><img src="/img/pic_upload_bug_22x23.gif" width="22" height="23"


align="absmiddle"> &nbsp;<a href="/my_videos_upload">Upload</a></div>

<div class="tab">

<a href="/community" class="tab"><b><b><b><p class="tab_label"


id="tab4">Community</p></b></b></b></a>

</div>

<div class="tab" valign="bottom">

<a href="/members" class="tab"><b><b><b><p class="tab_label"


id="tab4">Channels</p></b></b></b></a>

</div>

<div class="tab" valign="bottom">

<a href="/categories" class="tab"><b ><b ><b ><p class="tab_label"


id="tab2">Categories</p></b></b></b></a>

</div>

<div class="tab" >

<a href="/browse?s=mp" class="tab_sel"><b><b><b><p class="tab_label"


id="tab1">Videos</p></b></b></b></a>

</div>

</div>
<!-- end gNavDiv -->

<div id="gNavBottom"><div id="searchDiv"> <form name="searchForm" id="searchForm"


method="get" action="/results">
<input tabindex="10000" type="text" name="search_query" maxlength="128"
class="searchField" value="">
&nbsp;
<input type="submit" name="search" value="Search">
</form>
</div></div>
<div id="leaderboardAd">

<!-- begin ad tag -->


<script type="text/javascript">
ord=Math.random()*10000000000000000 + 1;
document.write('<script language="JavaScript"
src="http://ad.doubleclick.net/adj/ytwatch.entertainment/default;sz=728x90;!c=;kvi
d=x3m1R0TUSok;kpu=meep10;ko=u;kpid=;kr=H;u=x3m1R0TUSok|;tile=1;dcopt=ist;ord=' +
ord + '?" type="text/javascript"><\/script>');
</script>
<noscript><a
href="http://ad.doubleclick.net/jump/default;sz=728x90;ord=123456789?"
target="_blank"><img
src="http://ad.doubleclick.net/ad/default;sz=728x90;ord=123456789?"
width="728" height="90" border="0" alt=""></a>
</noscript>
<!-- End ad tag -->

</div>

<!-- begin main presentation code -->

<h1 id="video_title">star wars</h1>

<table cellpadding="0" cellspacing="0" align="center"><tr valign="top">


<td>
<div id="interactDiv">
<div id="checkerDiv" style="position:absolute; top:-100px; left:-
100px;"></div>
<div id="playerDiv">
<div style="padding: 20px; font-size:14px; font-weight: bold;">
Hello, you either have JavaScript turned off or an old version of
Macromedia's Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/"
onclick="_hbLink('Get+Flash','Watch');">Get the latest Flash player</a>.
</div>
</div>
<script type="text/javascript">
// <![CDATA[
writeMoviePlayer("playerDiv");
var to = new SWFObject("/version-check.swf", "checker", "0", "0", "0",
"#FFFFFF");
to.write("checkerDiv");
// ]]>
</script>
<div id="watchqueueStartNew" class="quicklist_container hid">

<div><img src="/img/pic_curves_top_450x4.gif" border="1" /></div>


<div id="nextvideoRow" class="nextVideoRowDiv">
<table width="440" cellpadding="0" cellspacing="0" border="0"
class="padB5">
<tr>
<td width="95" align="left" valign="top"
class="padL5">
<div class="headerTitleLite">QuickList</div>
</td>
<td width="30" valign="top" align="right">
<a href="#"
onclick="play_all_start_new();_hbLink('QuickList+PlayAll','Watch');return false;"
rel="nofollow" ><img id="play_all_buttton" hspace="4" src="/img/pixel.gif"
border="0" valign="top" height="25" width="33" alt="Play All Videos" /></a>
</td>
<td width="95" valign="top">
<div id="playall_quicklist"
class="smallText">
<b><a href="#"
onclick="autoNext('_quicklist');return false;" rel="nofollow" >Play
All</a></b></div>
<div id="playingall_quicklist"
class="grayText smallText hid">Playing All</div>
<span class="smallText grayText">
Videos:
</span>
<span id="play_all_numb" class="smallText
grayText">
<script language="javascript"
type="text/javascript">document.write(quicklist_count);</script>
</span>
</td>
<td width="30" valign="top"
align="right">
<a id="next_video_url_1" href="#"><img
id="next_video_image_url" src="/img/pixel.gif" height="25" border="0"
style="padding-right:2px;" align="middle"></a>
</td>
<td width="145" valign="top">
<div class="nextVideoDisplay">
<span class="grayText
smallText"><b><a id="next_video_url_2" href="#">Play Next</a></b>
<br /><span id="next_video_title">
</span>
</div>
</td>
<td width="40" valign="top" align="right">
<div id="show_button_container"
class="hideShowButton">
<a href="#"
onClick="clickedHideShowButton();_hbLink('QuickList+ShowHide','Watch');return
false;" rel="nofollow" ><img id="watch_queue_show_hide"
src="/img/btn_watchqueue_hide_33x25.gif" width="33" height="25" border="0"
alt="Show or Hide QuickList Videos"></a>
</div>
</td>
</tr>
</table>
</div>

<div id="watchlist_container" class="watchlist_videos">


<table id="watchlist_table" width="426" align="center" border="0"
cellpadding="0" cellspacing="0">
<tr><td width="8"></td><td width="55"></td><td
width="313"></td><td width="50"></td></tr>
</table>
</div>

<div id="save_row" class="saveRowDiv"


style="height:20px;display:block;">
<div class="saveRowSetting">
<span class="smallText">
<form id="set_pop" name="set_pop">
&nbsp;<input id="checkbox_pop_no_pop" type="checkbox"
onClick="if(document.set_pop.quicklist_pop_nopop.checked==true)
{set_pop_status(1);} else{set_pop_status(0);};" name="quicklist_pop_nopop">Remove
videos as I watch them
</form>
</span>
</div>
<div class="quicklistActions">
<span class="smallText"><b><a href="/watch_queue?all" title="Go
to QuickList page" onclick="_hbLink('QuickList+ManageLink','Watch');"
rel="nofollow" >Manage</a> | <a href="/edit_playlist_info?watch_queue=1"
title="Save all videos into a permanent playlist"
onclick="_hbLink('QuickList+SaveLink','Watch');" rel="nofollow">Save</a> | <a
href="#" onClick="javascript:return
clear_watch_queue_watch_page();_hbLink('QuickList+ClearLink','Watch');return
false;" title="Remove all videos from QuickList"
rel="nofollow">Clear</a></b></span>
</div>
</div> <!-- end save_row -->
<div><img src="/img/pic_curves_bottom_450x4.gif" border="1"></div>
</div>

<div id="actionsAndStatsDiv">
<div id="ratingDivWrapper">
<div id="ratingDiv">

<div id="ratingMessage"><a
href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok">Login</a> to rate</div>

<img class="rating" src="/img/icn_star_full_19x20.png" align="top"><img


class="rating" src="/img/icn_star_full_19x20.png" align="top"><img class="rating"
src="/img/icn_star_full_19x20.png" align="top"><img class="rating"
src="/img/icn_star_full_19x20.png" align="top"><img class="rating"
src="/img/icn_star_empty_19x20.png" align="top">
<div class="rating ratingCount">7 ratings</div>

<div class="spacer"></div>
</div> <!-- end ratingDiv -->

</div> <!-- end ratingDivWrapper -->

<div class="actionsDiv">
<div class="actionRow">
<a href="#" class="noul"
onclick="showAjaxDiv('addFavsDiv',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_playlists_component=1', true);
_hbLink('Save+To+Favorites','Watch'); return false;" onmouseover=""
rel="nofollow"><img src="/img/icn_fav_reg_19x17.gif" border="0" class="alignMid"
alt="Save to Favorites"> <span class="eLink">Save to Favorites</span></a>
</div>
<div class="actionRow">
<a href="#" class="noul"
onclick="showAjaxDiv('addGroupsDiv',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_groups_component=1', true);
_hbLink('Add+To+Groups','Watch'); return false;" rel="nofollow"><img
src="/img/icn_groups_reg_19x17.gif" border="0" class="alignMid" alt="Add to
Groups"> <span class="eLink">Add to Groups</span></a>
</div>
</div>
<div class="actionsDiv sm">
<div class="actionRow">
<a href="#" class="noul"
onClick="shareVideo('x3m1R0TUSok');return false;" rel="nofollow"><img
src="/img/icn_email_reg_19x17.gif" border="0" class="alignMid" alt="Share This
Video"> <span class="eLink">Share Video</span></a>
</div>
<div class="actionRow">
<a href="#" class="noul"
onclick="showAjaxDivNotLoggedIn('blogVidDiv',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_user_blogs_component=1', true);
_hbLink('Blog+Video','Watch'); return false;" rel="nofollow"><img
src="/img/icn_web_reg_19x17.gif" border="0" class="alignMid"> <span
class="eLink">Post Video</span></a>
</div>
</div>
<div class="actionsDiv sm">
<div class="actionRow">
<a href="#" class="noul"
onclick="showAjaxDiv('inappropriateVidDiv',
'/watch_ajax?video_id=x3m1R0TUSok&action_get_flag_video_component=1', true);
_hbLink('Flag+Inappropriate','Watch'); return false;" rel="nofollow"><img
src="/img/icn_flag_reg_19x17.gif" border="0" class="alignMid" alt="Flag as
Inappropriate"> <span class="eLink">Flag as Inappropriate</span></a>
</div>
</div>
<div class="spacer"></div>
<div class="statsDiv">
Views: <span class="statVal">2,247</span> <div
class="statDivider">|</div>
Comments: <span class="statVal">7</span> <div
class="statDivider">|</div>
Favorited: <span class="statVal">45</span> times
</div>

<div class="statsDiv"><span class="smStat">Honors: <a class="eLink"


href="#" onclick="toggleFullStats(); return false;"
rel="nofollow">0</a></span><span class="smStat">Links: <a class="eLink" href="#"
onclick="toggleFullStats(); return false;" rel="nofollow">5</a></span> </div>

<div id="fullStats">
<div id="referDiv" class="moreStats">
<h4>Sites Linking to This Video:</h4>
<div class="statItem"><span class="label">17 clicks
from</span> <a rel="nofollow" href="http://www.xanga.com/kim2y379"
target="_top">http://www.xanga.com/kim2y379</a></div>
<div class="statItem"><span class="label">14 clicks
from</span> <a rel="nofollow"
href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendi
d=17618299"
target="_top">http://profile.myspace.com/index.cfm?fuseaction=user...</a></div>
<div class="statItem"><span class="label">5 clicks
from</span> <a rel="nofollow"
href="http://www.gaywatch.com/view_journal.php?journal_id=47019"
target="_top">http://www.gaywatch.com/view_journal.php?journal_id=...</a></div>
<div class="statItem"><span class="label">4 clicks
from</span> <a rel="nofollow"
href="http://www.xanga.com/kim2y379/506799365/item.html"
target="_top">http://www.xanga.com/kim2y379/506799365/item.html</a></div>
<div class="statItem"><span class="label">4 clicks
from</span> <a rel="nofollow" href="http://www.xanga.com/Private/subs.aspx"
target="_top">http://www.xanga.com/Private/subs.aspx</a></div>
</div>
<div id="additionalStatsDiv" class="moreStats"><h3>Loading
Info...</h3></div>
<div id="fullStatsClose"><a href="#" class="eLink"
onclick="closeFullStats(); return false;" rel="nofollow">Close</a></div>
<div class="spacer"></div>
</div>

<div id="addFavsDiv" class="popupDiv"></div>


<div id="addGroupsDiv" class="popupDiv"></div>
<div id="sendToMobileDiv" class="popupDiv"></div>
<div id="blogVidDiv" class="popupDiv"></div>
<div id="inappropriateVidDiv" class="popupDiv"></div>
</div> <!-- end actionsAndStatsDiv -->

<div id="commentsDiv">
<table cellpadding="0" cellspacing="0" width="100%"><tr>
<td valign="top"><h2 style="margin: 0px;">Comments &amp;
Responses</h2>
<div style="margin:5px;">
<form name="comments_filter">
<span class="smallText"><b>Show:</b></span>
<select class="xsmallText" name="commentthreshold"
onChange="showLoading('recent_comments',
this.value);getUrlXMLResponseAndFillDiv('/watch_ajax?v=x3m1R0TUSok&savethreshold=y
es&action_get_comments=1&p=1&page_size=10&commentthreshold='+this.value,
'recent_comments');">
<option value="-1000">all comments</option>
<option value="10">excellent (+10 or
better)</option>
<option value="5">great (+5 or better)</option>
<option value="0">good (0 or better)</option>
<option selected="selected" value="-5">average
(-5 or better)</option>
<option value="-10">poor (-10 or better)</option>
</select>
<span class="smallText" style="position:relative">
<a href="#" class="eLink" onClick="return false;"
onMouseover="showDiv('commentsHelp');return false;"
onMouseout="hideDiv('commentsHelp');">Help</a>
<span id="commentsHelp" class="smallText commentsTooltip">
Change this to see only comments above a certain
value.<br>Change the value of a comment by clicking on a thumb.
</span>
</span>
</form>
</div>

</td>
<td align="right">

<div style="padding-bottom: 2px;">


<b><a
href="/video_response_upload?v=x3m1R0TUSok"
onclick="_hbLink('Post+Video+Response','Watch');" rel="nofollow">Post a video
response</a></b>
</div>
<div id="reply_main_comment2">
<b><a href="#" class="eLink"
onclick="showCommentReplyForm('main_comment2', '', false); return false;"
onclick="_hbLink('Post+Text+Comment','Watch');" id="post_text_comment_link"
rel="nofollow">Post a text comment</a></b>
</div>

</td>
</tr></table>
<div style="width:100%;margin-right:2px;margin-top:3px;">
</div>

<div id="div_main_comment2"></div>
<div id="recent_comments">
<div id="all_comments_content">
<div id="div_BBB3SjHYduU">
<a name="BBB3SjHYduU"/></a>
<div class="commentEntry" id="comment_BBB3SjHYduU">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/dmoore999"
rel="nofollow">dmoore999</a></b>
<span class="smallText"> (17 hours ago) </span>
<span id="show_link_BBB3SjHYduU"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_BBB3SjHYduU');
displayHideCommentLink('hide_link_BBB3SjHYduU','show_link_BBB3SjHYduU');return
false;">Show</a></span>

<span id="hide_link_BBB3SjHYduU"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_BBB3SjHYduU');
displayShowCommentLink('hide_link_BBB3SjHYduU','show_link_BBB3SjHYduU'); return
false;">Hide</a></span>

<span id="comment_spam_bug_BBB3SjHYduU"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVoteBBB3SjHYduU"
class="floatR">
<span id="comment_msg_BBB3SjHYduU" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_BBB3SjHYduU"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_BBB3SjHYduU').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_BBB3SjHYduU').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_BBB3SjHYduU').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_BBB3SjHYduU').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_BBB3SjHYduU" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText"


id="container_comment_form_id_BBB3SjHYduU" style="display: none"> </div> <!--
container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_BBB3SjHYduU">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_BBB3SjHYduU', 'BBB3SjHYduU',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>

</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
omg nice vid
</div>
<div class="clear"></div>
<div id="div_comment_form_id_BBB3SjHYduU"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_VZvq-quWieM">
<a name="VZvq-quWieM"/></a>
<div class="commentEntry" id="comment_VZvq-quWieM">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/MDCdancestar"
rel="nofollow">MDCdancestar</a></b>
<span class="smallText"> (6 months ago) </span>
<span id="show_link_VZvq-quWieM"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_VZvq-quWieM');
displayHideCommentLink('hide_link_VZvq-quWieM','show_link_VZvq-quWieM');return
false;">Show</a></span>

<span id="hide_link_VZvq-quWieM"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_VZvq-quWieM');
displayShowCommentLink('hide_link_VZvq-quWieM','show_link_VZvq-quWieM'); return
false;">Hide</a></span>

<span id="comment_spam_bug_VZvq-quWieM"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVoteVZvq-quWieM"
class="floatR">
<span id="comment_msg_VZvq-quWieM" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_VZvq-quWieM"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_VZvq-quWieM').innerHTML='Please
login'" onMouseout="document.getElementById('comment_msg_VZvq-
quWieM').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_VZvq-quWieM').innerHTML='Please
login'" onMouseout="document.getElementById('comment_msg_VZvq-
quWieM').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_VZvq-quWieM" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText" id="container_comment_form_id_VZvq-


quWieM" style="display: none"> </div> <!-- container id -->
<div class="commentAction smallText" id="reply_comment_form_id_VZvq-
quWieM">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_VZvq-quWieM', 'VZvq-quWieM',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>

</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
hah<br/>that was fricken awesome<br/>i love
it<br/>im gunna like watch this every day now =]
</div>
<div class="clear"></div>
<div id="div_comment_form_id_VZvq-quWieM"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_HtP3TEPB-40">
<a name="HtP3TEPB-40"/></a>
<div class="commentEntry" id="comment_HtP3TEPB-40">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/watchmeshinexo"
rel="nofollow">watchmeshinexo</a></b>
<span class="smallText"> (1 year ago) </span>
<span id="show_link_HtP3TEPB-40"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_HtP3TEPB-40');
displayHideCommentLink('hide_link_HtP3TEPB-40','show_link_HtP3TEPB-40');return
false;">Show</a></span>
<span id="hide_link_HtP3TEPB-40"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_HtP3TEPB-40');
displayShowCommentLink('hide_link_HtP3TEPB-40','show_link_HtP3TEPB-40'); return
false;">Hide</a></span>

<span id="comment_spam_bug_HtP3TEPB-40"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVoteHtP3TEPB-40"
class="floatR">
<span id="comment_msg_HtP3TEPB-40" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_HtP3TEPB-40"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_HtP3TEPB-40').innerHTML='Please
login'" onMouseout="document.getElementById('comment_msg_HtP3TEPB-
40').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_HtP3TEPB-40').innerHTML='Please
login'" onMouseout="document.getElementById('comment_msg_HtP3TEPB-
40').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_HtP3TEPB-40" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText" id="container_comment_form_id_HtP3TEPB-


40" style="display: none"> </div> <!-- container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_HtP3TEPB-40">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_HtP3TEPB-40', 'HtP3TEPB-40',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>

</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
i was in the crowd waiting to go on when i saw
this.<br/>and i loved it!
</div>
<div class="clear"></div>
<div id="div_comment_form_id_HtP3TEPB-40"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_WJb2DZHuj8k">
<a name="WJb2DZHuj8k"/></a>
<div class="commentEntry" id="comment_WJb2DZHuj8k">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/QuiRan82"
rel="nofollow">QuiRan82</a></b>
<span class="smallText"> (1 year ago) </span>
<span id="show_link_WJb2DZHuj8k"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_WJb2DZHuj8k');
displayHideCommentLink('hide_link_WJb2DZHuj8k','show_link_WJb2DZHuj8k');return
false;">Show</a></span>

<span id="hide_link_WJb2DZHuj8k"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_WJb2DZHuj8k');
displayShowCommentLink('hide_link_WJb2DZHuj8k','show_link_WJb2DZHuj8k'); return
false;">Hide</a></span>

<span id="comment_spam_bug_WJb2DZHuj8k"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVoteWJb2DZHuj8k"
class="floatR">
<span id="comment_msg_WJb2DZHuj8k" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_WJb2DZHuj8k"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_WJb2DZHuj8k').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_WJb2DZHuj8k').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_WJb2DZHuj8k').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_WJb2DZHuj8k').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_WJb2DZHuj8k" style="display: block ">
<div class="commentAction smallText padT3">
<div class="commentAction smallText"
id="container_comment_form_id_WJb2DZHuj8k" style="display: none"> </div> <!--
container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_WJb2DZHuj8k">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_WJb2DZHuj8k', 'WJb2DZHuj8k',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>

</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
Yo that is cool style! A good piece of work
done here :)
</div>
<div class="clear"></div>
<div id="div_comment_form_id_WJb2DZHuj8k"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_V80Tiswb_g4">
<a name="V80Tiswb_g4"/></a>
<div class="commentEntry" id="comment_V80Tiswb_g4">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/ballerinaXcore"
rel="nofollow">ballerinaXcore</a></b>
<span class="smallText"> (1 year ago) </span>
<span id="show_link_V80Tiswb_g4"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_V80Tiswb_g4');
displayHideCommentLink('hide_link_V80Tiswb_g4','show_link_V80Tiswb_g4');return
false;">Show</a></span>

<span id="hide_link_V80Tiswb_g4"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_V80Tiswb_g4');
displayShowCommentLink('hide_link_V80Tiswb_g4','show_link_V80Tiswb_g4'); return
false;">Hide</a></span>

<span id="comment_spam_bug_V80Tiswb_g4"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVoteV80Tiswb_g4"
class="floatR">
<span id="comment_msg_V80Tiswb_g4" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_V80Tiswb_g4"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_V80Tiswb_g4').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_V80Tiswb_g4').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_V80Tiswb_g4').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_V80Tiswb_g4').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_V80Tiswb_g4" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText"


id="container_comment_form_id_V80Tiswb_g4" style="display: none"> </div> <!--
container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_V80Tiswb_g4">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_V80Tiswb_g4', 'V80Tiswb_g4',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>

</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
HAHAHA THAT WAS HILAROUS! what were they
thinking? doing that at a dance comp! lMAO
</div>
<div class="clear"></div>
<div id="div_comment_form_id_V80Tiswb_g4"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_lRb9RVrNxYs">
<a name="lRb9RVrNxYs"/></a>
<div class="commentEntry" id="comment_lRb9RVrNxYs">
<div class="commentHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/Rubyemerald19"
rel="nofollow">Rubyemerald19</a></b>
<span class="smallText"> (1 year ago) </span>
<span id="show_link_lRb9RVrNxYs"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_lRb9RVrNxYs');
displayHideCommentLink('hide_link_lRb9RVrNxYs','show_link_lRb9RVrNxYs');return
false;">Show</a></span>

<span id="hide_link_lRb9RVrNxYs"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_lRb9RVrNxYs');
displayShowCommentLink('hide_link_lRb9RVrNxYs','show_link_lRb9RVrNxYs'); return
false;">Hide</a></span>

<span id="comment_spam_bug_lRb9RVrNxYs"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div id="CommentVotelRb9RVrNxYs"
class="floatR">
<span id="comment_msg_lRb9RVrNxYs" class="smallText grayText"></span>

<span class="smallText"><b><span id="comment_score_lRb9RVrNxYs"


style="color:gray" class="smallText"> 0</span></b> &nbsp;

<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_down_19x19.gif" class="opacity30 commentIcon" title="Poor
comment" alt="Good comment"
onMouseover="document.getElementById('comment_msg_lRb9RVrNxYs').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_lRb9RVrNxYs').innerHTML=''"></a>
<a href="/signup?next=/watch%3Fv%3Dx3m1R0TUSok"><img
src="/img/icn_comments_up_19x19.gif" class="opacity30 commentIcon" title="Good
comment" alt="Poor comment"
onMouseover="document.getElementById('comment_msg_lRb9RVrNxYs').innerHTML='Please
login'"
onMouseout="document.getElementById('comment_msg_lRb9RVrNxYs').innerHTML=''"></a>
</div>

<div class="clear"></div>
</div>
<div id="comment_body_lRb9RVrNxYs" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText"


id="container_comment_form_id_lRb9RVrNxYs" style="display: none"> </div> <!--
container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_lRb9RVrNxYs">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_lRb9RVrNxYs', 'lRb9RVrNxYs',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>
</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
It wasn't uniform but it was hilarious and THE
LITTLE EWOKS OMG LOL
</div>
<div class="clear"></div>
<div id="div_comment_form_id_lRb9RVrNxYs"
class="padT5"></div>
</div>
</div>
</div>

<div id="div_vPskzdOUwio">
<a name="vPskzdOUwio"/></a>
<div class="commentEntry" id="comment_vPskzdOUwio">
<div class="commentAuthHead">
<div class="floatL" style="padding-left:0px;padding-
top:3px;">
<b><a href="/user/meep10"
rel="nofollow">meep10</a></b>
<span class="smallText"> (1 year ago) </span>
<span id="show_link_vPskzdOUwio"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="showDiv('comment_body_vPskzdOUwio');
displayHideCommentLink('hide_link_vPskzdOUwio','show_link_vPskzdOUwio');return
false;">Show</a></span>

<span id="hide_link_vPskzdOUwio"
class="commentBody smallText" style="visibility:hidden;"><a href="#" class="eLink
smallText" rel="nofollow" onclick="hideDiv('comment_body_vPskzdOUwio');
displayShowCommentLink('hide_link_vPskzdOUwio','show_link_vPskzdOUwio'); return
false;">Hide</a></span>

<span id="comment_spam_bug_vPskzdOUwio"
class="commentSpamBug" style="display: none;">Marked as spam</span>
</div>
<div class="clear"></div>
</div>
<div id="comment_body_vPskzdOUwio" style="display: block ">
<div class="commentAction smallText padT3">

<div class="commentAction smallText"


id="container_comment_form_id_vPskzdOUwio" style="display: none"> </div> <!--
container id -->
<div class="commentAction smallText"
id="reply_comment_form_id_vPskzdOUwio">
(<a href="#"
onclick="showCommentReplyForm('comment_form_id_vPskzdOUwio', 'vPskzdOUwio',
false); return false;" class="eLink" rel="nofollow">Reply</a>) &#160;

</div>
<div>
</div>
</div>
<div class="commentBody marL8 normalText"
style="width:75%;">
this is one of the funniest dances ive ever
seen1!!!!!!~a yoda pimp<br/>too awesome!!!
</div>
<div class="clear"></div>
<div id="div_comment_form_id_vPskzdOUwio"
class="padT5"></div>
</div>
</div>
</div>

</div>
</div> <!-- end recent_comments -->

<div id="commentPostDiv">
<h2 style="margin: 0px;">Would you like to comment?</h2>
<div style="margin-top: 8px;">
<a href="/signup">Join YouTube</a> for a free
account, or
<a href="/signup_login">Login</a> if you are already
a member.
</div>
</div> <!-- end post a comment section -->

<div id="div_main_comment"></div>
</div> <!-- end commentsDiv -->

</div> <!-- end interactDiv -->


</td>

<td>

<div id="aboutExploreDiv">
<div class="attentionBox marB5">
<a href="javascript:void(0)"
onclick="window.location.href=window.location.href.replace(new
RegExp(/&amp;v2#?$/), '') + '&amp;v3'; return false;">Try out the NEW (beta)
version of this page!</a>
</div>

<div id="aboutVidDiv" class="contentBox">


<div id="uploaderInfo">
<div id="subscribeDiv" class="smallText">
<a class="subButton"
onClick="showAjaxPostDiv('emptydiv','/ajax_subscriptions','subscribe_to_user=meep1
0&'); return false;" title="subscribe to meep10's videos">
<b><b><b>Subscribe</b></b></b>
</a>
<div id="emptydiv">
<div class="clear"></div>
<div id="subscribeCount" class="smallText">to
meep10</div>
</div>
</div> <!-- end subscribeDiv -->

<div id="userInfoDiv">
<span class="smallLabel">Added:</span>&nbsp;
<b class="smallText">July 03, 2006</b><br>
<span class="smallLabel">From:</span>&nbsp;
<b><a href="/user/meep10"
onclick="_hbLink('ChannelLink','Watch');">meep10</a></b>

</div> <!-- end userInfoDiv -->

</div> <!-- end uploaderInfo -->

<div id="vidDescDiv">
<span id="vidDescBegin">

anaheim regionals<br/>not me!!!!!!!!


</span>
</div>

<div class="smallText">
<span class="smallLabel">Category&nbsp;</span>
<a href="/browse?s=mp&t=t&c=24" class="dg"
onclick="_hbLink('Video+Category+Link','Watch');">Entertainment</a>
</div>

<div id="vidFacetsDiv">
<form name="urlForm" id="urlForm">
<table cellpadding="0" cellspacing="0" id="vidFacetsTable">
<tr>
<td class="label">Tags:</td>
<td class="tags">
<span id="vidTagsBegin">
<a href="/results?search_query=dance&search=tag" class="dg">dance</a> &nbsp; <a
href="/results?search_query=hip&search=tag" class="dg">hip</a> &nbsp; <a
href="/results?search_query=hop&search=tag" class="dg">hop</a> &nbsp; <a
href="/results?search_query=production&search=tag" class="dg">production</a>
</span>
<span id="vidTagsRemain">
<a href="/results?search_query=star&search=tag" class="dg">star</a> &nbsp;<a
href="/results?search_query=wars&search=tag" class="dg">wars</a>
</span>
&nbsp;
<span id="vidTagsMore"
class="smallText">(<a href="#" class="eLink" onclick="showInline('vidTagsRemain');
hideInline('vidTagsMore'); showInline('vidTagsLess'); return false;"
rel="nofollow">more</a>)</span>
<span id="vidTagsLess"
class="smallText">(<a href="#" class="eLink" onclick="hideInline('vidTagsRemain');
hideInline('vidTagsLess'); showInline('vidTagsMore'); return false;"
rel="nofollow">less</a>)</span>
</td>
</tr>
<tr><td class="label">URL</td>
<td>
<input name="video_link" type="text"
value="http://www.youtube.com/watch?v=x3m1R0TUSok" class="vidURLField"
onClick="javascript:document.urlForm.video_link.focus();document.urlForm.video_lin
k.select();" readonly="true">
</td>
</tr>
<tr><td class="smallLabel">Embed</td>
<td>
<input name="embed_code" type="text" value='<object width="425"
height="350"><param name="movie"
value="http://www.youtube.com/v/x3m1R0TUSok"></param><param name="wmode"
value="transparent"></param><embed src="http://www.youtube.com/v/x3m1R0TUSok"
type="application/x-shockwave-flash" wmode="transparent" width="425"
height="350"></embed></object>' class="vidURLField"
onClick="javascript:document.urlForm.embed_code.focus();document.urlForm.embed_cod
e.select();" readonly="true">
</td></tr>
</table>
</form>
</div> <!-- end vidFacetsDiv -->

</div> <!-- end aboutVidDiv -->

<div id="exploreDiv">

<map name="relatedvideosmap">
<area shape="rect" coords="10,0,64,24"
href="javascript:showRelatedVideosContent();"
name="&lid=RelatedVideosTab&lpos=Watch">
<area shape="rect" coords="76,0,222,24"
href="javascript:showRelatedUserContent();" name="&lid=UserVideosTab&lpos=Watch">
<area shape="rect" coords="234,0,290,24"
href="javascript:showRelatedPlaylistContent();"
name="&lid=PlaylistsTab&lpos=Watch">
</map>
<div><img id="exploreMoreTabs"
src="/img/btn_exploretab_related_300x34.gif" width="300" height="34"
usemap="#relatedvideosmap" alt="ExploreMoreTabs"></div>
<div id="exploreBody" class="contentBox" style="border-top: 0px;">

<div id="exRelatedDiv" style="display: block;">


<table class="showingTable">
<tr>
<td class="smallText">
Showing 1&ndash;20 of 27
</td>
<td align="right" class="smallText"><a
href="/results?search=related&search_query=dance%20hip%20hop%20production%20star%2
0wars&v=x3m1R0TUSok">See All Videos</a></td>
</tr>
</table>

<script language="javascript">
var side_imgs_loaded=false;
function render_full_side()
{
if (!side_imgs_loaded)
{

img = document.getElementById("side_img_5");
img.src = "http://img.youtube.com/vi/-Dwt8SW-
aC0/default.jpg";

img = document.getElementById("side_img_6");
img.src = "http://img.youtube.com/vi/-
_qpXYBLb_c/default.jpg";

img = document.getElementById("side_img_7");
img.src =
"http://img.youtube.com/vi/CtHhTUOgS7c/default.jpg";

img = document.getElementById("side_img_8");
img.src =
"http://img.youtube.com/vi/eDmmdUsj9iw/default.jpg";

img = document.getElementById("side_img_9");
img.src = "http://img.youtube.com/vi/63wPAj3-
Ytg/default.jpg";

img = document.getElementById("side_img_10");
img.src =
"http://img.youtube.com/vi/Uflp3zLafOI/default.jpg";

img = document.getElementById("side_img_11");
img.src = "http://img.youtube.com/vi/dux_oh-
O4hA/default.jpg";

img = document.getElementById("side_img_12");
img.src =
"http://img.youtube.com/vi/UitzkMF8vgU/default.jpg";

img = document.getElementById("side_img_13");
img.src =
"http://img.youtube.com/vi/OO8mtblaLUo/default.jpg";

img = document.getElementById("side_img_14");
img.src =
"http://img.youtube.com/vi/Nu7gYshkw98/default.jpg";
img = document.getElementById("side_img_15");
img.src =
"http://img.youtube.com/vi/L13uCxJBBpQ/default.jpg";

img = document.getElementById("side_img_16");
img.src =
"http://img.youtube.com/vi/kGff3kuhUnU/default.jpg";

img = document.getElementById("side_img_17");
img.src =
"http://img.youtube.com/vi/MQyyZW4B5AQ/default.jpg";

img = document.getElementById("side_img_18");
img.src =
"http://img.youtube.com/vi/DUNMKmA81L8/default.jpg";

img = document.getElementById("side_img_19");
img.src =
"http://img.youtube.com/vi/8xTLmRpWWjg/default.jpg";

side_imgs_loaded = true;
}
}
</script>

<div id="side_results" class="exploreContent" name="side_results"


onscroll="render_full_side()" >
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=N_I2gb47-ds&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img
class="vimgSm" src="http://img.youtube.com/vi/N_I2gb47-ds/default.jpg" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('N_I2gb47-ds',
1);print_quicklist_video('http://img.youtube.com/vi/N_I2gb47-
ds/default.jpg',document.getElementById('video_title_text_0_6720_149').innerHTML,'
Krypton89','N_I2gb47-ds','02:29');_hbLink('QuickList+AddTo','Watch');return
false;" title="Add Video to QuickList" rel="nofollow"><img
id="add_button_N_I2gb47-ds" border="0" onMouseover="mouse_over_add_icon('N_I2gb47-
ds');return false;" onMouseout="mouse_out_add_icon('N_I2gb47-ds');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=N_I2gb47-
ds&mode=related&search=" id="video_title_text_0_6720_149" rel="nofollow">Star wars
Hip Hop</a><br/>
<span class="runtime">02:29</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/Krypton89" class="dg" rel="nofollow">Krypton89</a><br/>
<span class="grayText">Views:</span> 6720
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=EGQ1ms0QTdo&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img
class="vimgSm" src="http://img.youtube.com/vi/EGQ1ms0QTdo/default.jpg" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('EGQ1ms0QTdo',
1);print_quicklist_video('http://img.youtube.com/vi/EGQ1ms0QTdo/default.jpg',docum
ent.getElementById('video_title_text_1_1183_260').innerHTML,'carolinachic28','EGQ1
ms0QTdo','04:20');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_EGQ1ms0QTdo" border="0"
onMouseover="mouse_over_add_icon('EGQ1ms0QTdo');return false;"
onMouseout="mouse_out_add_icon('EGQ1ms0QTdo');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=EGQ1ms0QTdo&mode=related&search=" id="video_title_text_1_1183_260"
rel="nofollow">Star Wars</a><br/>
<span class="runtime">04:20</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/carolinachic28" class="dg" rel="nofollow">carolinachic28</a><br/>
<span class="grayText">Views:</span> 1183
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=w9MsxYp85fg&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img
class="vimgSm" src="http://img.youtube.com/vi/w9MsxYp85fg/default.jpg" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('w9MsxYp85fg',
1);print_quicklist_video('http://img.youtube.com/vi/w9MsxYp85fg/default.jpg',docum
ent.getElementById('video_title_text_2_3517_267').innerHTML,'GrandJediMaster7860',
'w9MsxYp85fg','04:27');_hbLink('QuickList+AddTo','Watch');return false;"
title="Add Video to QuickList" rel="nofollow"><img id="add_button_w9MsxYp85fg"
border="0" onMouseover="mouse_over_add_icon('w9MsxYp85fg');return false;"
onMouseout="mouse_out_add_icon('w9MsxYp85fg');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=w9MsxYp85fg&mode=related&search=" id="video_title_text_2_3517_267"
rel="nofollow">Star Wars: Imperial Hip-Hop</a><br/>
<span class="runtime">04:27</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/GrandJediMaster7860" class="dg"
rel="nofollow">GrandJediMaster7860</a><br/>
<span class="grayText">Views:</span> 3517
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=xjij9-Z9lPc&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img
class="vimgSm" src="http://img.youtube.com/vi/xjij9-Z9lPc/default.jpg" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('xjij9-Z9lPc',
1);print_quicklist_video('http://img.youtube.com/vi/xjij9-
Z9lPc/default.jpg',document.getElementById('video_title_text_3_7021_206').innerHTM
L,'stifflersmum2002','xjij9-
Z9lPc','03:26');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_xjij9-Z9lPc" border="0"
onMouseover="mouse_over_add_icon('xjij9-Z9lPc');return false;"
onMouseout="mouse_out_add_icon('xjij9-Z9lPc');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=xjij9-
Z9lPc&mode=related&search=" id="video_title_text_3_7021_206" rel="nofollow">hip-
hop dance routine- birdgang a</a><br/>
<span class="runtime">03:26</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/stifflersmum2002" class="dg" rel="nofollow">stifflersmum2002</a><br/>
<span class="grayText">Views:</span> 7021
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=N6vgxv2S8Ec&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMore');" rel="nofollow"><img
class="vimgSm" src="http://img.youtube.com/vi/N6vgxv2S8Ec/default.jpg" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('N6vgxv2S8Ec',
1);print_quicklist_video('http://img.youtube.com/vi/N6vgxv2S8Ec/default.jpg',docum
ent.getElementById('video_title_text_4_8814_21').innerHTML,'jobyboy4011','N6vgxv2S
8Ec','00:21');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_N6vgxv2S8Ec" border="0"
onMouseover="mouse_over_add_icon('N6vgxv2S8Ec');return false;"
onMouseout="mouse_out_add_icon('N6vgxv2S8Ec');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=N6vgxv2S8Ec&mode=related&search=" id="video_title_text_4_8814_21"
rel="nofollow">Shackles - hip hop dance video</a><br/>
<span class="runtime">00:21</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/jobyboy4011" class="dg" rel="nofollow">jobyboy4011</a><br/>
<span class="grayText">Views:</span> 8814
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=-Dwt8SW-aC0&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_5" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('-Dwt8SW-aC0',
1);print_quicklist_video('http://img.youtube.com/vi/-Dwt8SW-
aC0/default.jpg',document.getElementById('video_title_text_5_6338_55').innerHTML,'
stotan88','-Dwt8SW-aC0','00:55');_hbLink('QuickList+AddTo','Watch');return false;"
title="Add Video to QuickList" rel="nofollow"><img id="add_button_-Dwt8SW-aC0"
border="0" onMouseover="mouse_over_add_icon('-Dwt8SW-aC0');return false;"
onMouseout="mouse_out_add_icon('-Dwt8SW-aC0');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=-Dwt8SW-
aC0&mode=related&search=" id="video_title_text_5_6338_55" rel="nofollow">Hip Hop
Dance Routine :: stotan88 ::</a><br/>
<span class="runtime">00:55</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/stotan88" class="dg" rel="nofollow">stotan88</a><br/>
<span class="grayText">Views:</span> 6338
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=-_qpXYBLb_c&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_6" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('-_qpXYBLb_c',
1);print_quicklist_video('http://img.youtube.com/vi/-
_qpXYBLb_c/default.jpg',document.getElementById('video_title_text_6_1366365_436').
innerHTML,'eeyun','-_qpXYBLb_c','07:16');_hbLink('QuickList+AddTo','Watch');return
false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_-
_qpXYBLb_c" border="0" onMouseover="mouse_over_add_icon('-_qpXYBLb_c');return
false;" onMouseout="mouse_out_add_icon('-_qpXYBLb_c');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=-
_qpXYBLb_c&mode=related&search=" id="video_title_text_6_1366365_436"
rel="nofollow">Hip Hop Dance Routine</a><br/>
<span class="runtime">07:16</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/eeyun" class="dg" rel="nofollow">eeyun</a><br/>
<span class="grayText">Views:</span> 1366365
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=CtHhTUOgS7c&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_7" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('CtHhTUOgS7c',
1);print_quicklist_video('http://img.youtube.com/vi/CtHhTUOgS7c/default.jpg',docum
ent.getElementById('video_title_text_7_3144_204').innerHTML,'marcus390','CtHhTUOgS
7c','03:24');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to
QuickList" rel="nofollow"><img id="add_button_CtHhTUOgS7c" border="0"
onMouseover="mouse_over_add_icon('CtHhTUOgS7c');return false;"
onMouseout="mouse_out_add_icon('CtHhTUOgS7c');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=CtHhTUOgS7c&mode=related&search=" id="video_title_text_7_3144_204"
rel="nofollow">Star Wars Gangsta</a><br/>
<span class="runtime">03:24</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/marcus390" class="dg" rel="nofollow">marcus390</a><br/>
<span class="grayText">Views:</span> 3144
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=eDmmdUsj9iw&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_8" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('eDmmdUsj9iw',
1);print_quicklist_video('http://img.youtube.com/vi/eDmmdUsj9iw/default.jpg',docum
ent.getElementById('video_title_text_8_51759_83').innerHTML,'sparklingdiamond05','
eDmmdUsj9iw','01:23');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_eDmmdUsj9iw" border="0"
onMouseover="mouse_over_add_icon('eDmmdUsj9iw');return false;"
onMouseout="mouse_out_add_icon('eDmmdUsj9iw');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=eDmmdUsj9iw&mode=related&search=" id="video_title_text_8_51759_83"
rel="nofollow">2 Hip Hop Dance Routines</a><br/>
<span class="runtime">01:23</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/sparklingdiamond05" class="dg"
rel="nofollow">sparklingdiamond05</a><br/>
<span class="grayText">Views:</span> 51759
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=63wPAj3-Ytg&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_9" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('63wPAj3-Ytg',
1);print_quicklist_video('http://img.youtube.com/vi/63wPAj3-
Ytg/default.jpg',document.getElementById('video_title_text_9_3706_63').innerHTML,'
ziosamsamsam','63wPAj3-Ytg','01:03');_hbLink('QuickList+AddTo','Watch');return
false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_63wPAj3-
Ytg" border="0" onMouseover="mouse_over_add_icon('63wPAj3-Ytg');return false;"
onMouseout="mouse_out_add_icon('63wPAj3-Ytg');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=63wPAj3-
Ytg&mode=related&search=" id="video_title_text_9_3706_63" rel="nofollow">Yoda Hip
Hop Dance StarWars</a><br/>
<span class="runtime">01:03</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/ziosamsamsam" class="dg" rel="nofollow">ziosamsamsam</a><br/>
<span class="grayText">Views:</span> 3706
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=Uflp3zLafOI&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_10" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('Uflp3zLafOI',
1);print_quicklist_video('http://img.youtube.com/vi/Uflp3zLafOI/default.jpg',docum
ent.getElementById('video_title_text_10_64848_180').innerHTML,'papist4yblazin','Uf
lp3zLafOI','03:00');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_Uflp3zLafOI" border="0"
onMouseover="mouse_over_add_icon('Uflp3zLafOI');return false;"
onMouseout="mouse_out_add_icon('Uflp3zLafOI');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=Uflp3zLafOI&mode=related&search="
id="video_title_text_10_64848_180" rel="nofollow">Reggaeton.Salsa.Hip-Hop-Dance
Routine</a><br/>
<span class="runtime">03:00</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/papist4yblazin" class="dg" rel="nofollow">papist4yblazin</a><br/>
<span class="grayText">Views:</span> 64848
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=dux_oh-O4hA&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_11" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('dux_oh-O4hA',
1);print_quicklist_video('http://img.youtube.com/vi/dux_oh-
O4hA/default.jpg',document.getElementById('video_title_text_11_41608_591').innerHT
ML,'Todaysbeats','dux_oh-O4hA','09:51');_hbLink('QuickList+AddTo','Watch');return
false;" title="Add Video to QuickList" rel="nofollow"><img id="add_button_dux_oh-
O4hA" border="0" onMouseover="mouse_over_add_icon('dux_oh-O4hA');return false;"
onMouseout="mouse_out_add_icon('dux_oh-O4hA');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a href="/watch?v=dux_oh-
O4hA&mode=related&search=" id="video_title_text_11_41608_591"
rel="nofollow">Making Horror Hip Hop Beats</a><br/>
<span class="runtime">09:51</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/Todaysbeats" class="dg" rel="nofollow">Todaysbeats</a><br/>
<span class="grayText">Views:</span> 41608
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=UitzkMF8vgU&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_12" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('UitzkMF8vgU',
1);print_quicklist_video('http://img.youtube.com/vi/UitzkMF8vgU/default.jpg',docum
ent.getElementById('video_title_text_12_28013_437').innerHTML,'rmtheatre','UitzkMF
8vgU','07:17');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_UitzkMF8vgU" border="0"
onMouseover="mouse_over_add_icon('UitzkMF8vgU');return false;"
onMouseout="mouse_out_add_icon('UitzkMF8vgU');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=UitzkMF8vgU&mode=related&search="
id="video_title_text_12_28013_437" rel="nofollow">UK Grime - Do That - BYC
Productions</a><br/>
<span class="runtime">07:17</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/rmtheatre" class="dg" rel="nofollow">rmtheatre</a><br/>
<span class="grayText">Views:</span> 28013
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=OO8mtblaLUo&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_13" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('OO8mtblaLUo',
1);print_quicklist_video('http://img.youtube.com/vi/OO8mtblaLUo/default.jpg',docum
ent.getElementById('video_title_text_13_10631_35').innerHTML,'jobyboy4011','OO8mtb
laLUo','00:35');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_OO8mtblaLUo" border="0"
onMouseover="mouse_over_add_icon('OO8mtblaLUo');return false;"
onMouseout="mouse_out_add_icon('OO8mtblaLUo');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=OO8mtblaLUo&mode=related&search=" id="video_title_text_13_10631_35"
rel="nofollow">Sovereign clip #1 - hip hop dance video</a><br/>
<span class="runtime">00:35</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/jobyboy4011" class="dg" rel="nofollow">jobyboy4011</a><br/>
<span class="grayText">Views:</span> 10631
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=Nu7gYshkw98&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_14" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('Nu7gYshkw98',
1);print_quicklist_video('http://img.youtube.com/vi/Nu7gYshkw98/default.jpg',docum
ent.getElementById('video_title_text_14_3425_222').innerHTML,'dancingking01','Nu7g
Yshkw98','03:42');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_Nu7gYshkw98" border="0"
onMouseover="mouse_over_add_icon('Nu7gYshkw98');return false;"
onMouseout="mouse_out_add_icon('Nu7gYshkw98');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=Nu7gYshkw98&mode=related&search=" id="video_title_text_14_3425_222"
rel="nofollow">hip hop dance school talent show</a><br/>
<span class="runtime">03:42</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/dancingking01" class="dg" rel="nofollow">dancingking01</a><br/>
<span class="grayText">Views:</span> 3425
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=L13uCxJBBpQ&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_15" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('L13uCxJBBpQ',
1);print_quicklist_video('http://img.youtube.com/vi/L13uCxJBBpQ/default.jpg',docum
ent.getElementById('video_title_text_15_3847_253').innerHTML,'jshaposh','L13uCxJBB
pQ','04:13');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video to
QuickList" rel="nofollow"><img id="add_button_L13uCxJBBpQ" border="0"
onMouseover="mouse_over_add_icon('L13uCxJBBpQ');return false;"
onMouseout="mouse_out_add_icon('L13uCxJBBpQ');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=L13uCxJBBpQ&mode=related&search=" id="video_title_text_15_3847_253"
rel="nofollow">starwars dance</a><br/>
<span class="runtime">04:13</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/jshaposh" class="dg" rel="nofollow">jshaposh</a><br/>
<span class="grayText">Views:</span> 3847
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=kGff3kuhUnU&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_16" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('kGff3kuhUnU',
1);print_quicklist_video('http://img.youtube.com/vi/kGff3kuhUnU/default.jpg',docum
ent.getElementById('video_title_text_16_4948_59').innerHTML,'stifflersmum2002','kG
ff3kuhUnU','00:59');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_kGff3kuhUnU" border="0"
onMouseover="mouse_over_add_icon('kGff3kuhUnU');return false;"
onMouseout="mouse_out_add_icon('kGff3kuhUnU');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=kGff3kuhUnU&mode=related&search=" id="video_title_text_16_4948_59"
rel="nofollow">hip-hop dance routine- birdgang b</a><br/>
<span class="runtime">00:59</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/stifflersmum2002" class="dg" rel="nofollow">stifflersmum2002</a><br/>
<span class="grayText">Views:</span> 4948
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=MQyyZW4B5AQ&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_17" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('MQyyZW4B5AQ',
1);print_quicklist_video('http://img.youtube.com/vi/MQyyZW4B5AQ/default.jpg',docum
ent.getElementById('video_title_text_17_63932_62').innerHTML,'cypherstyles','MQyyZ
W4B5AQ','01:02');_hbLink('QuickList+AddTo','Watch');return false;" title="Add
Video to QuickList" rel="nofollow"><img id="add_button_MQyyZW4B5AQ" border="0"
onMouseover="mouse_over_add_icon('MQyyZW4B5AQ');return false;"
onMouseout="mouse_out_add_icon('MQyyZW4B5AQ');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=MQyyZW4B5AQ&mode=related&search=" id="video_title_text_17_63932_62"
rel="nofollow">Nekea Brown -- Street Dance: A Hip Hop Dance Workout DVD</a><br/>
<span class="runtime">01:02</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/cypherstyles" class="dg" rel="nofollow">cypherstyles</a><br/>
<span class="grayText">Views:</span> 63932
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=DUNMKmA81L8&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_18" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('DUNMKmA81L8',
1);print_quicklist_video('http://img.youtube.com/vi/DUNMKmA81L8/default.jpg',docum
ent.getElementById('video_title_text_18_62906_189').innerHTML,'Breeze773','DUNMKmA
81L8','03:09');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_DUNMKmA81L8" border="0"
onMouseover="mouse_over_add_icon('DUNMKmA81L8');return false;"
onMouseout="mouse_out_add_icon('DUNMKmA81L8');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=DUNMKmA81L8&mode=related&search="
id="video_title_text_18_62906_189" rel="nofollow">N.E.R.D. Lap Dance Star Wars
style</a><br/>
<span class="runtime">03:09</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/Breeze773" class="dg" rel="nofollow">Breeze773</a><br/>
<span class="grayText">Views:</span> 62906
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->
<div class="vWatchEntry ">
<table><tr>
<td>
<div class="img marT0">
<a href="/watch?v=8xTLmRpWWjg&mode=related&search="
onclick="_hbLink('RelatedVideo','ExploreMoreHidden');" rel="nofollow"><img
class="vimgSm" id="side_img_19" src="/img/pixel.gif" /></a>
</div>
<div id="add_img" class="addtoQLRelatedIE">
<a href="#" onClick="clicked_add_icon('8xTLmRpWWjg',
1);print_quicklist_video('http://img.youtube.com/vi/8xTLmRpWWjg/default.jpg',docum
ent.getElementById('video_title_text_19_4809_417').innerHTML,'Coreybiggs','8xTLmRp
WWjg','06:57');_hbLink('QuickList+AddTo','Watch');return false;" title="Add Video
to QuickList" rel="nofollow"><img id="add_button_8xTLmRpWWjg" border="0"
onMouseover="mouse_over_add_icon('8xTLmRpWWjg');return false;"
onMouseout="mouse_out_add_icon('8xTLmRpWWjg');return false;"
src="/img/icn_add_20x20.gif" alt="Add Video to QuickList"></a>
</div>
</td>
<td><div class="title"
onclick="_hbLink('RelatedVideo','ExploreMore');"><a
href="/watch?v=8xTLmRpWWjg&mode=related&search=" id="video_title_text_19_4809_417"
rel="nofollow">Professional Rockstars Interview:HIP HOP STAR :Slaine</a><br/>
<span class="runtime">06:57</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/Coreybiggs" class="dg" rel="nofollow">Coreybiggs</a><br/>
<span class="grayText">Views:</span> 4809
</div>
</div></td>
</tr></table>
</div> <!-- end vWatchEntry -->

</div>
<table class="showingTable">
<tr>
<td class="smallText">
Showing 1&ndash;20 of 27
</td>
<td align="right" class="smallText"><a
href="/results?search=related&search_query=dance%20hip%20hop%20production%20star%2
0wars&v=x3m1R0TUSok">See All Videos</a></td>
</tr>
</table>
</div> <!-- end exRelatedDiv -->

<div id="exPlaylistDiv" style="display: none;">


Loading...
</div> <!-- end exPlaylistDiv -->

<div id="exUserDiv" style="display: none;">


Loading...
</div> <!-- end exPlaylistDiv -->

</div> <!-- end exploreBody -->

</div> <!-- end exploreDiv -->

</div> <!-- end aboutExploreDiv -->

</td>

<td>

<div id="sideAdDiv">
<div id="dVidsDiv">

<div class="heading">Director Videos</div>


<div class="dvidEntry">
<div><a
href="/cthru?sS3aMy85YFYgEYLpxmMiecmHaPrdT1d5MTMyAI0qkE7VtNWsb85PJzZxUaDmub_IzzKJU
EQavRtx_oCgOXKuU4XXsc6Wcg9N0ikEY8vsmlI9izpEIvbuag4Qo0homzHAYENswWxdTmYu3cDspvJamE8
7-WUcff2HXPBi8Xl1NpUg908OoxL4f0IDguVRYFD9tmijED8kmBc=" target="_parent"
name="&lid=DV+-+PromQueenSummerHeatEpisode15Nevermore+-+promqueentv&lpos=Watch-s0"
rel="nofollow"><img src="http://img.youtube.com/vi/WOvctcstkP4/default.jpg"
class="vimgMd"></a></div>
<div class="title">
<b><a
href="/cthru?sS3aMy85YFYgEYLpxmMiecmHaPrdT1d5MTMyAI0qkE7VtNWsb85PJzZxUaDmub_IzzKJU
EQavRtx_oCgOXKuU4XXsc6Wcg9N0ikEY8vsmlI9izpEIvbuag4Qo0homzHAYENswWxdTmYu3cDspvJamE8
7-WUcff2HXPBi8Xl1NpUg908OoxL4f0IDguVRYFD9tmijED8kmBc=" target="_parent"
name="&lid=DV+-+PromQueenSummerHeatEpisode15Nevermore+-+promqueentv&lpos=Watch-s0"
rel="nofollow">Prom Queen: Summer Heat - Episode 15 - Nevermore</a></b><br>
<span class="runtime">02:46</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a href="/user/promqueentv"
class="dg" name="&lid=DirectorChannelLink&lpos=Watch-s0"
rel="nofollow">promqueentv</a>
</div>
</div>
<div class="dvidEntry">
<div><a href="/cthru?4Q5uorxinSi7R3M0YvDi-
OGrye9b65h71i0VJKuMDvcmJYBtIjSOtO-
OQSwmxzVM1ExK_7OUgwXpDPkbe2FujJ81GpTVXhgN2jaxxyqQERjgHQZe4AWrIkycuays1SM3IQz_-
d8hnZQ9ywA8yhzBn7MtjUusZNiEW4cPUHlJF0aEeO-DJSxBdNQazReijAQaG1cD6fqQ7ZM="
target="_parent" name="&lid=DV+-+CrashTestDummies+-+lokotv&lpos=Watch-s1"
rel="nofollow"><img src="http://img.youtube.com/vi/YcKmv6OOXzs/default.jpg"
class="vimgMd"></a></div>
<div class="title">
<b><a href="/cthru?4Q5uorxinSi7R3M0YvDi-
OGrye9b65h71i0VJKuMDvcmJYBtIjSOtO-
OQSwmxzVM1ExK_7OUgwXpDPkbe2FujJ81GpTVXhgN2jaxxyqQERjgHQZe4AWrIkycuays1SM3IQz_-
d8hnZQ9ywA8yhzBn7MtjUusZNiEW4cPUHlJF0aEeO-DJSxBdNQazReijAQaG1cD6fqQ7ZM="
target="_parent" name="&lid=DV+-+CrashTestDummies+-+lokotv&lpos=Watch-s1"
rel="nofollow">Crash Test Dummies</a></b><br>
<span class="runtime">00:58</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a href="/user/lokotv"
class="dg" name="&lid=DirectorChannelLink&lpos=Watch-s1" rel="nofollow">lokotv</a>
</div>
</div>
<div class="dvidEntry">
<div><a href="/cthru?caKNJbEdYUSs9WRlzx9zr1ebdQhi-
GkIJuYuifMVSiT5a4PpGiU4jrDGFH8i7KOF-
b7dcLGFPlyojGSDJGGWqHw94Q2GJo9RO3jdpDY1A8k47YWVv3Ii9FnahdTEgTPZDLtkalVn4ohRpwYepQm
4aHGE_3RZJlf5Bc05snhljEcBIb8MdvYlD-h0WpA8nKePwLygTL_Cv8M=" target="_parent"
name="&lid=DV+-+littlethingsandoneyearon+-+communitychannel&lpos=Watch-s2"
rel="nofollow"><img src="http://img.youtube.com/vi/Dn1jILtZQEs/default.jpg"
class="vimgMd"></a></div>
<div class="title">
<b><a href="/cthru?caKNJbEdYUSs9WRlzx9zr1ebdQhi-
GkIJuYuifMVSiT5a4PpGiU4jrDGFH8i7KOF-
b7dcLGFPlyojGSDJGGWqHw94Q2GJo9RO3jdpDY1A8k47YWVv3Ii9FnahdTEgTPZDLtkalVn4ohRpwYepQm
4aHGE_3RZJlf5Bc05snhljEcBIb8MdvYlD-h0WpA8nKePwLygTL_Cv8M=" target="_parent"
name="&lid=DV+-+littlethingsandoneyearon+-+communitychannel&lpos=Watch-s2"
rel="nofollow">little things and one year on</a></b><br>
<span class="runtime">04:22</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a
href="/user/communitychannel" class="dg"
name="&lid=DirectorChannelLink&lpos=Watch-s2" rel="nofollow">communitychannel</a>
</div>
</div>
<div class="dvidEntry">
<div><a href="/cthru?yTBrnWD8l2JBzf8ule-
Mk3vENjml1aG4e4B0kTu4O52tCalRwmEQKjSElE7ceEdGpKbzCnyL2JEnlpgQONzxXFppIqboDCeJIjJRf
-
i4vbxmJz3akyuOQIGU_YlehZL7h0yx9RroGBay4OjS3cCYJp23LUqVIkqwfvuxyIdKEl3W7o_AnVuIV9RM
vMJvO7ziCmYYyFj6pwE=" target="_parent" name="&lid=DV+-+BloopersThePilotPart1+-
+BreakaLegTV&lpos=Watch-s3" rel="nofollow"><img
src="http://img.youtube.com/vi/gxAxoJRDMTg/default.jpg" class="vimgMd"></a></div>
<div class="title">
<b><a href="/cthru?yTBrnWD8l2JBzf8ule-
Mk3vENjml1aG4e4B0kTu4O52tCalRwmEQKjSElE7ceEdGpKbzCnyL2JEnlpgQONzxXFppIqboDCeJIjJRf
-
i4vbxmJz3akyuOQIGU_YlehZL7h0yx9RroGBay4OjS3cCYJp23LUqVIkqwfvuxyIdKEl3W7o_AnVuIV9RM
vMJvO7ziCmYYyFj6pwE=" target="_parent" name="&lid=DV+-+BloopersThePilotPart1+-
+BreakaLegTV&lpos=Watch-s3" rel="nofollow">Bloopers: The Pilot (Part
1)</a></b><br>
<span class="runtime">03:35</span>
</div>
<div class="facets">
<span class="grayText">From:</span> <a href="/user/BreakaLegTV"
class="dg" name="&lid=DirectorChannelLink&lpos=Watch-s3"
rel="nofollow">BreakaLegTV</a>
</div>
</div>
</div> <!-- end dVidsDiv -->
</div> <!-- end sideAdDiv -->

</td>

</tr></table>

<!-- Quicklist hide if cookie is no -->


<script language="javascript" type="text/javascript">
showQuickList();
</script>

<div class="spacer">&nbsp;</div>
<div id="footerDiv">
<div id="footContent">
<div id="footTopDiv">
<table cellpadding="0" cellspacing="0" width="100%"><tr>
<td width="66%" align="right">
<form name="searchFormFooter" id="searchFormFooter" method="get"
action="/results">
<input type="text" name="search_query" maxlength="128"
class="searchField" value="">
&nbsp;
<input type="submit" name="search" value="Search">
</form>
</td>
<td width="33%" align="right">
<div id="footPromoDiv">
<a href="/youchoose"
onclick="_hbLink('FooterPromo','Footer');"><img
src="/img/pic_debates_footer_32x32.png" width="32" height="32" align="middle"
border="0" alt="footer-promo" /></a>
<a href="/youchoose"
onclick="_hbLink('FooterPromo','Footer');">Face The Candidates</a>
</div>
</td>
</tr></table>
</div>
<div id="footBotDiv">
<table border="0" cellpadding="0" cellspacing="0" width="100%"
align="center"><tr valign="top">
<td>
<div class="footColumnLeft">
<div class="footLabel">Your Account</div>
<div class="footValues">
<div class="column">
<a href="/my_videos">Videos</a><br/>
<a href="/my_favorites">Favorites</a><br/>
</div>
<div class="column">
<a href="/my_playlists">Playlists</a><br/>
<a href="/my_messages">Inbox</a><br/>
</div>
<div class="column">
<a
href="/subscription_center">Subscriptions</a><br/>
<a href="/my_account">more...</a><br/>
</div>
</div>
</div>
</td>

<td>
<div class="footColumnMid">
<div class="footLabel">Help &amp; Info</div>
<div class="footValues">
<div class="column">
<a
href="http://www.google.com/support/youtube/?hl=en_US">Help Center</a><br/>
<a href="/video_toolbox">Video Toolbox</a><br/>
</div>
<div class="column">
<a href="/dev">Developer APIs</a><br/>
<a href="/t/safety">Safety Tips</a><br/>
</div>
<div class="column">
<a href="/t/dmca_policy">Copyright
Notices</a><br/>
<a href="/t/community_guidelines">Code of
Conduct</a><br/>
</div>
</div>
</div>
</td>

<td>
<div class="footColumnRight">
<div class="footLabel">YouTube</div>
<div class="footValues">
<div class="column">
<a href="/t/about">Company Info</a><br/>
<a href="/testtube">TestTube</a><br/>
</div>
<div class="column">
<a href="/t/terms">Terms of Use</a><br/>
<a href="/t/privacy">Privacy Policy</a><br/>
</div>
<div class="column">
<a href="/press_room">Press</a><br/>
<a href="/t/contact_us">Contact</a><br/>
</div>
<div class="column">
<a href="/blog">Blog</a><br/>
<a
href="http://www.google.com/jobs/youtube">Jobs</a><br/>
</div>
</div>
</div>
</td>

</tr></table>
</div>
</div>

<div id="footCopyrightDiv">
<div id="footCopyright">
&copy; 2007 YouTube, LLC
&nbsp;-&nbsp;
<a href="#"
onClick="window.open('/survey','Survey','width=640,height=500,resizable=yes,scroll
bars=yes,status=0'); return false;">Give Feedback</a>
</div>
</div>

</div>

</div> <!-- end baseDiv -->


</body>

</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy