// JavaScript Document

var mess = new Array(
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#david" ><img src="http://www.quit.org.nz/graphics/stories/DavidCollinge_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#david"><h1>David</h1></a><strong> "The advice from the Quitline was bang on the money."</strong></p></td>',
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#paula" ><img src="http://www.quit.org.nz/graphics/stories/PaulaRogers_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#paula"><h1>Paula</h1></a><strong> "Quitting does not work if you are half hearted."</strong></p></td>',
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#chrissy" ><img src="http://www.quit.org.nz/graphics/stories/ChrissyKarena_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#chrissy"><h1>Chrissy</h1></a><strong> "You don"t often realise that your whanau need support to quit. You just think good on them and that"s it really."</strong></p></td>',
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#ricky" ><img src="http://www.quit.org.nz/graphics/stories/RickyKarena_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#ricky"><h1>Ricky</h1></a><strong> "Every time I felt like having a smoke I would go for a run, not a long run though..."</strong></p></td>',
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#linda" ><img src="http://www.quit.org.nz/graphics/stories/LindaTasi_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#linda"><h1>Linda</h1></a><strong> "The biggest benefit is healthy children and feeling proud about myself."</strong></p></td>',
'<td class="left"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#erana" ><img src="http://www.quit.org.nz/graphics/stories/Erana_teaser.jpg" /></a></p></td><td class="right"><p><a href="http://www.quit.org.nz/page/quittingStories/index.php#erana"><h1>Erana</h1></a><strong> "Blogging on the Quit website helped me quit."</strong></p></td>'
);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
