<?php

$title = 'Lagu.mobi Free Mobile Mp3 Download';
$idd = $_GET['cid'];

?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title><?php if($ohhohh) { echo $ohhohh." - "; } echo $title;?></title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link href="resources/styles/reset.css" rel="stylesheet" type="text/css" />
		<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />
		<script type="text/javascript" src="resources/scripts/templates.js"></script>
		<script type="text/javascript">
			function init() {
				var myAccordionList = new AccordionList("accordion");
				var myStyleTweaks = new StyleTweaker();
				myStyleTweaks.add("Series60/5.0", "../resources/styles/tweaks/S605th.css");
				myStyleTweaks.add("Series60/3.2", "../resources/styles/tweaks/S603rdFP2.css");
				myStyleTweaks.add("AppleWebKit/420+", "../resources/styles/tweaks/S406th.css");
				myStyleTweaks.add("N900", "../resources/styles/tweaks/maemo.css");
				myStyleTweaks.add("Firefox/3.0a1 Tablet browser 0.3.7", "../resources/styles/tweaks/maemo.css");
				myStyleTweaks.add("Opera Mini/4", "../resources/styles/tweaks/operamini.css");
				myStyleTweaks.tweak();
			}
			addEvent("onload",init);
		</script>
	</head>
	<body>
	<div id="wrap">
	<div id="header">
	</div>
	<div id="content">
	<h1>Lagu.mobi - free mobile mp3 download</h1>

	<div class="home-banner">
	<!-- banner -->
	<img src="resources/images/logo.png" alt="Lagu.mobi" />
	</div>

	<div class="search">
			<form method="get" action="index.php">
			<input type="text" name="search" value="" />
			<input type="hidden" name="source" value="4shared"/>			<!-- button -->
			<input class="button-flat search-button" type="submit" value="Search"/>
			</form>
	</div>
	
	<?
if ($idd == 1){

echo '<h5>Billboard</h5>';
include('resources/charts/billboard.php');
echo '<div class="home"><a href="index.php">Home</a></div>';

 } elseif ($idd == 2 ){
	echo '<h5>Europe Chart</h5>';
include('resources/charts/europe.php');
echo '<div class="home"><a href="index.php">Home</a></div>';
	}
	
	elseif ($idd == 3){ 
	echo '<h5>US Chart</h5>';
include('resources/charts/usa.php');
echo '<div class="home"><a href="index.php">Home</a></div>';
	} else 
	{
	echo '<h5>Billboard</h5>';
include('resources/charts/billboard.php');
echo '<div class="home"><a href="index.php">Home</a></div>';

}
?>	
	<br/>
	</div>
	<ul class="nav-footer primary">
			<li><a href="index.php"> Home</a></li>
			<li><a href="http://php-search-engine.com/_mobile">Download Script</a></li>
			<li class="last"><a href="http://www.weblagu.com" title="Free Mp3 Download">Full Site</a></li>
		</ul>
	<div id="footer" class="ft-small">
	<p>&copy; 2012 Lagu.mobi | Powered by <a href="http://php-search-engine.com/"><font color="white">Php-Search-Engine.com</font></a></p>
	</div>
	</div>
	</body>
</html>