InDesign CS5.5 Place Image on Rectangle Syntax change from CS3?

Hi All,

This code from a thread:

  place advertentie on rectangle "advertentie" of page 1

Works in CS3 but not in CS5.5, what has changed? What is the new syntax? Can someone provide an example, thanks.

Model: MBP17 Unibody
AppleScript: 2.1.2
Browser: Safari 533.21.1
Operating System: Mac OS X (10.6)

Hi. You must now filter an item by label, rather than using the label as a name.

Rectangle "whatever"

becomes

rectangle 1 whose label = "whatever"