<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><?=$video->title." - ".$site_title?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="<?=$video->keywords?>">
<meta name="description" content="<?=$meta_description?>">
<base href="<?=$site_url?>" />
<link href="<?=$site_url?>templates/<?=$template?>/style.css" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="<?php echo $site_title; ?> Feed" href="<?php echo $site_url; ?>rss" />
<link rel="shortcut icon" href="<?=$site_url?>templates/<?=$template?>/images/favicon.ico">
<script type="text/javascript" src="<?=$site_url?>includes/prototype.js"></script>
<link href="<?=$site_url?>templates/<?=$template?>/dropdown/dropdown.css" media="all" rel="stylesheet" type="text/css" />
<link href="<?=$site_url?>templates/<?=$template?>/dropdown/themes/mainmenu/default.ultimate.css" media="all" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery/jquery.js"></script>
<!--[if lt IE 7]>
<script type="text/javascript" src="js/jquery/jquery.dropdown.js"></script>
<![endif]-->
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_source = 'rotwltter';
tweetmeme_service = 'bit.ly';
</script>
<script>
var RecaptchaOptions = {
theme : 'clean'
};
</script>
</head>
<body>
<?php error_reporting(0); ?>
<!-- Page Content -->
<div id="content">
<?php include("header.php"); ?>
<div id="left">
<div class="left_articles" style="text-align: center;">
<h2><?=$video->title?></h2>
<p>
<?=VideoDuration($video->length)?>
</p>
<table style="width: 100%; text-align: center; margin-top: 10px; margin-bottom: 10px;" cellspacing="0" cellpadding="0">
<tr><td colspan="2" style=\"width: 100%; text-align: center;\">
<script type='text/javascript' src='embed/swfobject.js'></script>
<div id='mediaspace'>Enable javascript.</div>
<script type='text/javascript'>
var s1 = new SWFObject('embed/player.swf','ply','620','387','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addVariable('file','http://www.youtube.com/watch?v=<?php echo $video_id; ?>&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999');
s1.addVariable('image','http://i4.ytimg.com/vi/<?php echo $video_id; ?>/0.jpg');
<?php if ($autoplay == "yes") { echo "s1.addVariable('autostart','true');"; } ?>
s1.addVariable('repeat','always');
s1.addVariable('stretching','fill');
s1.write('mediaspace');
</script>
</td></tr>
<tr>
<td style="width: 50%; text-align: center; padding-left: 60px;"><?=Stats('rating', $video_id)?></td>
<td style="width: 50%; text-align: center;"><?=ShowRating($video_id)?></td>
</tr>
</table>
</div>
<div class="left_articles">
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
<p><?=$meta_description.'...'?></p>
<p><small>Advertisement</small><br/>
<? include("ads_text.php"); ?>
</p>
<p>Video Tags</p>
<p>
<? VideoTags($video->keywords); ?></p>
<p><label for="embed_code">Add it on your site:</label></p>
<p>
<input id="embed_code" type="text" value='<embed src="<?=$site_url?>embed/player.swf" width="427" height="240" allowscriptaccess="always" allowfullscreen="true" flashvars="&file=http://www.youtube.com/watch?v=<?=$_GET['video_id'];?>&target=_blank&link=<?=$site_url?>&bufferlength=5&volume=60&autostart=false&displayclick=link&stretching=exactfit&backcolor=333333&frontcolor=cccccc&lightcolor=ffffff&screencolor=000000&type=video&image=http://i4.ytimg.com/vi/<?=$_GET['video_id'];?>/0.jpg" /><br><a href="<?=$site_url?>"><?=$site_title?></a>' onClick="javascript:this.select();" readonly />
</p>
</div>
<? if ($overall_tag == ""):
$recent_videos_limit = 30;
$result = dbquery("SELECT * FROM recent LIMIT ".$recent_videos_limit.""); $check = dbrows($result);
if ($check > 0) {
?>
<!-- Videos Being Watched Right Now -->
<div class="left_articles">
<marquee direction="left" onmouseover="this.stop()" onmouseout="this.start()"><?
while($row = dbarray($result)){
echo "
<a href=\"".$site_url.$row['video_id']."/".Friendly_URL($row['title']).".html\">
<img src=\"".$row['thumb']."\" style=\"margin-right: 10px; border: 0; width: 100px; height: 70px;\" />
</a>";
}
?></marquee>
</div>
<!-- Videos Being Watched Right Now / END -->
<?
}endif; ?>
<p><?=ShowCommenting($video_id, $video->title)?></p>
<?php include("video_comments.php"); ?>
</div>
<div id="right">
<div class="right_ads">
<?php include("ads.php"); ?>
</div>
<div class="right_articles" style="clear:both;">
<p class="title">Related Videos</p>
<p>
<div style="padding:2px; height:450px; overflow: auto;">
<table style="width: 100%; border: 0" cellspacing="0" cellpadding="0">
<?
$relatedFeed = simplexml_load_file($video->relatedURL.'?format=5');
$i = 0;
while($i<20){
$relatedVideo = parseVideoEntry($relatedFeed->entry[$i]);
$videoid = str_replace("http://www.youtube.com/watch?v=", "",$relatedVideo->watchURL);
$videoid = str_replace("&feature=youtube_gdata", "",$videoid);
if (empty($videoid) or empty($relatedVideo->thumbnailURL)) { $i++; } else {
$link = Friendly_URL($relatedVideo->title);
echo '
<tr>
<td style="width:101px; text-align: center;">
<a href="'.$videoid.'/'.$link.'.html">
<img src="'.$relatedVideo->thumbnailURL.'" style="width: 100px; height: 70px; border: 0;" alt="'.$relatedVideo->title.'" title="'.$relatedVideo->title.'" onmouseover="document.getElementById(\"relateds\").innerHTML=\"('.$relatedVideo->title.')\";" onmouseout="document.getElementById(\"relateds\").innerHTML=\"\";" />
</a>
</td>
<td style="padding-left: 3px;" valign="top">
<a href="'.$videoid.'/'.$link.'.html">'.$relatedVideo->title.'</a>
<div style="padding-top: 10px;">
Duration: '.VideoDuration($relatedVideo->length).'
</div>
</td>
</tr>';
$i++;
}
}
?>
</table>
</div>
</p>
</div>
</div>
<!-- Footer -->
<?php include("footer.php"); ?>
<!-- Footer / END -->
</div>
<!-- Page Content / END -->
</body>
</html>