
		//////////////////////////////////////////////////////////////////////////////
	   ///     																	  ///
	  ///		This Website was developed by Riverina PCWorx					 ///
	 ///		http://www.riverinapcworx.com/ - enquiries@riverinapcworx.com   ///
	///																		   ///
   ///			The base Javascript engine of this CMS System is			  ///
  ///			Copyright ONLINE BUSINESS  info@online-business.ro			 ///
 ///																		///
//////////////////////////////////////////////////////////////////////////////

var Page = new Object;

// Here, you need to enter the text content of the page you are editing.
// Enter it in the format - Page["page name"] = "Page content"
//
// Ensure that if you use quotes (i.e. >"< ) to place a slash before it. 
// Otherwise it will think you are closing the page, and the content will not be displayed.
// i.e. - Mr Robinson said, \"The meal will be great!\"
//
// Other formatting tips.
// <h3>Text in between these 'h3' tags, will be displayed as a heading</h3>
// Text after a <br> tag will be displayed on the next line. Please use <br> instead of the enter key.
// Other formatting is available, if you have any experience with HTML, feel free to play.
// Otherwise a more user friendly interface will be coming soon.

Page["home"] = "<h1>PREVIOUS JOBS</h1><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A.P.A.C Electrics is the preferred electrical contractor for McDonalds Wagga area, numerous builders in the Wagga Wagga area. We handle Air Conditioning maintenance for Celair and all electrical maintenance problems for various Real Estate Agents.<br><br><br><br>Here are some previous works A.P.A.C Electrics has been involved in are as follows:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Upgrade of The Haven<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Bunnings Hardware<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  McDonalds Stores<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Ronald McDonald House<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Kincaid St Medical Centre<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Kincaid St Units (Corner Evans St)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Video Ezy Glenfield<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  South City Medical Centre<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Glenfield & West Wyalong Childcare Centres<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Community Hall Glenfield<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Units at CSU<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*  Forest Hill Supermarket<br><br> and many more.";
