Sie sind auf Seite 1von 44

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

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

<html>

<!-- machid: 272 -->


<head>

<title>youtube - sasuke and naruto ~ breathe into me</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 and naruto ~ breathe into me">


<meta name="description" content="a video i made about sasuke and
naruto's rivalry. i got the clips from animemusicvideos.org">
<meta name="keywords" content="sasuke, naruto, red, breath, into, me">

<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=anfczitmvyk&' + ajax_action + '=1&l=en', false);
if (statscontent == 'audio') {
document.getelementbyid('showhide').innerhtml = 'hide';
}
toggledisplay('fullstats');
}
else
{
if (((statscontent == 'honors' &&
document.getelementbyid('audiostathead')) || (statscontent == 'audio' &&
document.getelementbyid('honorstathead'))))
{
showajaxdivnotloggedin('additionalstatsdiv',
'/watch_ajax?v=anfczitmvyk&' + ajax_action + '=1&l=en', 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=anfczitmvyk&action_get_related_videos_component&search=sasuk
e%20naruto%20red%20breath%20into%20me');
}

function showrelatedplaylistcontent() {
getandshownavcontent('explaylist',
'/watch_ajax?feature=playlist&search=sasuke%20naruto%20red%20breath%20into%20me&vi
deo_id=anfczitmvyk&action_get_related_playlist_component&p=&index=0');
}
function showrelatedusercontent() {
getandshownavcontent('exuser',
'/watch_ajax?video_id=anfczitmvyk&action_get_user_videos_component&user_id=mv2i0eu
yrae&video_count=10');
}
function showhonorscontent() {
getandshownavcontent('honors',
'/watch_ajax?v=anfczitmvyk&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=anfczitmvyk',
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=anfczitmvyk&l=227&t=oegstopdskjaxey0jion11_op42b-
nwr&sk=-wqf7whlkhaafhhhbw39hgc&fs=1&title=" + "sasuke and naruto ~ breathe into
me" ,
"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="anfczitmvyk">\
<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%3danfczitmvyk%26mode%3drelated%26search%3d"
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=h;kpu=gamergirl2006;kvideoid=anfczitmvyk;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 and naruto ~ breathe into me</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=anfczitmvyk&l=227&t=oegstopdskjaxey0jion11_op42b-
nwr&sk=-wqf7whlkhaafhhhbw39hgc", "movie_player", "450", "370", 7, "#ffffff");
fo.addvariable("sourceid", "yw%2cv%3awlihfj7iteg%2cm%3arelated");
fo.write("playerdiv");
// ]]>
</script>
<div id="watchqueuestartnew" class="quicklist_container hid">

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


<div id="nextvideorow" class="nextvideorowdiv">
<table width="440" cellpadding="0" cellspacing="0" border="0">
<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%3danfczitmvyk%26mode%3drelated%26search%3d">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">20 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=anfczitmvyk&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=anfczitmvyk&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=anfczitmvyk','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=anfczitmvyk&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=anfczitmvyk&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">1,252</span> <div
class="statdivider">|</div>
comments: <span class="statval">15</span> <div
class="statdivider">|</div>
favorited: <span class="statval">39</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">31 clicks
from</span> <a rel="nofollow"
href="http://www.tokyopop.com/lamore/video/69398.html"
target="_top">http://www.tokyopop.com/lamore/video/69398.html</a></div>
<div class="statitem"><span class="label">15 clicks
from</span> <a rel="nofollow" href="http://www.myspace.com/shinigami_sugar"
target="_top">http://www.myspace.com/shinigami_sugar</a></div>
<div class="statitem"><span class="label">10 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/index.php?view=profile.showprofile&amp;ite
m=4165532"
target="_top">http://www.gaiaonline.com/profile/index.php?view=pro...</a></div>
<div class="statitem"><span class="label">8 clicks
from</span> <a rel="nofollow"
href="http://www.gaiaonline.com/profile/index.php?view=profile.showprofile&amp;ite
m=4186606"
target="_top">http://www.gaiaonline.com/profile/index.php?view=pro...</a></div>
<div class="statitem"><span class="label">7 clicks
from</span> <a rel="nofollow"
href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendi
d=9801674"
target="_top">http://profile.myspace.com/index.cfm?fuseaction=user...</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=anfczitmvyk"
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=anfczitmvyk&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=anfczitmvyk&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_g3j7-yn7s8q"> <!--


comment_div_id -->
<a name="g3j7-yn7s8q"/></a>
<div class="commententry" id="comment_g3j7-yn7s8q">
<div class="commenthead">
<b><a href="/user/abarainosa"
rel="nofollow">abarainosa</a></b>
<span class="smalltext"> (1 day ago) </span>
</div>
<div class="commentbody">
way to steal from like 4 different videos, still you
used them pretty well
</div>
<div class="commentaction smalltext">

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


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

</div>
<div id="div_comment_form_id_g3j7-yn7s8q">
</div>

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

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


<a name="3on_qcpdiri"/></a>
<div class="commententry" id="comment_3on_qcpdiri">
<div class="commenthead">
<b><a href="/user/miradodarkwarrior"
rel="nofollow">miradodarkwarrior</a></b>
<span class="smalltext"> (1 day ago) </span>
</div>
<div class="commentbody">
some parts didn't match with the music, but the video
was pretty good all together. i gave it a 3/5.
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_3on_qcpdiri" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_3on_qcpdiri">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_3on_qcpdiri', '3on_qcpdiri',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_3on_qcpdiri">
</div>

</div>
</div>
</div> <!-- comment_div_id -->
<div id="div_hw8vpggii48"> <!-- comment_div_id -->
<a name="hw8vpggii48"/></a>
<div class="commententry" id="comment_hw8vpggii48">
<div class="commenthead">
<b><a href="/user/pengotango"
rel="nofollow">pengotango</a></b>
<span class="smalltext"> (3 days ago) </span>
</div>
<div class="commentbody">
5/5!!! that was so perfect! went with naruto and
sasuke. (loves sasuke!!!) you shall be in my favorites! wee! great job!<3
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_hw8vpggii48">
</div>

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

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


<a name="zzlanmmonrg"/></a>
<div class="commententry" id="comment_zzlanmmonrg">
<div class="commenthead">
<b><a href="/user/darkespio"
rel="nofollow">darkespio</a></b>
<span class="smalltext"> (3 days ago) </span>
</div>
<div class="commentbody">
that was so beautiful *tears*
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_zzlanmmonrg">
</div>

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

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


<a name="auiltdutq8k"/></a>
<div class="commententry" id="comment_auiltdutq8k">
<div class="commenthead">
<b><a href="/user/demonfoxx"
rel="nofollow">demonfoxx</a></b>
<span class="smalltext"> (3 days ago) </span>
</div>
<div class="commentbody">
this is good arangement but start making your own or
ppl are going to get mad when they see the clips in other amvs
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_auiltdutq8k">
</div>

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

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


<a name="lpgqfsxdtj8"/></a>
<div class="commententry" id="comment_lpgqfsxdtj8">
<div class="commenthead">
<b><a href="/user/dragonjg" rel="nofollow">dragonjg</a></b>
<span class="smalltext"> (3 days ago) </span>
</div>
<div class="commentbody">
wow!!!dat rocks out loud
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_lpgqfsxdtj8">
</div>

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

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


<a name="qffjpe4hxgk"/></a>
<div class="commententry" id="comment_qffjpe4hxgk">
<div class="commenthead">
<b><a href="/user/sasukessexkitten"
rel="nofollow">sasukessexkitten</a></b>
<span class="smalltext"> (1 week ago) </span>
</div>
<div class="commentbody">
dat rocks out loud
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_qffjpe4hxgk">
</div>

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

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


<a name="jofoght7w3e"/></a>
<div class="commententry" id="comment_jofoght7w3e">
<div class="commenthead">
<b><a href="/user/ixlovexsesshomaru"
rel="nofollow">ixlovexsesshomaru</a></b>
<span class="smalltext"> (2 weeks ago) </span>
</div>
<div class="commentbody">
dude... that was frikin awesome.
</div>
<div class="commentaction smalltext">
<div class="commentaction smalltext"
id="container_comment_form_id_jofoght7w3e" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_jofoght7w3e">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_jofoght7w3e', 'jofoght7w3e',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_jofoght7w3e">
</div>

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

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


<a name="knsrgeafqc0"/></a>
<div class="commententry" id="comment_knsrgeafqc0">
<div class="commenthead">
<b><a href="/user/00ditzyangel00"
rel="nofollow">00ditzyangel00</a></b>
<span class="smalltext"> (3 weeks ago) </span>
</div>
<div class="commentbody">
ah sweet ^^ like the vid, also i just got this cd
yesterday lol
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


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

</div>
<div id="div_comment_form_id_knsrgeafqc0">
</div>

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

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


<a name="6szdrrjncik"/></a>
<div class="commententry" id="comment_6szdrrjncik">
<div class="commenthead">
<b><a href="/user/drew1993" rel="nofollow">drew1993</a></b>
<span class="smalltext"> (3 weeks ago) </span>
</div>
<div class="commentbody">
amazzing man its was absolel good check out my
vids man
</div>
<div class="commentaction smalltext">

<div class="commentaction smalltext"


id="container_comment_form_id_6szdrrjncik" style="display: none"> </div> <!--
container id -->
<div class="commentaction smalltext"
id="reply_comment_form_id_6szdrrjncik">
(<a href="#"
onclick="showcommentreplyform('comment_form_id_6szdrrjncik', '6szdrrjncik',
false); return false;" class="elink" rel="nofollow">reply</a>) &#160;

</div>
<div id="div_comment_form_id_6szdrrjncik">
</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=anfczitmvyk&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=anfczitmvyk&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=anfczitmvyk&fromurl=/watch%3fv%3danfczitmvyk
%26mode%3drelated%26search%3d" onclick="_hblink('view+all+comments','watch');"
rel="nofollow">view all 15 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=gamer
girl2006&axt=5hd7fo1kb6dqyyb4duyre5wxjwb8mte3njk5ntqzoq=='); return false;"
title="subscribe to gamergirl2006's videos"><img
src="/img/btn_subscribe_sm_yellow_99x16.gif" width="99" height="16"
class="alignmid" alt="subscribe" border="0" title="subscribe to gamergirl2006's
videos"></a></div>
<div id="emptydiv"> <div
id="subscribecount" class="smalltext">to gamergirl2006</div>
</div>
</div> <!-- end subscribediv -->

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

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


<div id="viddescdiv">
<span id="viddescbegin">
a video i made about sasuke and narut...
</span>
<span id="viddescremain">a video i made about sasuke and
naruto's rivalry. i got the clips from animemusicvideos.org</span>
<span id="viddescmore" class="smalltext"> (<a href="#"
class="elink" onclick="showinline('viddescremain'); hideinline('viddescmore');
hideinline('viddescbegin'); showinline('viddescless'); return false;"
rel="nofollow">more</a>)</span>
<span id="viddescless" class="smalltext">(<a href="#"
class="elink" onclick="hideinline('viddescremain'); hideinline('viddescless');
showinline('viddescbegin'); showinline('viddescmore'); return false;"
rel="nofollow">less</a>)</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=naruto" class="dg">naruto</a> &nbsp; <a
href="/results?search_query=red" class="dg">red</a> &nbsp; <a
href="/results?search_query=breath" class="dg">breath</a>
</span>
<span id="vidtagsremain">
<a href="/results?search_query=into" class="dg">into</a> &nbsp;<a
href="/results?search_query=me" class="dg">me</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=anfczitmvyk" 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/anfczitmvyk"></param><param name="wmode"
value="transparent"></param><embed src="http://www.youtube.com/v/anfczitmvyk"
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 191</td>
<td align="right" class="smalltext"><a
href="/results?search=related&search_query=sasuke%20naruto%20red%20breath%20into%2
0me&v=anfczitmvyk">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://sjl-
static10.sjl.youtube.com/vi/7tqnjirdtba/2.jpg";

img = document.getelementbyid("side_img_6");
img.src =
"http://img.youtube.com/vi/9lv_dry1ibk/2.jpg";

img = document.getelementbyid("side_img_7");
img.src = "http://sjc-
static6.sjc.youtube.com/vi/3t7dlmxu0te/2.jpg";

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

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

img = document.getelementbyid("side_img_10");
img.src = "http://sjc-
static4.sjc.youtube.com/vi/7qxskassreu/2.jpg";

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

img = document.getelementbyid("side_img_12");
img.src =
"http://img.youtube.com/vi/4ftbxti4o5w/2.jpg";

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

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

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

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

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

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

img = document.getelementbyid("side_img_19");
img.src =
"http://img.youtube.com/vi/oj6ltnxfnak/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=vzljgj2ulje&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/vzljgj2ulje/2.jpg" /></a>
</div>
<div id="add_img_vzljgj2ulje" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('vzljgj2ulje', 1);print_quicklist_video('http://sjc-
static14.sjc.youtube.com/vi/vzljgj2ulje/2.jpg',document.getelementbyid('video_titl
e_text_0_11376_346').innerhtml,'zelgadis','vzljgj2ulje','05:46');_hblink('quicklis
t+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_vzljgj2ulje" border="0"
onmouseover="mouse_over_add_icon('vzljgj2ulje');return false;"
onmouseout="mouse_out_add_icon('vzljgj2ulje');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=vzljgj2ulje&mode=related&search=" id="video_title_text_0_11376_346"
rel="nofollow">scar - crawling [remix]</a><br/>
<span class="runtime">05:46</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/zelgadis" class="dg" rel="nofollow">zelgadis</a><br/>
<span class="graytext">views:</span> 11376
</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=wlihfj7iteg&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/wlihfj7iteg/2.jpg" /></a>
</div>
<div id="add_img_wlihfj7iteg" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('wlihfj7iteg',
1);print_quicklist_video('http://img.youtube.com/vi/wlihfj7iteg/2.jpg',document.ge
telementbyid('video_title_text_1_10936_214').innerhtml,'animedreamer1652','wlihfj7
iteg','03:34');_hblink('quicklist+addto','watch');return false;" title="add video
to quicklist" rel="nofollow"><img id="add_button_wlihfj7iteg" border="0"
onmouseover="mouse_over_add_icon('wlihfj7iteg');return false;"
onmouseout="mouse_out_add_icon('wlihfj7iteg');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=wlihfj7iteg&mode=related&search=" id="video_title_text_1_10936_214"
rel="nofollow">naruto- breathe into me</a><br/>
<span class="runtime">03:34</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/animedreamer1652" class="dg" rel="nofollow">animedreamer1652</a><br/>
<span class="graytext">views:</span> 10936
</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=ol50ddcsjmo&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/ol50ddcsjmo/2.jpg" /></a>
</div>
<div id="add_img_ol50ddcsjmo" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('ol50ddcsjmo', 1);print_quicklist_video('http://sjc-
static10.sjc.youtube.com/vi/ol50ddcsjmo/2.jpg',document.getelementbyid('video_titl
e_text_2_1818281_117').innerhtml,'islandofmystery','ol50ddcsjmo','01:57');_hblink(
'quicklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_ol50ddcsjmo" border="0"
onmouseover="mouse_over_add_icon('ol50ddcsjmo');return false;"
onmouseout="mouse_out_add_icon('ol50ddcsjmo');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=ol50ddcsjmo&mode=related&search="
id="video_title_text_2_1818281_117" rel="nofollow">the simpsons movie trailer
#3</a><br/>
<span class="runtime">01:57</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/islandofmystery" class="dg" rel="nofollow">islandofmystery</a><br/>
<span class="graytext">views:</span> 1818281
</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=ezpsriuqhwk&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://sjl-static13.sjl.youtube.com/vi/ezpsriuqhwk/2.jpg"
/></a>
</div>
<div id="add_img_ezpsriuqhwk" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('ezpsriuqhwk', 1);print_quicklist_video('http://sjl-
static13.sjl.youtube.com/vi/ezpsriuqhwk/2.jpg',document.getelementbyid('video_titl
e_text_3_5544_62').innerhtml,'twistedmyth','ezpsriuqhwk','01:02');_hblink('quickli
st+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_ezpsriuqhwk" border="0"
onmouseover="mouse_over_add_icon('ezpsriuqhwk');return false;"
onmouseout="mouse_out_add_icon('ezpsriuqhwk');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=ezpsriuqhwk&mode=related&search=" id="video_title_text_3_5544_62"
rel="nofollow">ice cream mr burns</a><br/>
<span class="runtime">01:02</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/twistedmyth" class="dg" rel="nofollow">twistedmyth</a><br/>
<span class="graytext">views:</span> 5544
</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=k0x7fj6gwjk&mode=related&search="
onclick="_hblink('relatedvideo','exploremore');" rel="nofollow"><img
class="vimgsm" src="http://img.youtube.com/vi/k0x7fj6gwjk/2.jpg" /></a>
</div>
<div id="add_img_k0x7fj6gwjk" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('k0x7fj6gwjk', 1);print_quicklist_video('http://sjl-
static12.sjl.youtube.com/vi/k0x7fj6gwjk/2.jpg',document.getelementbyid('video_titl
e_text_4_845_89').innerhtml,'3v1ln4rf','k0x7fj6gwjk','01:29');_hblink('quicklist+a
ddto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_k0x7fj6gwjk" border="0"
onmouseover="mouse_over_add_icon('k0x7fj6gwjk');return false;"
onmouseout="mouse_out_add_icon('k0x7fj6gwjk');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=k0x7fj6gwjk&mode=related&search=" id="video_title_text_4_845_89"
rel="nofollow">simpsons "it fell off a truck-truck-truck"</a><br/>
<span class="runtime">01:29</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/3v1ln4rf" class="dg" rel="nofollow">3v1ln4rf</a><br/>
<span class="graytext">views:</span> 845
</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=7tqnjirdtba&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_7tqnjirdtba" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('7tqnjirdtba', 1);print_quicklist_video('http://sjl-
static10.sjl.youtube.com/vi/7tqnjirdtba/2.jpg',document.getelementbyid('video_titl
e_text_5_1952_251').innerhtml,'tigercrazy21','7tqnjirdtba','04:11');_hblink('quick
list+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_7tqnjirdtba" border="0"
onmouseover="mouse_over_add_icon('7tqnjirdtba');return false;"
onmouseout="mouse_out_add_icon('7tqnjirdtba');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=7tqnjirdtba&mode=related&search=" id="video_title_text_5_1952_251"
rel="nofollow">my "with you" remix- linkin park video</a><br/>
<span class="runtime">04:11</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/tigercrazy21" class="dg" rel="nofollow">tigercrazy21</a><br/>
<span class="graytext">views:</span> 1952
</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=9lv_dry1ibk&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_9lv_dry1ibk" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('9lv_dry1ibk', 1);print_quicklist_video('http://sjl-
static4.sjl.youtube.com/vi/9lv_dry1ibk/2.jpg',document.getelementbyid('video_title
_text_6_1544_214').innerhtml,'ookamirider','9lv_dry1ibk','03:34');_hblink('quickli
st+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_9lv_dry1ibk" border="0"
onmouseover="mouse_over_add_icon('9lv_dry1ibk');return false;"
onmouseout="mouse_out_add_icon('9lv_dry1ibk');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=9lv_dry1ibk&mode=related&search=" id="video_title_text_6_1544_214"
rel="nofollow">breath into me, naruto and sasuke</a><br/>
<span class="runtime">03:34</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/ookamirider" class="dg" rel="nofollow">ookamirider</a><br/>
<span class="graytext">views:</span> 1544
</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=3t7dlmxu0te&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_3t7dlmxu0te" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('3t7dlmxu0te',
1);print_quicklist_video('http://img.youtube.com/vi/3t7dlmxu0te/2.jpg',document.ge
telementbyid('video_title_text_7_4930_214').innerhtml,'siretaindisguise','3t7dlmxu
0te','03:34');_hblink('quicklist+addto','watch');return false;" title="add video
to quicklist" rel="nofollow"><img id="add_button_3t7dlmxu0te" border="0"
onmouseover="mouse_over_add_icon('3t7dlmxu0te');return false;"
onmouseout="mouse_out_add_icon('3t7dlmxu0te');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=3t7dlmxu0te&mode=related&search=" id="video_title_text_7_4930_214"
rel="nofollow">breathe into me-- sasusaku</a><br/>
<span class="runtime">03:34</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/siretaindisguise" class="dg" rel="nofollow">siretaindisguise</a><br/>
<span class="graytext">views:</span> 4930
</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=gkyafgdhz64&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_gkyafgdhz64" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('gkyafgdhz64', 1);print_quicklist_video('http://sjl-
static6.sjl.youtube.com/vi/gkyafgdhz64/2.jpg',document.getelementbyid('video_title
_text_8_4597_276').innerhtml,'darkrosecatgirl','gkyafgdhz64','04:36');_hblink('qui
cklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_gkyafgdhz64" border="0"
onmouseover="mouse_over_add_icon('gkyafgdhz64');return false;"
onmouseout="mouse_out_add_icon('gkyafgdhz64');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=gkyafgdhz64&mode=related&search=" id="video_title_text_8_4597_276"
rel="nofollow">elfen lied - nemo</a><br/>
<span class="runtime">04:36</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/darkrosecatgirl" class="dg" rel="nofollow">darkrosecatgirl</a><br/>
<span class="graytext">views:</span> 4597
</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=wj1cgqhhrpy&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_wj1cgqhhrpy" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('wj1cgqhhrpy', 1);print_quicklist_video('http://sjl-
static2.sjl.youtube.com/vi/wj1cgqhhrpy/2.jpg',document.getelementbyid('video_title
_text_9_2113_380').innerhtml,'deathsmurderess','wj1cgqhhrpy','06:20');_hblink('qui
cklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_wj1cgqhhrpy" border="0"
onmouseover="mouse_over_add_icon('wj1cgqhhrpy');return false;"
onmouseout="mouse_out_add_icon('wj1cgqhhrpy');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=wj1cgqhhrpy&mode=related&search=" id="video_title_text_9_2113_380"
rel="nofollow">sakura's tears- a sasuke and sakura tribute</a><br/>
<span class="runtime">06:20</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/deathsmurderess" class="dg" rel="nofollow">deathsmurderess</a><br/>
<span class="graytext">views:</span> 2113
</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=7qxskassreu&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_7qxskassreu" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('7qxskassreu', 1);print_quicklist_video('http://sjc-
static4.sjc.youtube.com/vi/7qxskassreu/2.jpg',document.getelementbyid('video_title
_text_10_8302_226').innerhtml,'summerisonfire','7qxskassreu','03:46');_hblink('qui
cklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_7qxskassreu" border="0"
onmouseover="mouse_over_add_icon('7qxskassreu');return false;"
onmouseout="mouse_out_add_icon('7qxskassreu');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=7qxskassreu&mode=related&search=" id="video_title_text_10_8302_226"
rel="nofollow">sasuke & sakura: "valediction" goodbye</a><br/>
<span class="runtime">03:46</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/summerisonfire" class="dg" rel="nofollow">summerisonfire</a><br/>
<span class="graytext">views:</span> 8302
</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=l2loveqbw5q&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_l2loveqbw5q" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('l2loveqbw5q', 1);print_quicklist_video('http://sjc-
static11.sjc.youtube.com/vi/l2loveqbw5q/2.jpg',document.getelementbyid('video_titl
e_text_11_17483_262').innerhtml,'narle','l2loveqbw5q','04:22');_hblink('quicklist+
addto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_l2loveqbw5q" border="0"
onmouseover="mouse_over_add_icon('l2loveqbw5q');return false;"
onmouseout="mouse_out_add_icon('l2loveqbw5q');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=l2loveqbw5q&mode=related&search="
id="video_title_text_11_17483_262" rel="nofollow">björk - hidden place</a><br/>
<span class="runtime">04:22</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/narle"
class="dg" rel="nofollow">narle</a><br/>
<span class="graytext">views:</span> 17483
</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=4ftbxti4o5w&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_4ftbxti4o5w" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('4ftbxti4o5w', 1);print_quicklist_video('http://sjl-
static14.sjl.youtube.com/vi/4ftbxti4o5w/2.jpg',document.getelementbyid('video_titl
e_text_12_7933_112').innerhtml,'xhyuugahinatax','4ftbxti4o5w','01:52');_hblink('qu
icklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_4ftbxti4o5w" border="0"
onmouseover="mouse_over_add_icon('4ftbxti4o5w');return false;"
onmouseout="mouse_out_add_icon('4ftbxti4o5w');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=4ftbxti4o5w&mode=related&search=" id="video_title_text_12_7933_112"
rel="nofollow">naruto chuunin battles ~ explosive</a><br/>
<span class="runtime">01:52</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/xhyuugahinatax" class="dg" rel="nofollow">xhyuugahinatax</a><br/>
<span class="graytext">views:</span> 7933
</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=h1ss1tmxf38&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_h1ss1tmxf38" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('h1ss1tmxf38', 1);print_quicklist_video('http://sjl-
static14.sjl.youtube.com/vi/h1ss1tmxf38/2.jpg',document.getelementbyid('video_titl
e_text_13_25943_52').innerhtml,'dico87','h1ss1tmxf38','00:52');_hblink('quicklist+
addto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_h1ss1tmxf38" border="0"
onmouseover="mouse_over_add_icon('h1ss1tmxf38');return false;"
onmouseout="mouse_out_add_icon('h1ss1tmxf38');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=h1ss1tmxf38&mode=related&search=" id="video_title_text_13_25943_52"
rel="nofollow">nuclear bomb</a><br/>
<span class="runtime">00:52</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/dico87"
class="dg" rel="nofollow">dico87</a><br/>
<span class="graytext">views:</span> 25943
</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=2ziiat5qlek&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_2ziiat5qlek" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('2ziiat5qlek', 1);print_quicklist_video('http://sjc-
static14.sjc.youtube.com/vi/2ziiat5qlek/2.jpg',document.getelementbyid('video_titl
e_text_14_573_202').innerhtml,'kingbcm13masterofall','2ziiat5qlek','03:22');_hblin
k('quicklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_2ziiat5qlek" border="0"
onmouseover="mouse_over_add_icon('2ziiat5qlek');return false;"
onmouseout="mouse_out_add_icon('2ziiat5qlek');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=2ziiat5qlek&mode=related&search=" id="video_title_text_14_573_202"
rel="nofollow">just like you</a><br/>
<span class="runtime">03:22</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/kingbcm13masterofall" class="dg"
rel="nofollow">kingbcm13masterofall</a><br/>
<span class="graytext">views:</span> 573
</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=c_rughhcbuo&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_c_rughhcbuo" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('c_rughhcbuo',
1);print_quicklist_video('http://img.youtube.com/vi/c_rughhcbuo/2.jpg',document.ge
telementbyid('video_title_text_15_758_216').innerhtml,'killa5384','c_rughhcbuo','0
3:36');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_c_rughhcbuo" border="0"
onmouseover="mouse_over_add_icon('c_rughhcbuo');return false;"
onmouseout="mouse_out_add_icon('c_rughhcbuo');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=c_rughhcbuo&mode=related&search=" id="video_title_text_15_758_216"
rel="nofollow">red-breathe into me-sasuke x sakura-naruto</a><br/>
<span class="runtime">03:36</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/killa5384" class="dg" rel="nofollow">killa5384</a><br/>
<span class="graytext">views:</span> 758
</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=ix2mhutmvdk&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_ix2mhutmvdk" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('ix2mhutmvdk', 1);print_quicklist_video('http://sjl-
static12.sjl.youtube.com/vi/ix2mhutmvdk/2.jpg',document.getelementbyid('video_titl
e_text_16_2271_224').innerhtml,'drasticsoul98','ix2mhutmvdk','03:44');_hblink('qui
cklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_ix2mhutmvdk" border="0"
onmouseover="mouse_over_add_icon('ix2mhutmvdk');return false;"
onmouseout="mouse_out_add_icon('ix2mhutmvdk');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=ix2mhutmvdk&mode=related&search=" id="video_title_text_16_2271_224"
rel="nofollow">naruto chunin exams breathe into me</a><br/>
<span class="runtime">03:44</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/drasticsoul98" class="dg" rel="nofollow">drasticsoul98</a><br/>
<span class="graytext">views:</span> 2271
</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=nypa0k60e2s&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_nypa0k60e2s" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('nypa0k60e2s', 1);print_quicklist_video('http://sjc-
static14.sjc.youtube.com/vi/nypa0k60e2s/2.jpg',document.getelementbyid('video_titl
e_text_17_140_213').innerhtml,'dkmikox','nypa0k60e2s','03:33');_hblink('quicklist+
addto','watch');return false;" title="add video to quicklist" rel="nofollow"><img
id="add_button_nypa0k60e2s" border="0"
onmouseover="mouse_over_add_icon('nypa0k60e2s');return false;"
onmouseout="mouse_out_add_icon('nypa0k60e2s');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=nypa0k60e2s&mode=related&search=" id="video_title_text_17_140_213"
rel="nofollow">breathe into me::a naruto and sasuke tribute</a><br/>
<span class="runtime">03:33</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/dkmikox"
class="dg" rel="nofollow">dkmikox</a><br/>
<span class="graytext">views:</span> 140
</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=9vcs7or7x7a&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_9vcs7or7x7a" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('9vcs7or7x7a', 1);print_quicklist_video('http://sjl-
static16.sjl.youtube.com/vi/9vcs7or7x7a/2.jpg',document.getelementbyid('video_titl
e_text_18_1381_214').innerhtml,'brittenymuniz51','9vcs7or7x7a','03:34');_hblink('q
uicklist+addto','watch');return false;" title="add video to quicklist"
rel="nofollow"><img id="add_button_9vcs7or7x7a" border="0"
onmouseover="mouse_over_add_icon('9vcs7or7x7a');return false;"
onmouseout="mouse_out_add_icon('9vcs7or7x7a');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=9vcs7or7x7a&mode=related&search=" id="video_title_text_18_1381_214"
rel="nofollow">naruto amv red- breath into me</a><br/>
<span class="runtime">03:34</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/brittenymuniz51" class="dg" rel="nofollow">brittenymuniz51</a><br/>
<span class="graytext">views:</span> 1381
</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=oj6ltnxfnak&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_oj6ltnxfnak" class="addtoqlrelatedie">
<a href="#"
onclick="clicked_add_icon('oj6ltnxfnak',
1);print_quicklist_video('http://img.youtube.com/vi/oj6ltnxfnak/2.jpg',document.ge
telementbyid('video_title_text_19_380_220').innerhtml,'aisurukira','oj6ltnxfnak','
03:40');_hblink('quicklist+addto','watch');return false;" title="add video to
quicklist" rel="nofollow"><img id="add_button_oj6ltnxfnak" border="0"
onmouseover="mouse_over_add_icon('oj6ltnxfnak');return false;"
onmouseout="mouse_out_add_icon('oj6ltnxfnak');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=oj6ltnxfnak&mode=related&search=" id="video_title_text_19_380_220"
rel="nofollow">sasuke, hinata, naruto and sakura</a><br/>
<span class="runtime">03:40</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/aisurukira" class="dg" rel="nofollow">aisurukira</a><br/>
<span class="graytext">views:</span> 380
</div>
</div></td>
</tr></table>
</div> <!-- end vwatchentry -->

</div>

<table class="showingtable"><tr>
<td class="smalltext">showing 1-20 of 191</td>
<td align="right" class="smalltext"><a
href="/results?search=related&search_query=sasuke%20naruto%20red%20breath%20into%2
0me&v=anfczitmvyk">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?po0dobf95ivp4cfbyucf_12oircjyxx1qbyjmw9p0ioi-alzrxedsjzxor-lnwl-
4n_plp4-bho64wkoq15_xbd2kduzkgjjbzgnlhpp-gbfj7_wod_1qhz9kfri-gtzpzo-
bzxbaor52mkiyh_et4-c1sg9zfbnsnyuruadek_isfmzacz2jhvomr4roq7cycogfe03mek="
target="_parent" name="&lid=dv+-+pingpongremix+-+flamehead&lpos=watch-s0"
rel="nofollow"><img src="http://sjc-static17.sjc.youtube.com/vi/pbmx0kxvhbw/2.jpg"
class="vimgmd"></a></div>
<div class="title">
<b><a href="/cthru?po0dobf95ivp4cfbyucf_12oircjyxx1qbyjmw9p0ioi-
alzrxedsjzxor-lnwl-4n_plp4-bho64wkoq15_xbd2kduzkgjjbzgnlhpp-gbfj7_wod_1qhz9kfri-
gtzpzo-bzxbaor52mkiyh_et4-c1sg9zfbnsnyuruadek_isfmzacz2jhvomr4roq7cycogfe03mek="
target="_parent" name="&lid=dv+-+pingpongremix+-+flamehead&lpos=watch-s0"
rel="nofollow">ping pong (remix)</a></b><br>
<span class="runtime">03:26</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/flamehead"
class="dg" name="&lid=directorchannellink&lpos=watch-s0"
rel="nofollow">flamehead</a>
</div>
</div>
<div class="dvidentry">
<div><a href="/cthru?ynihi-
a8tfeduozfigdk4uzusk_1gkgpagdpkwb4j9yfgilr3ka2zltbswludc4cco1uwsdm7b_fyp-
6mecgcbnkmaddozcbsb7ngd7kkytxg6p18_drbjcimpswlhqjwlk0tbbvj01oxcdzxj5u9lvry6h1lgasl
0u3o0sbpxmq9aahw2hzza==" target="_parent" name="&lid=dv+-
+howtomakeyourfacelookevenbrightandflawless+-+fordmodels&lpos=watch-s1"
rel="nofollow"><img src="http://img.youtube.com/vi/casyez56vpa/2.jpg"
class="vimgmd"></a></div>
<div class="title">
<b><a href="/cthru?ynihi-
a8tfeduozfigdk4uzusk_1gkgpagdpkwb4j9yfgilr3ka2zltbswludc4cco1uwsdm7b_fyp-
6mecgcbnkmaddozcbsb7ngd7kkytxg6p18_drbjcimpswlhqjwlk0tbbvj01oxcdzxj5u9lvry6h1lgasl
0u3o0sbpxmq9aahw2hzza==" target="_parent" name="&lid=dv+-
+howtomakeyourfacelookevenbrightandflawless+-+fordmodels&lpos=watch-s1"
rel="nofollow">how to: make your face look even, bright, and flawless</a></b><br>
<span class="runtime">01:16</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/fordmodels"
class="dg" name="&lid=directorchannellink&lpos=watch-s1"
rel="nofollow">fordmodels</a>
</div>
</div>
<div class="dvidentry">
<div><a
href="/cthru?ez9dszbjoohbefaj6cqsnqcarj864hqhp2vgyczfinrecd-
3rx6apkocyfeugb3gccawsox_hb0ccinlpziqa7uxiondnpataqgc7_imtaswsx2khppikah8kn4crucbr
gdgcen2hl8qvretjk-kmyxr-y_rjidtsr1-palqevasjkjh0hvqp-v9vib4awzjp9e9h25jgnk="
target="_parent" name="&lid=dv+-+odetozachbraff+-+supersecretproject&lpos=watch-
s2" rel="nofollow"><img src="http://img.youtube.com/vi/3_gebfhutlw/2.jpg"
class="vimgmd"></a></div>
<div class="title">
<b><a
href="/cthru?ez9dszbjoohbefaj6cqsnqcarj864hqhp2vgyczfinrecd-
3rx6apkocyfeugb3gccawsox_hb0ccinlpziqa7uxiondnpataqgc7_imtaswsx2khppikah8kn4crucbr
gdgcen2hl8qvretjk-kmyxr-y_rjidtsr1-palqevasjkjh0hvqp-v9vib4awzjp9e9h25jgnk="
target="_parent" name="&lid=dv+-+odetozachbraff+-+supersecretproject&lpos=watch-
s2" rel="nofollow">ode to zach braff</a></b><br>
<span class="runtime">03:43</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a
href="/user/supersecretproject" class="dg"
name="&lid=directorchannellink&lpos=watch-s2"
rel="nofollow">supersecretproject</a>
</div>
</div>
<div class="dvidentry">
<div><a
href="/cthru?szp9nck9fcwizoyqi1sgxoskvs6lteggp9cit5ddwoqdtzt7cypske7i0xrj8khubfdd8
gxtd4tzdidyk72_xaxidx3vr3okjnyrrtrh3_vzrtjxfz29ssdm5end0di2cvogosxqh2tvqvfcfnomaq0
qjidopzcfansur8rtgsyyoliu6ecshlm_1g9yhkgl1mcg9owrmqi=" target="_parent"
name="&lid=dv+-+thegreatestswordsmanthateverlived+-+davidjrcom&lpos=watch-s3"
rel="nofollow"><img src="http://sjc-static13.sjc.youtube.com/vi/49h-0u7hycy/2.jpg"
class="vimgmd"></a></div>
<div class="title">
<b><a
href="/cthru?szp9nck9fcwizoyqi1sgxoskvs6lteggp9cit5ddwoqdtzt7cypske7i0xrj8khubfdd8
gxtd4tzdidyk72_xaxidx3vr3okjnyrrtrh3_vzrtjxfz29ssdm5end0di2cvogosxqh2tvqvfcfnomaq0
qjidopzcfansur8rtgsyyoliu6ecshlm_1g9yhkgl1mcg9owrmqi=" target="_parent"
name="&lid=dv+-+thegreatestswordsmanthateverlived+-+davidjrcom&lpos=watch-s3"
rel="nofollow">the greatest swordsman that ever lived</a></b><br>
<span class="runtime">04:06</span>
</div>
<div class="facets">
<span class="graytext">from:</span> <a href="/user/davidjrcom"
class="dg" name="&lid=directorchannellink&lpos=watch-s3"
rel="nofollow">davidjrcom</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>

Das könnte Ihnen auch gefallen