var c = "<font face='Verdana,Arial,Geneva,sans-serif' size='2'>" 	c += "Pages : " 	c += "<a href='collection.html'>1</a>, " 	c += "<a href='collection2.html'>2</a>, " 	c += "<a href='collection3.html'>3</a>, " 	c += "<a href='collection4.html'>4</a>, " 	c += "<a href='collection5.html'>5</a>, " 	c += "<a href='collection6.html'>6</a>, " 	c += "<a href='collection7.html'>7</a>, " 	c += "<a href='collection8.html'>8</a>"	c += "</font>"document.write(c);