/*///////////////////////////////////////////////////////////////
To add navigation items, simply cut and paste an existing news.push section.
First element is the Main Ttitle
Second element is the Sub Title
Third element is the main article. You can include html editing. Make sure no 
double speech marks are used here. Either use html special characters or single 
quotes.
Do not use any empty lines in this file and do not break across lines.
/*//////////////////////////////////////////////////////////////*/
var news = new Array();
//
news.push([   
	"We now have a blog",
	"",
	"It is an experiment at present but feel free to look at or subscribe to <a href='blog' target='content'>our blog...</a><br /><br />"
]);
news.push([   
	"Employment Opportunities",
	"Are you passionate about software testing?",
	"Do you want to work with a group of experienced professionals where we strive to provide the most effective testing to world class standards using the right tools for the job? If so, <a href='employ.html' target='content'> find out more ...</a> <br /><br />"
]);
news.push([   
	"Testing times for slack software development",
	"Businesses are missing opportunities and wasting money because of slack software testing, some say",
	"Australian businesses are wasting up to 50% of software development budgets because they lack the resources, tools and knowledge to conduct efficient software testing, according to market analysts ...<br /><a href='http://computerworld.co.nz/news.nsf/devt/999028DE524E051DCC257333000EE4A2?Opendocument&HighLight=2,slack,testing' target='_blank'>Read more...</a><br /><br />"
]);
news.push([   
	"John from WebTest only NZ speaker at STANZ 08",
	"John Lockhart spoke at the annual STANZ conference in August and the final TPN meeting for 2008 in December",
	"Key themes of this year's STANZ conference were agile testing and the use of open source automation tools.<br /><br />	For more details and to download the 3 page summary and 25 page detailed notes <a href='STANZ.html' target='content'> Read on...</a><br /><br />John also spoke at the final TPN (Test Professionals Network) meeting for 2008 in Auckland last night. For details see <a href='blog' target='content'>our blog...</a><br /><br />"
]);
news.push([   
	"What people are saying about us ...",
	"",
	"\"Through their use of a low-risk incremental approach to automation and high-quality people on the ground, WebTest have helped my area achieve consistency, and above all efficiency, in our web application testing ...\"<br /><a href='testimonials.html' target='content'>Read more ...</a><br /><br />"
]);