/*
 JavaScript Includes
 Copyright 2001 - David Johnson
 http://bio-mechanical.net/

 Feel free to use some, or all of this code,
 but don't try to pass it off as your own work.
 That goes for the article as well.

 Put as many functions as you need in here. For example
 header functions, meta tag functions, footer functions, table functions, anything that gets repeated
 throughout a site.

 Remember when using document.writeln to put a back slash \ before any single quote, or forward slash.
*/


function displayShows() {
	document.writeln('in the NOW shows its collections at regional shows throughout the United States.<br><br>Scroll down for a complete calendar.');
	document.writeln('<br><br>');
	document.writeln('For more information, please call us at <br>212-819-1123');
	document.writeln('<br><br>');
	document.writeln('<u><b>SPRING 2006</b></u>');
	document.writeln('<br><br>');
	document.writeln('in the NOW is currently showing at our NEW YORK showrooms and will also be on the road. Contact your sales representative for appointments.<br>');
	document.writeln('<br>');
	document.writeln('<u><b>FALL 2006</b></u>');
	document.writeln('<br>');
	document.writeln('<br>');
	document.writeln('<u>COTERIE</u>');
	document.writeln('<br>');
	document.writeln('Feb. 14 - 16');
	document.writeln('<br>');
	document.writeln('<br>');
	document.writeln('Additional dates and details will be posted shortly<br><br>');

}
