records = 8 // change this to the number of actual records (not including the header) header = ["High", "Low", "Stock", "Price", "Movement", "Yield", "P/E"] record1 = ["1274", "622", "Abbey National", "1201", "+1", "3.4", "14.0"] record2 = ["736", "454", "Alliance and Leicester", "691", "-7", "4.2", "11.2"] record3 = ["790", "505", "Bank of Scotland", "755", "+19", "1.8", "17.0"] record4 = ["2205", "1379", "Barclays", "2185", "+25", "2.3", "18.6"] record5 = ["713", "430", "Halifax", "647.5", "-0.5", "3.7", "14.0"] record6 = ["1092", "681", "HSBC", "1092", "+36", "2.0", "26.7"] record7 = ["751", "517", "Lloyds TSB", "730", "+4", "3.6", "15.8"] record8 = ["1702", "646", "Royal Bank of Scotland", "1628", "-24", "1.5", "22.2"]