Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/air1/
Upload File :
Current File : /var/www/html/mmishra/mm/air1/a.php

<?php
//include function library
require("config.inc.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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo "[$webid] $title";?></title>
<meta name='author' content='<?php echo $author; ?>' />
<meta name='keywords' content='<?php echo $keywords; ?>' />
<meta name='description' content='<?php echo $description; ?>' />

<!--link rel='stylesheet' type='text/css' href='css/style1.css' media='screen' /-->
<link rel='stylesheet' type='text/css' href='css/white/jquerycssmenu.css' />
<link rel="stylesheet" type="text/css" href="css/templatemo_style.css" />

<!--[if lte IE 7]>
<style type='text/css'>
	html .jquerycssmenu{height: 1%;} /*for IE7 and below*/
</style>
<![endif]-->

<script type='text/javascript' src='js/white/jquery.min.js'></script>
<script type='text/javascript' src='js/white/jquerycssmenu.js'></script>
<script type='text/javascript' src='js/mm.js'></script>
<?php
	echo ajax();
?>
</head>
<body>
<form action='inner.php' method='post' enctype='multipart/form-data'> 

<div id="templatemo_wrapper_outer">
	<div id="templatemo_wrapper">
	    	<div id="templatemo_header">
            		<div id="site_title">
	                	<h1><img src='images/<?php echo $webid; ?>/logo.jpg' width='60' height='60' /> All India Radio Allahabad</h1>
            		</div> <!-- end of site_title -->
           		
			<div id="templatemo_menu"> 
				<div id='myjquerymenu' class='jquerycssmenu'>
				<?php
				echo hmenus($webid, $user, $role, 0);
				?>
				</div>
                    		<div class="cleaner"></div>
			</div>
		</div>   <!-- end of header -->
    
    
        	<div id="templatemo_main_wrapper">
            		<div id="templatemo_main">
                		<div id="content">
		                	<div class="post">
                    			    	<div class="post_meta">
                                                        <p>Contact<span><?php echo $contact; ?></span></p>
                                                        <p>Date<span><?php echo date("d M, Y"); ?></span></p>
                                                        <p>Hits<span><?php echo $counter; ?></span></p>
							<p><input type='text' id='query' name='query' size='14' value='search' 
							onfocus="clearText(this)" onblur="putText(this)" onkeyup="showPage('search',this.value,'<?php echo $webid; ?>')">
							<span><a href='#' onclick="showPage('sitemap','online','<?php echo $webid; ?>')">Sitemap</a></span></p>
                        			</div>
                        
                        			<div class="post_content">
                        				<h2>Welcome</h2>
                            				<img src="images/templatemo_image_02.jpg" alt="image" />
                          				<p>
							A national service planned, developed and operated by the Prasar Bharati Broadcasting Corporation of India
							</p>
							<p>
        						Sound broadcasting started in India in 1927 with the proliferation of private radio clubs. The operations of All India Radio began formally in 1936, as a government organisation, with clear objectives to inform, educate and entertain the masses.When India attained Independence in 1947, AIR had a network of six stations and a complement of 18 transmitters. The coverage was 2.5% of the area and just 11% of the population. Rapid expansion of the network took place post Independence.
							</p>
        						<p>AIR today has a network of 237 broadcasting centres with 149 medium frequency(MW), 54 high frequency (SW) and 177 FM transmitters. The coverage is 91.85% of the area , serving 99.18% of the people in the largest democracy of the world. AIR covers 24 Languages and 146 dialects in home services.  In Externel services, it covers 27 languages; 17 national and 10 foreign languages.
							</p>
                					<div class="btn_more">
								Please visit menu links above for more information.	
							</div>
                      				</div>
                    				<div class="cleaner"></div>
                    			</div> <!-- end of a post -->
                    			<div class="cleaner"></div>
                		</div> <!-- end of content -->
                
                		<div id="sidebar">
                			<div class="rss">
                    				<a href="#">Subscribe our Feed</a>
			                </div>
                			<div class="sidebar_box">
                    				<h3>Announcements</h3>
		        			<span class="tmo_list">
                				<?php
						echo announcements($webid);
						?>
		        			</span>
                    			</div><br><br>
					<div class="cleaner"></div> 
                			<div class="sidebar_box">
                    				<h3>News</h3>
		        			<span class="tmo_list">
                				<?php
						echo advertisements($webid);
						?>
		        			</span>
                    			</div>
                        
                		</div> <!-- end of sidebar -->
                		<div class="cleaner"></div>
            		</div>
        	</div> <!-- end of main wrapper -->
    	</div> <!-- end of wrapper -->
    
	<div id="templatemo_footer">
		<div class="footer_col_w200">
			<h3>Links</h3>
			<?php
			echo footer($webid);
			?>
	        </div>
		<div class="footer_col_w200">
			<h3>Thanks for Visit</h3>
		        <?php
			echo $footer;
			?>
		</div>
		<div class="footer_col_w400">
			<h3>Updations</h3>
		        <?php
			echo latestUpdations($webid);
			?>
		</div>
		<div class="cleaner"></div> 
	</div>
</div>
</form>
</body>
</html>