ÿþ<?php session_start(); include("conf.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="Main Page for the YLGS (Young London Goan Society" /> <meta name="keywords" content="ylgs,london,goan,society,goa,india" /> <meta name="author" content="Julian Gomes / Design Template: Gerhard Erbes / Email: gw@actamail.com/" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <title>YLGS Home</title> </head> <body> <div id="wrap"> <!-- HEADER --> <?php include("header.php"); ?> <!-- LEFT COLUMN --> <div id="left-column"> &nbsp; <script type="text/javascript"><!-- google_ad_client = "pub-2356793565122265"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text_image"; google_ad_channel = ""; google_color_border = "66CC33"; google_color_bg = "FFFFFF"; google_color_link = "8EB960"; google_color_text = "000000"; google_color_url = "008000"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <!-- MIDDLE COLUMN --> <div id="middle-column"> <div class="middle-column-box-full-standard"> <div class="middle-column-title-standard">Young, Goan and in London?</div> <p>This is the online home of the Young London Goans Society (YLGS).</p> <p>Our name reflects where we started  but we welcome everyone; Goans and friends of Goans alike.</p> <p>We run regular <a href="events.php">Events</a>  usually a relaxed get-together somewhere in London on the last Friday of each month. Check out the <a href="gallery.php">Gallery</a> for what we get up to.</p> </div> <!--<img src="img/xmasFlyer2009.JPG" alt="YLGS BOAT PARTY 2009" />--> <br /><br /> <div class="middle-column-box-full-standard"> <div class="middle-column-title-standard">Want to join us?</div> <p><a href="prereg.php">Register</a> to be added to our email list for updates about <a href="events.php">Events</a>, and other <a href="news.php">news</a> we think you'll be interested in.</p> <p>Registering also allows you to access more of this site, including the ability to comment on and rate photos, add your very own fave konkani phrases and links to websites you think other members will be interested in.</p> </div> <div class="middle-column-box-full-standard"> <div class="middle-column-title-standard">About the YLGS</div> <p>Click <a href="about.php">About</a> to see how we started and <a href="committee.php">Committee</a> for more about how we run, and get things done.</p> <p>If you have any questions  please read the <a href="contact.php">FAQ</a> or if this doesn't answer your questions, <a href="contact.php">Contact Us</a>.</p> </div> <!-- <div class="middle-column-box-left-standard"> <div class="middle-column-title-standard">Want to join us?</div> <p><a href="prereg.php">Register</a> to be added to our email list for updates about <a href="events.php">Events</a>, and other <a href="news.php">news</a> we think you'll be interested in.</p> <p>Registering also allows you to access more of this site, including the ability to comment on and rate photos, add your very own fave konkani phrases and links to websites you think other members will be interested in.</p> </div> <div class="middle-column-box-right-standard"> <div class="middle-column-title-standard">About the YLGS</div> <p>Click <a href="about.php">About</a> to see how we started and <a href="committee.php">Committee</a> for more about how we run, and get things done.</p> <p>If you have any questions  please read the <a href="contact.php">FAQ</a> or if this doesn't answer your questions, <a href="contact.php">Contact Us</a>.</p> </div> --> </div> <!-- RIGHT COLUMN --> <div id="right-column"> <div class="right-column-box-green"> <div class="right-column-title-green">Next Event</div> <?php include("nextevent.php"); ?> </div> <div> <table> <tr> <td height="780"></td> </tr> </table> </div> <br/><br/> <!-- Pic of Week --> <div class="right-column-box-green"> <div class="right-column-title-green">Pic of the Week</div> <?php @readfile($path.'/gallery.php?g2_view=imageblock.External&g2_blocks=weeklyImage&g2_show=none'); ?> </div> <!-- White box --> <div class="right-column-box-green"> <div class="right-column-title-green">Most Looked at Pic</div> <?php @readfile($path.'/gallery.php?g2_view=imageblock.External&g2_blocks=viewedImage&g2_show=views'); ?> </div> </div> <!-- FOOTER --> <?php include("footer.php"); ?> </div> </body> </html>