<?php
$site_id = $_GET["site_id"];
$place = "bottom";
$impression_link = "";
$click_link = "";
function getImpressionLink($code){
return "http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=" . $code . "&PluID=0&ord=" . time() . "&rtu=-1";
}
function getClickLink($code){
return "http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=" . $code . "&PluID=0&ord=" . time();
}
function setTrackingCodes($code){
global $impression_link;
global $click_link;
$impression_link = getImpressionLink($code);
$click_link = getClickLink($code);
}
switch($site_id){
case "dm_top_one":
setTrackingCodes("8449425");
break;
case "dm_top_two":
setTrackingCodes("8449426");
break;
case "dm_latest_one":
setTrackingCodes("8449427");
break;
case "lankadeepa_top_one":
setTrackingCodes("8449428");
break;
case "lankadeepa_top_two":
setTrackingCodes("8449429");
break;
case "lankadeepa_latest_one":
setTrackingCodes("8449430");
break;
case "tm_top_one":
setTrackingCodes("8449431");
break;
case "tm_top_two":
setTrackingCodes("8449432");
break;
case "tm_latest_one":
setTrackingCodes("8449433");
break;
case "ananmanan_home":
setTrackingCodes("8449434");
break;
case "ananmanan_mp3":
setTrackingCodes("8449435");
break;
case "ananmanan_lyrics":
setTrackingCodes("8449436");
break;
case "ananmanan_video":
setTrackingCodes("8449437");
break;
case "ananmanan_fonts":
setTrackingCodes("8449438");
break;
case "ananmanan_novels":
setTrackingCodes("8449439");
break;
case "elakiri_home_one":
setTrackingCodes("8449423");
break;
case "elakiri_home_two":
setTrackingCodes("8449424");
break;
case "miyurusara":
setTrackingCodes("8449440");
break;
case "musiclk_one":
setTrackingCodes("8449421");
break;
case "musiclk_two":
setTrackingCodes("8449422");
break;
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Closeup Deep Action - By CodeArtLove :: Creative Digital Solutions</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<meta name="description" content="" />
<meta name="author" content="CodeArtLove" />
<!-- <link rel="stylesheet" href="css/cssreset-context-min.css" type="text/css" /> -->
<link rel="stylesheet" href="css/style.css?v=3" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<!-- <script type="text/javascript" src="js/jquery-1.8.2.min.js"></script> -->
<script type="text/javascript" src="js/banner_dev.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24505873-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="<?php echo $click_link ?>" target="_blank">
<div id="banner-stage">
<!-- <div id="fb-like-box">
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FCloseUpSriLanka&width=30px&layout=standard&action=like&show_faces=false&share=false&height=35&appId=447112788739517" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:30pxpx; height:35px;" allowTransparency="true"></iframe>
</div> -->
<div id="clock"></div>
<div id="last-slide"></div>
<div id="click-button">Learn More</div>
</div>
</a>
<div id="impression-tracking" style="background:url(<?php echo $impression_link ?>);width:1px;height:1px;position:fixed;top:-500px"></div>
<div id="codeartlove-popup">
<div id="codeartlove-logo"></div>
<a href="http://www.codeartlove.com" target="_blank">by CodeArtLove :: Creative Digital Solutions</a>
</div>
</body>
</html>