<!--var dvar i=0var j=0var letterpause = 50var messagepause = 2000tb = [];tb[0]="SOLUTIONS TO YOUR PROMOTIONAL REQUIREMENTS!"tb[1]="BESPOKE: All products tailor-made to your, specifications."tb[2]="GENERIC: Product with no branding for promotional use or resale."tb[3]="SYNDICATION: In addition to magazines, we can supply puzzle trays, jigsaws, maze games, cubes and other three dimensional puzzles."tb[4]="INTERACTIVE: From concept, to material, to functional interactive puzzles, games and quizzes."tb[5]="CONTACT: The Puzzle People for more information."function scroll() {		i++        if (i > tb[j].length) {                 i = 0				document.msg.mytext.value = tb[j].substring(0, tb[j].length)                j++			    if (j >= tb.length) { j = 0}				setTimeout("scroll()",messagepause);				return        }        d = tb[j].substring(0,i)        document.msg.mytext.value = d+"_"        setTimeout ("scroll()",letterpause)}// -->