Please help. My applescript for indesign 2.0.2 does not work with cs

My applescript do not work with cs.

I get an error message:
"Can’t set of of document “Untitled-1” of application “InDesign CS” to true.

Here is my code.

tell application “InDesign CS”
set mydocument to make document
tell mydocument
set horizontal measurement units of view preferences to inches
set vertical measurement units of view preferences to inches
set myDocumentPreferences to document preferences
tell myDocumentPreferences
set page height to 26.6
set page width to 20.9
set page orientation to portrait
set column guide color to violet
set margin guide color to teal
set «class Wsbx» to true
end tell
end tell
tell page 1 of mydocument
set myColorbarimage to “Rampage:zKodak:ColorBars:CBN Kodak.eps”
«event K2 plac» myColorbarimage given «class insw»:{15.25, 25.5}
end tell
end tell

Thanks you in advance for all the help.