function randomNumber(limit){
  return 
}

var i=1;
quote = new Array(10);
i=0;

if ((region=="products") || (region=="contact") || (region=="about")){
	if ((section=="blank") || (section=="rollshutters") || (region=="contact") || (region=="about")) {
	quote[i]="&quot;It's such a good feeling, knowing the place is secure and safe from whatever weather happens when I'm not there.&quot; - Nancy K., RI";
i=i+1;
	quote[i]="&quot;The peace of mind and convenience those shutters bring is beyond what you can imagine until you have them.&quot; - Nancy K., RI";
i=i+1;
	quote[i]="&quot;These shutters are the best investment I've put into the house.&quot; - Nancy K., RI";
i=i+1;
	quote[i]="&quot;We now have the peace of mind that our home can withstand the brunt of any storm with our new shutters.&quot; - Albert N., RI";
i=i+1;
	quote[i]="&quot;Now that the hot weather is here we are using them to keep the house cool by lowering the shutters during a hot day.&quot; - Marrion R., CT";
i=i+1;
	quote[i]="&quot;<span style=font-size:12px;>Your shutters spared us a great deal of damage to the interior of the house by holding out storm and wind-blown objects.&quot; - J.Renn O., RI</span>";
i=i+1;
	quote[i]="&quot;...Several times we heard gunshot-like bangs against the shutters as wind-driven objects struck the house.&quot; - J.Renn O., RI";
i=i+1;
	quote[i]="&quot;<span style=font-size:12px;>I have used my automatic deck awning every sunny and hot day and it keeps the dining room shady and much cooler.&quot; - Mildred L., MA</span>";
i=i+1;
	quote[i]="&quot;I love my shutters! Anyone who does not live on water &amp; thinks they don't need them should rethink that.&quot; - Sue H., MA";
i=i+1;
	quote[i]="&quot;We are very pleased and believe that the shutters add architectural features that enhance the overall look of the house.&quot; - Vic C., MA";
i=i+1;
	quote[i]="&quot;The shutters look great! We love showing them off. Our friends are amazed at how neat they are.&quot; - Holly M., MA";
i=i+1;
	quote[i]="&quot;This summer we used them to darken the rooms while watching TV and to add atmosphere to our rooms.&quot; - Cathy H., MA";
i=i+1;
	}
}

if ((region=="products") || (region=="contact") || (region=="about")) {
	if ((section=="blank") || (section=="screens") || (region=="contact") || (region=="about")) {
	quote[i]="&quot;Throughout the summer we have used them to reduce the amount of sunlight that streams into our very large windows.&quot; - Cathy H., MA";
i=i+1;
	quote[i]="&quot;This summer we used them to darken the rooms while watching TV and to add atmosphere to our rooms.&quot; - Cathy H., MA";
i=i+1;
	}
}

if ((region=="products") || (region=="contact") || (region=="about")) {
	if ((section=="blank") || (section=="vusafe") || (region=="contact") || (region=="about")) {
	quote[i]="&quot;The VuSafe shutters did their job as compared to one of my neighbors who had to bail out water by the bucketful.&quot; - Gabe T., FL";
i=i+1;
	}
}

if ((region=="products") || (region=="contact") || (region=="about")) {
	if ((section=="blank") || (section=="awnings") || (region=="contact") || (region=="about")) {
	quote[i]="&quot;<span style=font-size:12px;>I have used my automatic deck awning every sunny and hot day and it keeps the dining room shady and much cooler.&quot; - Mildred L., MA</span>";
i=i+1;
	}
}

if ((region=="contact") || (region=="about")) {
	quote[i]="&quot;...it is gratifying to do business with such a reputable company. Thank you!&quot; - Albert N., RI</span>";
i=i+1;
	quote[i]="&quot;Your people have been great to deal with from the initial inquiry through installation and clean up.&quot; - Dave G., RI";
i=i+1;
}

x = Math.floor(Math.random()*i);

document.write(quote[x]);