File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/template.video_header.php
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><? echo $title; ?> at <? echo $sitename; ?></title>
<meta name="keywords" content="<? echo $metakeywords; ?>">
<meta name="description" content="<? echo $metadescription; ?>" />
<?
$bad = array('?','!',' ','&','*','$','#','@');
$good = array('','','-','','','','','');
if($rrow[photos] == 1) {
$link = "$basehttp/galleries/".strtolower(str_replace($bad,$good,$rrow[title]))."-".$rrow[record_num].".html";
} else {
$link = "$basehttp/videos/".strtolower(str_replace($bad,$good,$rrow[title]))."-".$rrow[record_num].".html";
}
?>
<link rel="canonical" href="<? echo $link; ?>">
<link rel="stylesheet" type="text/css" href="<? echo $basehttp; ?>/rating/css/rating.css">
<link href="<? echo $basehttp; ?>/css/style.css" rel="stylesheet" type="text/css">
<link href="<? echo $basehttp; ?>/css/add_on.css" rel="stylesheet" type="text/css">
<link href="<? echo $basehttp; ?>/css/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="<? echo $basehttp; ?>/js/behavior.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/rating.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/thumbchange.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/swfobject.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/videopage.php?id=<? echo $rrow[record_num]; ?>"></script>
<!--[if lt IE 8]><link href="<? echo $basehttp; ?>/css/styleie.css" rel="stylesheet" type="text/css" /><![endif]-->
<script type="text/javascript" src="<? echo $basehttp; ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/jquery.easing.min.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="<? echo $basehttp; ?>/js/jquery.lightbox-0.5.min.js"></script>
<script type="text/javascript">
$(function() {
$( "#photoGallery a").lightBox();
});
</script>
<link rel="stylesheet" type="text/css" href="<? echo $basehttp; ?>/css/style.css" />
<link rel="stylesheet" type="text/css" href="<? echo $basehttp; ?>/css/sprites.css" />
<style>
@import url('/font/futura.css');
</style>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script>
!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');
</script>
<script type="text/javascript" src="/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="/style.css" />
<script type="text/javascript">
$(document).ready(function() {
$("#various1").fancybox({
'titlePosition' : 'inside',
'transitionIn' : 'none',
'transitionOut' : 'none'
});
$("#various2").fancybox({
'titlePosition' : 'inside',
'transitionIn' : 'none',
'transitionOut' : 'none'
});
});
</script>
</head>
<body id="home" class="bg">
<? include($basepath.'/templates/template.nav.php'); ?>