<?php

$page= array();
$page['title'] = 'Central West Astronomical Society';

$path = '/commonFiles/phpfiles/';

include($_SERVER['DOCUMENT_ROOT'].$path.'header.php');

include($_SERVER['DOCUMENT_ROOT'].$path.'backlinks.php');


?>

<div id="body">
		
	<div id="top" style="width:850px; float:left; margin-left:10px">
		<!--h3 style="color: black">
		<a href="https://www.cwas.org.au/members/meetings/">Meetings</a> are held on the first Friday of every month (January excepted) from 7:30PM in the CSIRO Parkes Observatory Visitors Centre. All are welcome.
		</h3-->

  	<h3 style="color: black">
		<a href="cwas_calendar.html" target="_blank">Meetings</a> are held on the first Friday of every month (January excepted) from 7:30PM in the CSIRO Parkes Observatory Visitors Centre. All are welcome.
		</h3>
  
	</div>
	
	<div id="left" style="float:left; width:200px;">
		<a href="https://davidmalinawards.com/2023-cwas-astrofest/" target="_blank"><img src="astrofest/images/cwas_logo_2.gif" style="margin-left:10px; width: 170px"></a>
  <div style="clear:both; text-align: center"><font color=red><b>The 2023 CWAS AstroFest</b></font><br>Click for pictures of the event</div>
	</div>
	
	<div id="middle" style="float:left; width:300px;">
		<h3>Upcoming Events</h3>

                <center><a href="http://www.cwas.org.au/cwas_calendar.html" target="_blank"><img src="FOTD_small.jpg"></a><p>Click the image to view the<br>CWAS Calendar of Meetings and Events</center>
		<!--?
			$month= date(n); //Current month as a number
			$day= date(j); //Current day as a number

			$del=","; //Delimiter

			$fileName = "yearEvents.txt"; //File which contains the monthly meeting
			$fd = fopen($fileName, "r");
			while(!feof($fd)){
				$content = fgets($fd); //Read line
				$scont = explode($del, $content); //split line at spaces
				if((int)$scont[0]>=$month){
					if((int)$scont[0]==$month){ //If current month
						if((int)$scont[1]>=$day){ //Checks if this months meeting has been
							echo "<ul><li>".$scont[1]." ".$scont[2]." ".$scont[3]."</li></ul>"; //Display info
							$count++;
						}
					}
					else{ //If this months meeting has been show next months meeting
						if($count<4){
							echo "<ul><li>".$scont[1]." ".$scont[2]." ".$scont[3]."</li></ul>";
							$count++;
						}
					}
				}
			}
			fclose($fd);//Close file
		?-->
	</div>


<!--	<div id="right" style="float:left; width:345px">	
			<h3>Image Of The Month</h3>
			<table width="340px">
				<tr><td align="center"><a href="IOM.jpg" rel="lightbox" title="The Astro Boys, Parkes Observatory Open Day July 2009, by Christine Hill, Parkes Observatory Artist-in-Residence 2009"><img src="IOM.jpg" style="width:300px; margin-top:-20px" /></a></td></tr>
				<tr><td align="center" style="font-size:10px">The Astro Boys, Parkes Observatory Open Day July 2009, by Christine Hill, Parkes Observatory Artist-in-Residence 2009</td></tr>
			</table>
	</div>
</div> -->
	
	<div id="right" style="float:left; width:345px">	
			<h3>2023 CWAS "David Malin Awards"</h3>
			<table width="340px">
				<tr><td align="center"><a href="https://davidmalinawards.com/" rel="lightbox" title="The 2023 CWAS 'David Malin Awards'" target="_blank" ><img src="http://www.cwas.org.au/small_Overall_Winner_Nightscapes_Jong_Lee.jpg" style="height:200px; margin-top:-20px" /></a></td></tr>
				<tr><td align="center" style="font-size:10px">
			  <tr><td align="center" style="font-size:15px">Click on the image to view the winning images<br>of the 2023 CWAS "David Malin Awards"</td></tr>
			</table>
	</div>
</div>

<?php
include($_SERVER['DOCUMENT_ROOT'].$path.'footer.php');
?>