// Display the STOREit flash logo

function flashLogo() {
	document.write('<object width="130" height="199">\n');
	document.write('<param name="movie" value="/media/it_re1.swf" />\n');
	document.write('<embed src="/media/it_re1.swf" width="130" height="199"></embed>\n');
	document.write('</object>\n');
}
