<?php
include('login-validation.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="jukebox/jquery.js"></script>
<script type="text/javascript" src="jukebox/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="jukebox/Bpopup.js"></script>
<script type="text/javascript" src="jukebox/jquery.nivo.slider.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="jukebox/style.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="jukebox/nivo-slider.css" type="text/css" media="screen"/>
<title>JukeBox DB</title>
</head>
<body>
<div id="page" align="center">
<div id="pagecontent">
<div class="backcolor">
<?php
include('head.php');
include('bar.php');
include_once('sql_connection2.php');
$problem=connectdb2();
?>         
<div id="rightcontent">
<?php
include('rightbar.php');
?>
</div>

<div id="leftcontent">
<?php   
include('top-event-element.php');
include('top-artists.php');
include('borntoday-element.php');
?>     
</div>

<?php 
closedb2($con);
include("footer.php");
?>    
 
</div>
</div>
</div>
</div> 
</body>
</html>
<?php
if(!empty($problem)) echo "<script>window.alert('$problem')</script>";
?>