What is the Model name for new iPad? (iPad 3)

Can anyone who has an iPad 3 please do me a huge favor and build this code, and run it on an iPad 3, and tell me what text shows up on the screen?

[lua]local modelInfo = display.newText(system.getInfo(“model”), 0, 0, native.systemFont, 16)
modelInfo.x = display.contentWidth/2
modelInfo.y = display.contentHeight/2
modelInfo:setTextColor(150,150,150)[/lua]f

I would really appreciate it! [import]uid: 51895 topic_id: 23928 reply_id: 323928[/import]

model is iPad
architectureInfo is iPad3,3 [import]uid: 92621 topic_id: 23928 reply_id: 96450[/import]