Vous êtes sur la page 1sur 44

<!doctype html public "-//w3c//dtd html 4.

01 transitional//en"
"http://www.w3.org/tr/1999/rec-html401-19991224/loose.dtd">

<html>

<!-- machid: 316 -->


<head>

<title>youtube - sasuke vs itachi amv</title>

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


<link rel="stylesheet" href="/css/base_yts1176937410.css" type="text/css">
<link rel="stylesheet" href="/css/watch_yts1170986901.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="sasuke vs itachi amv">


<meta name="description" content="linkin park/sasuke vs itachi -
faint">
<meta name="keywords" content="sasuke, vs, itachi, naruto, amv, faint,
linkin, park">

<link rel="alternate" title="youtube - [rss]" href="/rssls">

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


<script type="text/javascript" src="/js/ajax_yts1175144889.js"></script>
<script type="text/javascript"
src="/js/watch_queue_yts1175725833.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" src="/swfobject.js"></script>


<script type="text/javascript"
src="/js/components_yts1175144889.js"></script>
<script type="text/javascript" src="/js/ajax_yts1175144889.js"></script>
<script type="text/javascript" src="/js/ui_yts1169707248.js"></script>
<script type="text/javascript" src="/js/comments_yts1175144889.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=gt2krp_lanu&' + ajax_action + '=1&l=de', 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=gt2krp_lanu&' + ajax_action + '=1&l=de', false);
if (statscontent == 'honors') {
document.getelementbyid('showhide').innerhtml =
'show';
}
else if (statscontent == 'audio') {
document.getelementbyid('showhide').innerh
tml = '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=gt2krp_lanu&action_get_related_videos_component&search=sasuk
e%20vs%20itachi%20naruto%20amv%20faint%20linkin%20park');
}

