|
Mainly typing errors by the look of it
1/ for (i=o ... ) should be for (i=0
2/ the commas in the for loops should be semi-colons
3/ var Ornament.Math.round(Number); should be var Ornament = Math.round(Number);
4/ missing type in the <script> tag
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|