document.write("<script type=\"text\/javascript\">");
document.write("	function startGallery() {");
document.write("		var myGallery = new gallery($('myGallery'), {");
document.write("		timed: true,");
document.write("		showArrows: true,");
document.write("		showCarousel: true");
document.write("		});");
document.write("	}	");  
document.write("	window.addEvent('domready', startGallery);");
document.write("<\/script> ");

document.write("	<div id=\"myGallery\" height=\"800px\"> ");
document.write("		<div class=\"imageElement\">");
document.write("			<h3>The \"Ball Wall\"<\/h3>");
document.write("			<p>Choose from a wide selection of quality Bowling Balls<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop1.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop1.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("");
document.write("		<div class=\"imageElement\">");
document.write("			<h3>The \"Ball Wall\"<\/h3>");
document.write("			<p>We stock balls from all the top companies<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop2.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop2.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("");
document.write("		<div class=\"imageElement\">");
document.write("			<h3>Bags and other stuff<\/h3>");
document.write("			<p>Check out our stock of bags to meet your needs<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop3.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop3.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");

document.write("		<div class=\"imageElement\">");
document.write("			<h3>Strike F/X Cranston<\/h3>");
document.write("			<p>We're open daily and by appointment<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop4.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop4.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");

document.write("		<div class=\"imageElement\">");
document.write("			<h3>Accessories<\/h3>");
document.write("			<p>From towels to cleaners, we stock a wide variety of items<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop5.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop5.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");

document.write("		<div class=\"imageElement\">");
document.write("			<h3>Removable thumbs and molds<\/h3>");
document.write("			<p>We offer quality installation of thumb molds, Vise IT, and Turbo Switch Grips<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop6.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop6.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");

document.write("		<div class=\"imageElement\">");
document.write("			<h3>Bowling shoe stock<\/h3>");
document.write("			<p>We carry Dexter, Etonic, and BSI bowling shoes<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop7.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop7.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");

document.write("		<div class=\"imageElement\">");
document.write("			<h3>Bowling ball stock<\/h3>");
document.write("			<p>In order to serve you better, we stock balls in various weights<\/p>");
document.write("			<a href=\"#\" title=\"open image\" class=\"open\"><\/a>");
document.write("			<img src=\"img\/shop\/shop8.jpg\" class=\"full\" \/>");
document.write("			<img src=\"img\/shop\/shop8.jpg\" class=\"thumbnail\" \/>");
document.write("		<\/div>");
document.write("	");


document.write("	<\/div> ");