function showrelatedplaylistcontent() {
getandshownavcontent('explaylist',
'/watch_ajax?feature=playlist&search=sasuke%20vs%20itachi%20naruto%20amv%20faint%2
0linkin%20park&video_id=gt2krp_lanu&action_get_related_playlist_component&p=&index
=0');
}
function showrelatedusercontent() {
getandshownavcontent('exuser',
'/watch_ajax?video_id=gt2krp_lanu&action_get_user_videos_component&user_id=p2kw9qn
jtnq&video_count=10');
}
function showhonorscontent() {
getandshownavcontent('honors',
'/watch_ajax?v=gt2krp_lanu&action_get_honors=1&l=de');
}

function showallqueuedvideos() {
setinnerhtml('show_all_queued_videos_div', 'loading...');
getandshownavcontent('watchlist_container',
'/watch_queue_ajax?action_get_all_queue_videos_component&v=gt2krp_lanu',
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=gt2krp_lanu&l=190&t=oegstopdskifwy7vdnyzopizjr5a8x51&s
k=-wqf7whlkhaafhhhbw39hgc&fs=1&title=" + "sasuke vs itachi amv" ,
"fullscreenvideo", "toolbar=no,width=" + screen.availwidth +
",height=" + screen.availheight
+ ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
fs.focus();
}

function gotonext()
{
}

function autonext()
{
var p = document.getelementbyid("movie_player");
if(p.getvariable("movie.is_playing") == "false" &&
p.getvariable("movie.restart") == "true")
{
gotonext();
}
else
{
p.setvariable("playnext", "1");
}

var pa = document.getelementbyid("playall");
var pga = document.getelementbyid("playingall");
hidediv(pa);
showdiv(pga);
}

function posttotrackerforwatch(time_played)
{
}

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;

if (is_main_comment_form)
discard_visible="style='display: none'";
else
discard_visible="";

var innerhtmlcontent = '\


<form name="' + reply_comment_form + '" id="' + reply_comment_form + '"
method="post" action="/comment_servlet" >\
<input type="hidden" name="video_id" value="gt2krp_lanu">\
<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 tabindex="2" name="comment" cols="55"
rows="3"></textarea>\
<br>\
<input align="right" type="button" name="add_comment_button" \
value="post comment" \
onclick="postthreadedcomment(\'' +
reply_comment_form + '\');">\
<input align="right" type="button" name="discard_comment_button"\
value="discard" ' + discard_visible
+ '\
onclick="hidecommentreplyform(\'' +
form_id + '\',false);">\
</form><br><br>';
if(!is_main_comment_form) {
togglevisibility(reply_id, false);
}
setinnerhtml(div_id, innerhtmlcontent);
togglevisibility(div_id, true);
}

function postthreadedcomment(comment_form_id)
{
if (checklogin() == false)
return false;

var form = document.forms[comment_form_id];

if (threadedcommenthandler(form)) {
var add_button = form.add_comment_button;
add_button.value = "adding comment...";
add_button.disabled = true;

}
}
function threadedcommenthandler(comment_form)
{
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!");
comment.focus();
return false;
}

if (comment.value.length > 500)


{
alert("your comment must be shorter than 500 characters!");
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";
alert("thank you. your comment has been posted!");
} else if (response_code == "pending") {
dstdiv.value = "comment pending approval!";
dstdiv.disabled = true;
alert("your comment has been posted! it will be visible once it
is approved.");
discard_button.disabled = true;
discard_button.style.display = "none";

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


alert("an error occured while posting the comment. please relogin
and try again.");
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") {
alert("you have been blocked from commenting on this user's
videos.");
dstdiv.disabled = true;
} else if(response_code == "toosoon") {
alert("you have recently posted several comments. please wait for
some time before posting another.");
dstdiv.disabled = false;
} else if(response_code == "toolong") {
alert("the comment you have entered is too long. please write a
shorter comment and try again.");
dstdiv.disabled = false;
} else {
alert("an error occured while posting the comment.");
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 unblockuserlink(friend_id, url)


{
if (!confirm("are you sure you want to unblock this user?"))
return true;
geturlxmlresponse("/link_servlet?unblock_user=1&friend_id=" +
friend_id);
window.location.href = url;
return true;
}
function blockuserlink(friend_id, url)
{
if (!confirm("are you sure you want to block this user?"))
return true;
geturlxmlresponse("/link_servlet?block_user=1&friend_id=" + friend_id);
window.location.href = url;
return true;
}
function blockuserlinkbyusername(friend_username)
{
if (!confirm("are you sure you want to block this user?"))
return false;
geturlxmlresponse("/link_servlet?block_user=1&friend_username=" +
friend_username);
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 changebanner(img_url, ref_url){


var e = document.getelementbyid("gad_leaderboardad");
e.innerhtml = "<a href='"+ ref_url + "' target='_blank'><img src='" +
img_url + "'></a>";
}
</script>

</head>

<body onload="performonloadfunctions();">
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script>

<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="utildiv">
<script type="text/javascript">var quicklist_count=0;</script>

<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">help</a>
<span class="utildelim">|</span>
<a href="/login?next=/watch%3fv%3dgt2krp_lanu"
onclick="_hblink('login','utilitylinks');">log in</a>
<form name="logoutform" method="post" target="_top" action="/index">
<input type="hidden" name="action_logout" value="1">
</form>
</div>

<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 id="gnavdiv">

<div id="upload"><a href="/my_videos_upload"><img


src="/img/pic_upload_130x28.gif" width="130" height="28" alt="upload" border="0"
/></a></div>

<div class="tab">
<a href="/community"><img src="/img/tab_community_118x28.gif"
width="118" height="28" border="0" alt="community" /></a></div>
<div class="tab">
<a href="/members"><img src="/img/tab_channels_118x28.gif"
width="118" height="28" border="0" alt="channels" /></a></div>
<div class="tab">
<a href="/categories"><img src="/img/tab_categories_118x28.gif"
width="118" height="28" border="0" alt="categories" /></a></div>
<div class="tab">
<a href="/browse?s=mp"><img
src="/img/tab_videos_select_118x28.gif" width="118" height="28" border="0"
alt="videos" /></a></div>
</div>
<!-- end gnavdiv -->
<div id="gnavbottom">&nbsp;</div>

<script type="text/javascript">
var _hbec=0,_hbe=new array;function _hbevent(a,b){b=_hbe[_hbec++]=new
object();b._n=a;b._c=0;return b;}
var hbx=_hbevent("pv");hbx.vpc="hbx0200u";hbx.gn="ehg-youtube.hitbox.com";

//configuration variables
hbx.acct="dm560815ocac";//account number(s)
hbx.pn="watch";//page name(s)
hbx.mlc="/watch";//multi-level content category
hbx.pndef="title";//default page name
hbx.ctdef="full";//default content category
hbx.lt="manual";//link tracking

//custom variables
hbx.ci="";//customer id
cv = new _hbevent("cv");
cv.c1="";
cv.c2="";
cv.c3="";
cv.c4="";
cv.c5="";

//lvm value
hbx.lvm=500;
</script>

<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/you.watch/filmsandanimation;sz=728x90;kch=21798
03025;kbg=ffffff;kr=n;kpu=berhren;kvideoid=gt2krp_lanu;ord=' + ord + '?"
type="text/javascript"><\/script>');
</script>
<noscript><a

href="http://ad.doubleclick.net/jump/you.watch/filmsandanimation;sz=728x90;ord=123
456789?" target="_blank"><img

src="http://ad.doubleclick.net/ad/you.watch/filmsandanimation;sz=728x90;ord=123456
789?" width="728" height="90" border="0" alt=""></a>
</noscript>
<!-- end ad tag -->

</div>

<!-- begin main presentation code -->

<h1 id="video_title">sasuke vs itachi amv</h1>

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


<td>
<div id="interactdiv">

<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[
var fo = new
swfobject("/player2.swf?video_id=gt2krp_lanu&l=190&t=oegstopdskifwy7vdnyzopizjr5a8
x51&sk=-wqf7whlkhaafhhhbw39hgc", "movie_player", "450", "370", 7, "#ffffff");
fo.addvariable("sourceid", "vs");
fo.addvariable("q", "sasuke%20vs%20itachi");
fo.write("playerdiv");
// ]]>
</script>
<div id="vresponseparent">
this is a video response to
<a href="/watch?v=b8m-bx-m-by">sasuke vs. itachi--faint--horror trinity
productions</a>
</div>

<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">
<tr>
<td width="77" align="left" valign="top">
<div
class="headertitlelite">&nbsp;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="53" valign="top">
<div id="playall"
class="smalltext">
<b><a href="#"
onclick="autonext();return false;" rel="nofollow" >play all</a></b></div>
<div id="playingall"
class="graytext smalltext hid">playing all</div>
<span id="play_all_numb" class="smalltext
graytext">
<script language="javascript"
type="text/javascript">document.write(quicklist_count);</script>
</span>
<span class="smalltext graytext">
<script type="text/javascript">
if (quicklist_count>1)
{ document.write('videos'); }
else
{document.write('video');}
</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="200" 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" class="contentbox">


<div id="ratingdivwrapper">
<div id="ratingdiv">
<div id="ratingmessage"><a
href="/signup?next=/watch%3fv%3dgt2krp_lanu">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">47 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=gt2krp_lanu&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=gt2krp_lanu&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="window.open('/share?v=gt2krp_lanu','share','width=580,height=480,resizabl
e=yes,scrollbars=yes,status=0'); _hblink('share+video','watch'); 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=gt2krp_lanu&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=gt2krp_lanu&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">12,015</span> <div
class="statdivider">|</div>
comments: <span class="statval">19</span> <div
class="statdivider">|</div>
favorited: <span class="statval">73</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">41 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/index.php?view=profile.showprofile&amp;ite
m=5812600"
target="_top">http://www.gaiaonline.com/profile/index.php?view=pro...</a></div>
<div class="statitem"><span class="label">38 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/index.php?view=profile.showprofile&amp;ite
m=4389994"
target="_top">http://www.gaiaonline.com/profile/index.php?view=pro...</a></div>
<div class="statitem"><span class="label">28 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/index.php?view=profile.showprofile&amp;ite
m=6996438"
target="_top">http://www.gaiaonline.com/profile/index.php?view=pro...</a></div>
<div class="statitem"><span class="label">22 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/?controller=viewer&amp;action=index&amp;id
=6616427"
target="_top">http://www.gaiaonline.com/profile/?controller=viewer...</a></div>
<div class="statitem"><span class="label">16 clicks
from</span> <a rel="nofollow"
href="http://www.quizilla.com/users/deadlydamzel/quizzes/ninja%20idol%3a%20round%2
0one%20!!!!!/"
target="_top">http://www.quizilla.com/users/deadlydamzel/quizzes/n...</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="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><h2 style="margin: 0px;">comments &amp;
responses</h2></td>
<td align="right">
<div style="padding-bottom: 2px;">
<b><a
href="/video_response_upload?v=gt2krp_lanu"
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 id="recent_comments">

<div id="div_main_comment2"></div>

<div class="commentpagination mart5">


most recent
&#160;...&#160;
<span class="commentpnum">1</span>
<span class="commentpnum"><a href="#"
onclick="showajaxdivnotloggedin('recent_comments',
'/watch_ajax?v=gt2krp_lanu&action_get_comments=1&p=2',
true);document.getelementbyid('post_text_comment_link').focus(); return false;"
rel="nofollow">2</a></span>
&#160;...&#160;
<a href="#" onclick="showajaxdivnotloggedin('recent_comments',
'/watch_ajax?v=gt2krp_lanu&action_get_comments=1&p=2',
true);document.getelementbyid('post_text_comment_link').focus(); return false;"
rel="nofollow">oldest</a></b>
</div>
<div id="div_jwlejc_bdw4"> <!--
comment_div_id -->
<a name="jwlejc_bdw4"/></a>
<div class="commententry" id="comment_jwlejc_bdw4">
<div class="commenthead">
<b><a href="/user/elc4ct0" rel="nofollow">elc4ct0</a></b>
<span class="smalltext"> (6 days ago) </span>
</div>
<div class="commentbody">
cuz he is allways crying about it and even willing to
sacrifice his friends to avenge his parents.
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_jwlejc_bdw4" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_jwlejc_bdw4">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_jwlejc_bdw4', 'jwlejc_bdw4',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_jwlejc_bdw4">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_1t5vvmpkmzu"> <!-- comment_div_id -->


<a name="1t5vvmpkmzu"/></a>
<div class="commententry" id="comment_1t5vvmpkmzu">
<div class="commenthead">
<b><a href="/user/adultlink4"
rel="nofollow">adultlink4</a></b>
<span class="smalltext"> (1 week ago) </span>
</div>
<div class="commentbody">
everyone says sasuke is emo just because hes quiet
and hates his brother for murdering his whole family.
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_1t5vvmpkmzu" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_1t5vvmpkmzu">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_1t5vvmpkmzu', '1t5vvmpkmzu',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;
</div>
<div id="div_comment_form_id_1t5vvmpkmzu">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_km2estpunkg"> <!-- comment_div_id -->


<a name="km2estpunkg"/></a>
<div class="commententry" id="comment_km2estpunkg">
<div class="commenthead">
<b><a href="/user/4everkakashilover"
rel="nofollow">4everkakashilover</a></b>
<span class="smalltext"> (2 weeks ago) </span>
</div>
<div class="commentbody">
sasuke always smashes his chidori into something
before he hits his opponent, emo gay bich.
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_km2estpunkg" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_km2estpunkg">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_km2estpunkg', 'km2estpunkg',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_km2estpunkg">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_cwra6viaer8"> <!-- comment_div_id -->


<a name="cwra6viaer8"/></a>
<div class="commententry" id="comment_cwra6viaer8">
<div class="commenthead">
<b><a href="/user/tonibatallyaoilover1"
rel="nofollow">tonibatallyaoilover1</a></b>
<span class="smalltext"> (2 weeks ago) </span>
</div>
<div class="commentbody">
love da amv!!! i have a question did those episodes
some out in english aready???? and also im confused and there eyes turning like
tat!!! other then tat sasuke itachi r hott!!!!
</div>
<div class="commentaction smalltext">
<div class="commentaction smalltext"
id="container_comment_form_id_cwra6viaer8" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_cwra6viaer8">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_cwra6viaer8', 'cwra6viaer8',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_cwra6viaer8">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_h0jrxw8_tss"> <!-- comment_div_id -->


<a name="h0jrxw8_tss"/></a>
<div class="commententry" id="comment_h0jrxw8_tss">
<div class="commenthead">
<b><a href="/user/jummpy347"
rel="nofollow">jummpy347</a></b>
<span class="smalltext"> (2 weeks ago) </span>
</div>
<div class="commentbody">
there are 20 angels in this world<br/>10 are
sleeping<br/>9 are playing<br/>1 is reading this<br/><br/>put this on 4 video
comments within 15 mins,if u do, sum one u love will surprise u sum how!! if u
don't , u will lose ur love.!!. <br/>:p
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_h0jrxw8_tss" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_h0jrxw8_tss">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_h0jrxw8_tss', 'h0jrxw8_tss',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_h0jrxw8_tss">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_bkk7p5vmq7q"> <!-- comment_div_id -->


<a name="bkk7p5vmq7q"/></a>
<div class="commententry" id="comment_bkk7p5vmq7q">
<div class="commenthead">
<b><a href="/user/hayaleeuchiga"
rel="nofollow">hayaleeuchiga</a></b>
<span class="smalltext"> (1 month ago) </span>
</div>
<div class="commentbody">
yeah, he takes it up da butt, and cutts himself!
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_bkk7p5vmq7q" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_bkk7p5vmq7q">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_bkk7p5vmq7q', 'bkk7p5vmq7q',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_bkk7p5vmq7q">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_39fyeo6cye0"> <!-- comment_div_id -->


<a name="39fyeo6cye0"/></a>
<div class="commententry" id="comment_39fyeo6cye0">
<div class="commenthead">
<b><a href="/user/15noname15"
rel="nofollow">15noname15</a></b>
<span class="smalltext"> (1 month ago) </span>
</div>
<div class="commentbody">
hes clearly both!
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_39fyeo6cye0" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_39fyeo6cye0">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_39fyeo6cye0', '39fyeo6cye0',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_39fyeo6cye0">
</div>

</div>
</div>
</div> <!-- comment_div_id -->
<div id="div_zpkgg6jwu9w"> <!-- comment_div_id -->
<a name="zpkgg6jwu9w"/></a>
<div class="commententry" id="comment_zpkgg6jwu9w">
<div class="commenthead">
<b><a href="/user/aceshikamaru3"
rel="nofollow">aceshikamaru3</a></b>
<span class="smalltext"> (2 months ago) </span>
</div>
<div class="commentbody">
why does everyone say sasuke's emo when he's gay
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_zpkgg6jwu9w" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_zpkgg6jwu9w">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_zpkgg6jwu9w', 'zpkgg6jwu9w',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_zpkgg6jwu9w">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_zkjvurfnija"> <!-- comment_div_id -->


<a name="zkjvurfnija"/></a>
<div class="commententry" id="comment_zkjvurfnija">
<div class="commenthead">
<b><a href="/user/elc4ct0" rel="nofollow">elc4ct0</a></b>
<span class="smalltext"> (2 months ago) </span>
</div>
<div class="commentbody">
sasuke is an emo-kid =d
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_zkjvurfnija" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_zkjvurfnija">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_zkjvurfnija', 'zkjvurfnija',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_zkjvurfnija">
</div>
</div>
</div>
</div> <!-- comment_div_id -->

<div id="div_d-ox8w_vjdu"> <!-- comment_div_id -->


<a name="d-ox8w_vjdu"/></a>
<div class="commententry" id="comment_d-ox8w_vjdu">
<div class="commenthead">
<b><a href="/user/frankie1090"
rel="nofollow">frankie1090</a></b>
<span class="smalltext"> (2 months ago) </span>
</div>
<div class="commentbody">
lol great video of sasuke and itachi
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext" id="container_comment_form_id_d-


ox8w_vjdu" style="display: none"> </div> <!-- container id -->
<div class="commentaction smalltext" id="reply_comment_form_id_d-
ox8w_vjdu">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_d-ox8w_vjdu', 'd-ox8w_vjdu',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_d-ox8w_vjdu">
</div>

</div>
</div>
</div> <!-- comment_div_id -->

<div class="commentpagination">
most recent
&#160;...&#160;
<span class="commentpnum">1</span>
<span class="commentpnum"><a href="#"
onclick="showajaxdivnotloggedin('recent_comments',
'/watch_ajax?v=gt2krp_lanu&action_get_comments=1&p=2',
true);document.getelementbyid('post_text_comment_link').focus(); return false;"
rel="nofollow">2</a></span>
&#160;...&#160;
<a href="#" onclick="showajaxdivnotloggedin('recent_comments',
'/watch_ajax?v=gt2krp_lanu&action_get_comments=1&p=2',
true);document.getelementbyid('post_text_comment_link').focus(); return false;"
rel="nofollow">oldest</a></b>
</div>

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

<b><a
href="/comment_servlet?all_comments&v=gt2krp_lanu&fromurl=/watch%3fv%3dgt2krp_lanu
" onclick="_hblink('view+all+comments','watch');" rel="nofollow">view all 19
comments</a></b>

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

<div id="div_main_comment2"></div>

<div id="all_comments_content">
</div>
</div> <!-- end all_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 id="aboutviddiv" class="contentbox">
<div id="uploaderinfo">

<div id="subscribediv" class="smalltext">


<div><a href="#"
onclick="showajaxpostdiv('emptydiv','/ajax_subscriptions','subscribe_to_user=berhr
en&axt=5hd7fo1kb6dqyyb4duyre5wxjwb8mte3njk5ntqzoq=='); return false;"
title="subscribe to berhren's videos"><img
src="/img/btn_subscribe_sm_yellow_99x16.gif" width="99" height="16"
class="alignmid" alt="subscribe" border="0" title="subscribe to berhren's
videos"></a></div>
<div id="emptydiv"> <div
id="subscribecount" class="smalltext">to berhren</div>
</div>
</div> <!-- end subscribediv -->

<div id="userinfodiv">
<span class="smalllabel">added</span>&nbsp;
<b class="smalltext">october 25, 2006</b><br>
<span class="smalllabel">from</span>&nbsp;
<b><a href="/user/berhren"
onclick="_hblink('channellink','watch');">berhren</a></b>
</div> <!-- end userinfodiv -->

</div> <!-- end uploaderinfo -->

<div id="viddescdiv">
<span id="viddescbegin">
linkin park/sasuke vs itachi - faint
</span>
</div>

<div class="smalltext">
<span class="smalllabel">category&nbsp;</span>
<a href="/browse?s=mp&t=t&c=1" class="dg"
onclick="_hblink('video+category+link','watch');">film & animation</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=sasuke" class="dg">sasuke</a> &nbsp; <a
href="/results?search_query=vs" class="dg">vs</a> &nbsp; <a
href="/results?search_query=itachi" class="dg">itachi</a> &nbsp; <a
href="/results?search_query=naruto" class="dg">naruto</a>
</span>
<span id="vidtagsremain">
<a href="/results?search_query=amv" class="dg">amv</a> &nbsp;<a
href="/results?search_query=faint" class="dg">faint</a> &nbsp;<a
href="/results?search_query=linkin" class="dg">linkin</a> &nbsp;<a
href="/results?search_query=park" class="dg">park</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=gt2krp_lanu" 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/gt2krp_lanu"></param><param name="wmode"
value="transparent"></param><embed src="http://www.youtube.com/v/gt2krp_lanu"
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-20 of 30</td>
<td align="right" class="smalltext"><a
href="/results?search=related&search_query=sasuke%20vs%20itachi%20naruto%20amv%20f
aint%20linkin%20park&v=gt2krp_lanu">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://sjc-
static22.sjc.youtube.com/vi/39rddgycda0/2.jpg";
img = document.getelementbyid("side_img_6");
img.src =
"http://img.youtube.com/vi/uycjgvcr2ba/2.jpg";

img = document.getelementbyid("side_img_7");
img.src = "http://sjc-
static3.sjc.youtube.com/vi/4lzwe9rck1k/2.jpg";

img = document.getelementbyid("side_img_8");
img.src = "http://sjl-
static5.sjl.youtube.com/vi/ryzfd_atrza/2.jpg";

img = document.getelementbyid("side_img_9");
img.src = "http://sjl-
static12.sjl.youtube.com/vi/l_nrk04syig/2.jpg";

img = document.getelementbyid("side_img_10");
img.src = "http://img.youtube.com/vi/f-
0mpg7okw4/2.jpg";

img = document.getelementbyid("side_img_11");
img.src = "http://sjc-
static1.sjc.youtube.com/vi/xcejdfgtpqg/2.jpg";

img = document.getelementbyid("side_img_12");
img.src = "http://sjc-
static16.sjc.youtube.com/vi/czzsz-n4jig/2.jpg";

img = document.getelementbyid("side_img_13");
img.src = "http://sjc-
static14.sjc.youtube.com/vi/rogfrj9u7oq/2.jpg";

img = document.getelementbyid("side_img_14");
img.src =
"http://img.youtube.com/vi/020xpbxdwgg/2.jpg";

img = document.getelementbyid("side_img_15");
img.src = "http://sjc-
static3.sjc.youtube.com/vi/bizlg_nevi0/2.jpg";

img = document.getelementbyid("side_img_16");
img.src =
"http://img.youtube.com/vi/nrv06vnuypq/2.jpg";

img = document.getelementbyid("side_img_17");
img.src =
"http://img.youtube.com/vi/nwg7dzygana/2.jpg";

img = document.getelementbyid("side_img_18");
img.src = "http://sjl-
static4.sjl.youtube.com/vi/iueqogwecbc/2.jpg";

img = document.getelementbyid("side_img_19");
img.src =
"http://img.youtube.com/vi/g96_hcgnb6w/2.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" style="margin-top:0px;">
<a
href="/watch?v=jb_v69br3kw&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/jb_v69br3kw/2.jpg" /></a>
</div>
<div id="add_img_jb_v69br3kw" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('jb_v69br3kw',
1);print_quicklist_video('http://img.youtube.com/vi/jb_v69br3kw/2.jpg',document.ge
telementbyid('video_title_text_0_12214_223').innerhtml,'ultimatecr0w','jb_v69br3kw
','03:43');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_jb_v69br3kw" border="0"
onmouseover="mouse_over_add_icon('jb_v69br3kw');return false;"
onmouseout="mouse_out_add_icon('jb_v69br3kw');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=jb_v69br3kw&mode=related&search=" id="video_title_text_0_12214_223"
rel="nofollow">naruto amv sasuke vs itachi - linkin park</a><br/>
<span class="runtime">03:43</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/ultimatecr0w" class="dg" rel="nofollow">ultimatecr0w</a><br/>
<span class="graytext">views:</span> 12214
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=l_xibfovewo&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/l_xibfovewo/2.jpg" /></a>
</div>
<div id="add_img_l_xibfovewo" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('l_xibfovewo', 1);print_quicklist_video('http://sjc-
static17.sjc.youtube.com/vi/l_xibfovewo/2.jpg',document.getelementbyid('video_titl
e_text_1_1626_162').innerhtml,'excluse123','l_xibfovewo','02:42');_hblink('quickli
st+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_l_xibfovewo" border="0"
onmouseover="mouse_over_add_icon('l_xibfovewo');return false;"
onmouseout="mouse_out_add_icon('l_xibfovewo');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=l_xibfovewo&mode=related&search=" id="video_title_text_1_1626_162"
rel="nofollow">sasuke vs. itachi - faint</a><br/>
<span class="runtime">02:42</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/excluse123" class="dg" rel="nofollow">excluse123</a><br/>
<span class="graytext">views:</span> 1626
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=bipxruzoe_k&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/bipxruzoe_k/2.jpg" /></a>
</div>
<div id="add_img_bipxruzoe_k" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('bipxruzoe_k',
1);print_quicklist_video('http://img.youtube.com/vi/bipxruzoe_k/2.jpg',document.ge
telementbyid('video_title_text_2_8792_237').innerhtml,'odin9988','bipxruzoe_k','03
:57');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_bipxruzoe_k" border="0"
onmouseover="mouse_over_add_icon('bipxruzoe_k');return false;"
onmouseout="mouse_out_add_icon('bipxruzoe_k');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=bipxruzoe_k&mode=related&search=" id="video_title_text_2_8792_237"
rel="nofollow">amv - naruto - sasuke vs itachi - three days grace</a><br/>
<span class="runtime">03:57</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/odin9988" class="dg" rel="nofollow">odin9988</a><br/>
<span class="graytext">views:</span> 8792
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=plsxdc2mabo&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://sjl-static6.sjl.youtube.com/vi/plsxdc2mabo/2.jpg"
/></a>
</div>
<div id="add_img_plsxdc2mabo" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('plsxdc2mabo', 1);print_quicklist_video('http://sjl-
static6.sjl.youtube.com/vi/plsxdc2mabo/2.jpg',document.getelementbyid('video_title
_text_3_11924_205').innerhtml,'sasukeuchiha12345678','plsxdc2mabo','03:25');_hblin
k('quicklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_plsxdc2mabo" border="0"
onmouseover="mouse_over_add_icon('plsxdc2mabo');return false;"
onmouseout="mouse_out_add_icon('plsxdc2mabo');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=plsxdc2mabo&mode=related&search=" id="video_title_text_3_11924_205"
rel="nofollow">sasuke vs. itachi</a><br/>
<span class="runtime">03:25</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/sasukeuchiha12345678" class="dg"
rel="nofollow">sasukeuchiha12345678</a><br/>
<span class="graytext">views:</span> 11924
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=p5ydizhcnsw&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/p5ydizhcnsw/2.jpg" /></a>
</div>
<div id="add_img_p5ydizhcnsw" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('p5ydizhcnsw', 1);print_quicklist_video('http://sjl-
static15.sjl.youtube.com/vi/p5ydizhcnsw/2.jpg',document.getelementbyid('video_titl
e_text_4_112479_263').innerhtml,'ssjzac','p5ydizhcnsw','04:23');_hblink('quicklist
+addto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_p5ydizhcnsw" border="0"
onmouseover="mouse_over_add_icon('p5ydizhcnsw');return false;"
onmouseout="mouse_out_add_icon('p5ydizhcnsw');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=p5ydizhcnsw&mode=related&search="
id="video_title_text_4_112479_263" rel="nofollow">naruto: narutimate hero 3 sasuke
vs itachi</a><br/>
<span class="runtime">04:23</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/ssjzac"
class="dg" rel="nofollow">ssjzac</a><br/>
<span class="graytext">views:</span> 112479
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=39rddgycda0&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_39rddgycda0" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('39rddgycda0', 1);print_quicklist_video('http://sjc-
static22.sjc.youtube.com/vi/39rddgycda0/2.jpg',document.getelementbyid('video_titl
e_text_5_6022_214').innerhtml,'freakinerd','39rddgycda0','03:34');_hblink('quickli
st+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_39rddgycda0" border="0"
onmouseover="mouse_over_add_icon('39rddgycda0');return false;"
onmouseout="mouse_out_add_icon('39rddgycda0');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=39rddgycda0&mode=related&search=" id="video_title_text_5_6022_214"
rel="nofollow">part 2 - sasuke & itachi - in the end</a><br/>
<span class="runtime">03:34</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/freakinerd" class="dg" rel="nofollow">freakinerd</a><br/>
<span class="graytext">views:</span> 6022
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=uycjgvcr2ba&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_uycjgvcr2ba" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('uycjgvcr2ba', 1);print_quicklist_video('http://sjc-
static12.sjc.youtube.com/vi/uycjgvcr2ba/2.jpg',document.getelementbyid('video_titl
e_text_6_18559_185').innerhtml,'method3537','uycjgvcr2ba','03:05');_hblink('quickl
ist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_uycjgvcr2ba" border="0"
onmouseover="mouse_over_add_icon('uycjgvcr2ba');return false;"
onmouseout="mouse_out_add_icon('uycjgvcr2ba');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=uycjgvcr2ba&mode=related&search=" id="video_title_text_6_18559_185"
rel="nofollow">sasuke vs itachi crazy frog</a><br/>
<span class="runtime">03:05</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/method3537" class="dg" rel="nofollow">method3537</a><br/>
<span class="graytext">views:</span> 18559
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=4lzwe9rck1k&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_4lzwe9rck1k" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('4lzwe9rck1k', 1);print_quicklist_video('http://sjc-
static3.sjc.youtube.com/vi/4lzwe9rck1k/2.jpg',document.getelementbyid('video_title
_text_7_39579_598').innerhtml,'anbunarut0','4lzwe9rck1k','09:58');_hblink('quickli
st+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_4lzwe9rck1k" border="0"
onmouseover="mouse_over_add_icon('4lzwe9rck1k');return false;"
onmouseout="mouse_out_add_icon('4lzwe9rck1k');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=4lzwe9rck1k&mode=related&search=" id="video_title_text_7_39579_598"
rel="nofollow">naruto amv- naruto v.s sasuke part ii</a><br/>
<span class="runtime">09:58</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/anbunarut0" class="dg" rel="nofollow">anbunarut0</a><br/>
<span class="graytext">views:</span> 39579
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=ryzfd_atrza&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_ryzfd_atrza" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('ryzfd_atrza',
1);print_quicklist_video('http://img.youtube.com/vi/ryzfd_atrza/2.jpg',document.ge
telementbyid('video_title_text_8_12180_461').innerhtml,'bcnofn','ryzfd_atrza','07:
41');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_ryzfd_atrza" border="0"
onmouseover="mouse_over_add_icon('ryzfd_atrza');return false;"
onmouseout="mouse_out_add_icon('ryzfd_atrza');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=ryzfd_atrza&mode=related&search=" id="video_title_text_8_12180_461"
rel="nofollow">itachi vs sasuke.</a><br/>
<span class="runtime">07:41</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/bcnofn"
class="dg" rel="nofollow">bcnofn</a><br/>
<span class="graytext">views:</span> 12180
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=l_nrk04syig&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_l_nrk04syig" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('l_nrk04syig',
1);print_quicklist_video('http://img.youtube.com/vi/l_nrk04syig/2.jpg',document.ge
telementbyid('video_title_text_9_8481_235').innerhtml,'aznballah24','l_nrk04syig',
'03:55');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_l_nrk04syig" border="0"
onmouseover="mouse_over_add_icon('l_nrk04syig');return false;"
onmouseout="mouse_out_add_icon('l_nrk04syig');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=l_nrk04syig&mode=related&search=" id="video_title_text_9_8481_235"
rel="nofollow">sasuke vs. itachi-evanscene</a><br/>
<span class="runtime">03:55</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/aznballah24" class="dg" rel="nofollow">aznballah24</a><br/>
<span class="graytext">views:</span> 8481
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a href="/watch?v=f-
0mpg7okw4&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_f-0mpg7okw4" class="addtoqlrelatedie">
<a href="#" onclick="clicked_add_icon('f-
0mpg7okw4', 1);print_quicklist_video('http://sjc-static13.sjc.youtube.com/vi/f-
0mpg7okw4/2.jpg',document.getelementbyid('video_title_text_10_1000_206').innerhtml
,'gaarasonlylover','f-
0mpg7okw4','03:26');_hblink('quicklist+addto','watch');return false;" title="add
video to quicklist" rel="nofollow"><img id="add_button_f-0mpg7okw4" border="0"
onmouseover="mouse_over_add_icon('f-0mpg7okw4');return false;"
onmouseout="mouse_out_add_icon('f-0mpg7okw4');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=f-
0mpg7okw4&mode=related&search=" id="video_title_text_10_1000_206"
rel="nofollow">prideful konoha shinobi</a><br/>
<span class="runtime">03:26</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/gaarasonlylover" class="dg" rel="nofollow">gaarasonlylover</a><br/>
<span class="graytext">views:</span> 1000
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=xcejdfgtpqg&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_xcejdfgtpqg" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('xcejdfgtpqg', 1);print_quicklist_video('http://sjc-
static1.sjc.youtube.com/vi/xcejdfgtpqg/2.jpg',document.getelementbyid('video_title
_text_11_91_237').innerhtml,'goke1500','xcejdfgtpqg','03:57');_hblink('quicklist+a
ddto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_xcejdfgtpqg" border="0"
onmouseover="mouse_over_add_icon('xcejdfgtpqg');return false;"
onmouseout="mouse_out_add_icon('xcejdfgtpqg');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=xcejdfgtpqg&mode=related&search=" id="video_title_text_11_91_237"
rel="nofollow">amv - naruto - (sasuke vs itachi)</a><br/>
<span class="runtime">03:57</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/goke1500" class="dg" rel="nofollow">goke1500</a><br/>
<span class="graytext">views:</span> 91
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a href="/watch?v=czzsz-
n4jig&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_czzsz-n4jig" class="addtoqlrelatedie">
<a href="#" onclick="clicked_add_icon('czzsz-
n4jig', 1);print_quicklist_video('http://img.youtube.com/vi/czzsz-
n4jig/2.jpg',document.getelementbyid('video_title_text_12_1203_185').innerhtml,'m3
d1c9982','czzsz-n4jig','03:05');_hblink('quicklist+addto','watch');return false;"
title="add video to quicklist" rel="nofollow"><img id="add_button_czzsz-n4jig"
border="0" onmouseover="mouse_over_add_icon('czzsz-n4jig');return false;"
onmouseout="mouse_out_add_icon('czzsz-n4jig');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=czzsz-
n4jig&mode=related&search=" id="video_title_text_12_1203_185"
rel="nofollow">naruto vs sauske 2 amv</a><br/>
<span class="runtime">03:05</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/m3d1c9982" class="dg" rel="nofollow">m3d1c9982</a><br/>
<span class="graytext">views:</span> 1203
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=rogfrj9u7oq&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_rogfrj9u7oq" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('rogfrj9u7oq', 1);print_quicklist_video('http://sjc-
static14.sjc.youtube.com/vi/rogfrj9u7oq/2.jpg',document.getelementbyid('video_titl
e_text_13_60711_234').innerhtml,'uchihademon','rogfrj9u7oq','03:54');_hblink('quic
klist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_rogfrj9u7oq" border="0"
onmouseover="mouse_over_add_icon('rogfrj9u7oq');return false;"
onmouseout="mouse_out_add_icon('rogfrj9u7oq');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=rogfrj9u7oq&mode=related&search="
id="video_title_text_13_60711_234" rel="nofollow">naruto vs sasuke amv-in the end-
linkin park</a><br/>
<span class="runtime">03:54</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/uchihademon" class="dg" rel="nofollow">uchihademon</a><br/>
<span class="graytext">views:</span> 60711
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=020xpbxdwgg&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_020xpbxdwgg" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('020xpbxdwgg',
1);print_quicklist_video('http://img.youtube.com/vi/020xpbxdwgg/2.jpg',document.ge
telementbyid('video_title_text_14_768_164').innerhtml,'spiritshotgun','020xpbxdwgg
','02:44');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_020xpbxdwgg" border="0"
onmouseover="mouse_over_add_icon('020xpbxdwgg');return false;"
onmouseout="mouse_out_add_icon('020xpbxdwgg');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=020xpbxdwgg&mode=related&search=" id="video_title_text_14_768_164"
rel="nofollow">naruto amv - shinobi vs dragon ninja</a><br/>
<span class="runtime">02:44</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/spiritshotgun" class="dg" rel="nofollow">spiritshotgun</a><br/>
<span class="graytext">views:</span> 768
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=bizlg_nevi0&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_bizlg_nevi0" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('bizlg_nevi0',
1);print_quicklist_video('http://img.youtube.com/vi/bizlg_nevi0/2.jpg',document.ge
telementbyid('video_title_text_15_1324_189').innerhtml,'ullasnullakrusidulla','biz
lg_nevi0','03:09');_hblink('quicklist+addto','watch');return false;" title="add
video to quicklist" rel="nofollow"><img id="add_button_bizlg_nevi0" border="0"
onmouseover="mouse_over_add_icon('bizlg_nevi0');return false;"
onmouseout="mouse_out_add_icon('bizlg_nevi0');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=bizlg_nevi0&mode=related&search=" id="video_title_text_15_1324_189"
rel="nofollow">getting away with murder-sasuke & itachi</a><br/>
<span class="runtime">03:09</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/ullasnullakrusidulla" class="dg"
rel="nofollow">ullasnullakrusidulla</a><br/>
<span class="graytext">views:</span> 1324
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=nrv06vnuypq&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_nrv06vnuypq" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('nrv06vnuypq', 1);print_quicklist_video('http://sjc-
static14.sjc.youtube.com/vi/nrv06vnuypq/2.jpg',document.getelementbyid('video_titl
e_text_16_4254_184').innerhtml,'narutoschik','nrv06vnuypq','03:04');_hblink('quick
list+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_nrv06vnuypq" border="0"
onmouseover="mouse_over_add_icon('nrv06vnuypq');return false;"
onmouseout="mouse_out_add_icon('nrv06vnuypq');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=nrv06vnuypq&mode=related&search=" id="video_title_text_16_4254_184"
rel="nofollow">faint - sasuke and itachi</a><br/>
<span class="runtime">03:04</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/narutoschik" class="dg" rel="nofollow">narutoschik</a><br/>
<span class="graytext">views:</span> 4254
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=nwg7dzygana&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_nwg7dzygana" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('nwg7dzygana',
1);print_quicklist_video('http://img.youtube.com/vi/nwg7dzygana/2.jpg',document.ge
telementbyid('video_title_text_17_9295_226').innerhtml,'trickzlegend','nwg7dzygana
','03:46');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_nwg7dzygana" border="0"
onmouseover="mouse_over_add_icon('nwg7dzygana');return false;"
onmouseout="mouse_out_add_icon('nwg7dzygana');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=nwg7dzygana&mode=related&search=" id="video_title_text_17_9295_226"
rel="nofollow">amv naruto: shinobi</a><br/>
<span class="runtime">03:46</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/trickzlegend" class="dg" rel="nofollow">trickzlegend</a><br/>
<span class="graytext">views:</span> 9295
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=iueqogwecbc&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_iueqogwecbc" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('iueqogwecbc', 1);print_quicklist_video('http://sjl-
static4.sjl.youtube.com/vi/iueqogwecbc/2.jpg',document.getelementbyid('video_title
_text_18_7751_168').innerhtml,'antonnaruto','iueqogwecbc','02:48');_hblink('quickl
ist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_iueqogwecbc" border="0"
onmouseover="mouse_over_add_icon('iueqogwecbc');return false;"
onmouseout="mouse_out_add_icon('iueqogwecbc');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=iueqogwecbc&mode=related&search=" id="video_title_text_18_7751_168"
rel="nofollow">naruto - sasuke and itachi</a><br/>
<span class="runtime">02:48</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/antonnaruto" class="dg" rel="nofollow">antonnaruto</a><br/>
<span class="graytext">views:</span> 7751
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->
<div class="vwatchentry ">
<table><tr>
<td>
<div class="img" style="margin-top:0px;">
<a
href="/watch?v=g96_hcgnb6w&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_g96_hcgnb6w" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('g96_hcgnb6w', 1);print_quicklist_video('http://sjl-
static6.sjl.youtube.com/vi/g96_hcgnb6w/2.jpg',document.getelementbyid('video_title
_text_19_93790_264').innerhtml,'bandgeek2008','g96_hcgnb6w','04:24');_hblink('quic
klist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_g96_hcgnb6w" border="0"
onmouseover="mouse_over_add_icon('g96_hcgnb6w');return false;"
onmouseout="mouse_out_add_icon('g96_hcgnb6w');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=g96_hcgnb6w&mode=related&search="
id="video_title_text_19_93790_264" rel="nofollow">naruto: real character theme
songs</a><br/>
<span class="runtime">04:24</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/bandgeek2008" class="dg" rel="nofollow">bandgeek2008</a><br/>
<span class="graytext">views:</span> 93790
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->

</div>

<table class="showingtable"><tr>
<td class="smalltext">showing 1-20 of 30</td>
<td align="right" class="smalltext"><a
href="/results?search=related&search_query=sasuke%20vs%20itachi%20naruto%20amv%20f
aint%20linkin%20park&v=gt2krp_lanu">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?wqanscp0eilda4bdwgxt8lptg2e_woloqatzl0hf7a_4rzefq68symer-
czbollhwngm25tgd5i3pnhdfm9fel19tqk7jagff8ugpw45qerfbyaj2bzhj2ppdzvmp_4ripoehm9_wll
rn9men9gtsnkpzdl9k9vqmvrapy2omhirxgq1vqlwyf4bvzrab8dszukb-buqaoq="
target="_parent" name="&lid=dv+-+afairytaleyoutubevalentinestory+-
+xgobobeanx&lpos=watch-s0" rel="nofollow"><img
src="http://img.youtube.com/vi/wtnlwrbrts0/2.jpg" class="vimgmd"></a></div>
<div class="title">
<b><a
href="/cthru?wqanscp0eilda4bdwgxt8lptg2e_woloqatzl0hf7a_4rzefq68symer-
czbollhwngm25tgd5i3pnhdfm9fel19tqk7jagff8ugpw45qerfbyaj2bzhj2ppdzvmp_4ripoehm9_wll
rn9men9gtsnkpzdl9k9vqmvrapy2omhirxgq1vqlwyf4bvzrab8dszukb-buqaoq="
target="_parent" name="&lid=dv+-+afairytaleyoutubevalentinestory+-
+xgobobeanx&lpos=watch-s0" rel="nofollow">a fairytale youtube valentine
story</a></b><br>
<span class="runtime">06:44</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/xgobobeanx"
class="dg" name="&lid=directorchannellink&lpos=watch-s0"
rel="nofollow">xgobobeanx</a>
</div>
</div>
<div class="dvidentry">
<div><a href="/cthru?-
umpldip0lf2bg4mnqpffujg4zbwo3exytn00cd49dhlf3aojzo93nbw-7qiw-
h2xxbhewngq5po8ecbgtfy7igwc3t-kxywoqjq5kysvegvdp1zisfoimfa9ej-
qheqn4vugasy7ppdqqignrd32klgaemq7ag8vg9ycegnlr8a-rwhiol8wulxmduy5wvyiao1vvinedc="
target="_parent" name="&lid=dv+-+asonehollywood2007youtubegathering+-
+smpfilms&lpos=watch-s1" rel="nofollow"><img src="http://sjc-
static11.sjc.youtube.com/vi/aqn-3a9_qwa/2.jpg" class="vimgmd"></a></div>
<div class="title">
<b><a href="/cthru?-
umpldip0lf2bg4mnqpffujg4zbwo3exytn00cd49dhlf3aojzo93nbw-7qiw-
h2xxbhewngq5po8ecbgtfy7igwc3t-kxywoqjq5kysvegvdp1zisfoimfa9ej-
qheqn4vugasy7ppdqqignrd32klgaemq7ag8vg9ycegnlr8a-rwhiol8wulxmduy5wvyiao1vvinedc="
target="_parent" name="&lid=dv+-+asonehollywood2007youtubegathering+-
+smpfilms&lpos=watch-s1" rel="nofollow">&quot;as one.&quot; - hollywood 2007
youtube gathering</a></b><br>
<span class="runtime">04:29</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/smpfilms"
class="dg" name="&lid=directorchannellink&lpos=watch-s1"
rel="nofollow">smpfilms</a>
</div>
</div>
<div class="dvidentry">
<div><a
href="/cthru?z6mkod6agmeb1ti1yacwt00jnpbwsqu2sle8gjgtndkjwzsv47nazvui_gz9x9q_0h_bx
c-
ktzkvpxcisagkrdmx0qj0zza3lalase45rb59_gt33al4ws_lciwkpxr0qju5j27o2dpr15shkkle8wewv
jko5kz2qndbe1ulgoudrz3xsqqno_zlcjfsr9mk-aohuy75eja=" target="_parent"
name="&lid=dv+-+birdofprey+-+connollyjh&lpos=watch-s2" rel="nofollow"><img
src="http://img.youtube.com/vi/01kqljoshhy/2.jpg" class="vimgmd"></a></div>
<div class="title">
<b><a
href="/cthru?z6mkod6agmeb1ti1yacwt00jnpbwsqu2sle8gjgtndkjwzsv47nazvui_gz9x9q_0h_bx
c-
ktzkvpxcisagkrdmx0qj0zza3lalase45rb59_gt33al4ws_lciwkpxr0qju5j27o2dpr15shkkle8wewv
jko5kz2qndbe1ulgoudrz3xsqqno_zlcjfsr9mk-aohuy75eja=" target="_parent"
name="&lid=dv+-+birdofprey+-+connollyjh&lpos=watch-s2" rel="nofollow">bird of
prey</a></b><br>
<span class="runtime">00:15</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/connollyjh"
class="dg" name="&lid=directorchannellink&lpos=watch-s2"
rel="nofollow">connollyjh</a>
</div>
</div>
<div class="dvidentry">
<div><a href="/cthru?axguz1ag-f3f1_tktpqnp6sgcnmt8-a-
pxbxo5a50w10axihemrqg-x-
scribimudxrsd_svi1yyxt1n6pjfnfwe4faedmxc4aoyar7bsj6hbo2qn37pjmyoltgpufg1bd3wp2maye
mf0mz0y-j6a7_th6kfusghh3ctf9ztd8ue1wwdklfzoouefwhe4v6w9cqpxw7-tfc="
target="_parent" name="&lid=dv+-+thedrivelakeviewtrailer+-+tryannovac&lpos=watch-
s3" rel="nofollow"><img src="http://img.youtube.com/vi/3xg-bzzh_ii/2.jpg"
class="vimgmd"></a></div>
<div class="title">
<b><a href="/cthru?axguz1ag-f3f1_tktpqnp6sgcnmt8-a-
pxbxo5a50w10axihemrqg-x-
scribimudxrsd_svi1yyxt1n6pjfnfwe4faedmxc4aoyar7bsj6hbo2qn37pjmyoltgpufg1bd3wp2maye
mf0mz0y-j6a7_th6kfusghh3ctf9ztd8ue1wwdklfzoouefwhe4v6w9cqpxw7-tfc="
target="_parent" name="&lid=dv+-+thedrivelakeviewtrailer+-+tryannovac&lpos=watch-
s3" rel="nofollow">the drive: lakeview trailer</a></b><br>
<span class="runtime">03:59</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/tryannovac"
class="dg" name="&lid=directorchannellink&lpos=watch-s3"
rel="nofollow">tryannovac</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">
</td>
</tr></table>
</div> <!-- end foottopdiv -->

<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">help
center</a><br/>
<a href="/t/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="/blog">blog</a><br/>
<a href="/t/contact_us">contact</a><br/>
</div>
<div class="column">
<a href="/press_room">press</a><br/>
<a
href="http://www.google.com/jobs/youtube">jobs</a><br/>
</div>
</div>
</div>
</td>

</tr></table>

</div> <!-- end footbotdiv -->


</div> <!-- end footcontent -->

<div id="footcopyright">
copyright &copy; 2007 youtube, inc.
</div> <!-- end footercopyright -->

</div> <!-- end footerdiv -->

</div> <!-- end basediv -->


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

</html>

Vous aimerez peut-être aussi