Watch?v X 3 M 1 R0 TUSok
Watch?v X 3 M 1 R0 TUSok
Watch?v X 3 M 1 R0 TUSok
01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
}
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();
}
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);
}
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);
}
// 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;
}
}
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;
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;
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);
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";
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");
} );
var swfArgs =
{hl:'en',video_id:'x3m1R0TUSok',l:'357',t:'OEgsToPDskK2Okc7aogoqyJoga46NsJI',sk:'t
OZIIV07hbMVn4GlhySbxQC'};
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;
}
e.innerHTML = url;
}
</script>
</head>
<div id="localePickerBox">
<script type="text/javascript">
function selectLocale(loc) {
var current_url, next_url;
current_url = location.href;
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>
<br>
<div id="utilDiv">
<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 class="tab">
</div>
</div>
</div>
</div>
</div>
<!-- end gNavDiv -->
</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>
<div class="spacer"></div>
</div> <!-- end ratingDiv -->
<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 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&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="commentsDiv">
<table cellpadding="0" cellspacing="0" width="100%"><tr>
<td valign="top"><h2 style="margin: 0px;">Comments &
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">
</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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>)  
</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>
<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>
<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>
<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>
<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>
<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 -->
<td>
<div id="aboutExploreDiv">
<div class="attentionBox marB5">
<a href="javascript:void(0)"
onclick="window.location.href=window.location.href.replace(new
RegExp(/&v2#?$/), '') + '&v3'; return false;">Try out the NEW (beta)
version of this page!</a>
</div>
<div id="userInfoDiv">
<span class="smallLabel">Added:</span>
<b class="smallText">July 03, 2006</b><br>
<span class="smallLabel">From:</span>
<b><a href="/user/meep10"
onclick="_hbLink('ChannelLink','Watch');">meep10</a></b>
<div id="vidDescDiv">
<span id="vidDescBegin">
<div class="smallText">
<span class="smallLabel">Category </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> <a
href="/results?search_query=hip&search=tag" class="dg">hip</a> <a
href="/results?search_query=hop&search=tag" class="dg">hop</a> <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> <a
href="/results?search_query=wars&search=tag" class="dg">wars</a>
</span>
<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 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;">
<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>
<table class="showingTable">
<tr>
<td class="smallText">
Showing 1–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 -->
</td>
<td>
<div id="sideAdDiv">
<div id="dVidsDiv">
</td>
</tr></table>
<div class="spacer"> </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="">
<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 & 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">
© 2007 YouTube, LLC
-
<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>
</html>