<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('International Students:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="index.html">Institutions of the Month</a><br>');
document.write('<a href="gallery1.htm">NZ English Schools</a><br>');
document.write('<a href="gallery3.htm">NZ Polytechnics</a><br>');
document.write('<a href="gallery5.htm">NZ Universities</a><br>');



document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Specials:');

document.write('<br></span><span class="sidebartext">');

document.write('Please watch this space for specials');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Students Say:');

document.write('<br></span><span class="sidebartext">');

document.write('We found your website very informative.<br>');
document.write('<b>- Liliana -</b><br>');


document.write('<br>');
document.write('It has been such a nice experience studying in NZ.  Thanks so much NZOZ for all your help and good advise!<br>');
document.write('<b>- Trina -</b><br>');


document.write('<br>');
document.write('Everything was explained thoroughly and that made my process easier.  Now I am very happy here in New Zealand.  Cheers!!!<br>');
document.write('<b>- Naeem -</b><br>');


document.write('<br>');
document.write('Was the best decision I have ever made.  Thanks for your help<br>');
document.write('<b>- Carlos -</b><br>');



document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Are you an <br> International Student?:');

document.write('<br></span><span class="sidebartext">');

document.write('We would love to hear from you! Tell us your story and experiences.  We are sure that other International Students will appreciate and will benefit from your "wisdom".<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->

