Please Ignore -- this is a test post

Open the AppleScript “Untitled” in a new Script Editor window.

url=applescript://com.apple.scripteditor/?action=new&script=tell%20application%20%22Finder%22%0A%09activate%0A%09select%20file%20%22bbcode_block.jpg%22%0A%09set%20position%20of%20selection%20to%20%7B800,%20284%7D%0A%09set%20position%20of%20selection%20to%20%7B800,%20268%7D%0A%09set%20position%20of%20selection%20to%20%7B802,%20286%7D%0A%09set%20position%20of%20selection%20to%20%7B800,%20251%7D%0A%09set%20position%20of%20selection%20to%20%7B799,%20277%7D%0A%09set%20position%20of%20selection%20to%20%7B800,%20251%7D%0A%09set%20position%20of%20selection%20to%20%7B800,%20273%7D%0Aend%20tell%0Atell%20application%20%22123%22%0A%09activate%0A%09set%20bounds%20of%20%C7class%20SCPT%C8%201%20to%20%7B154,%20192,%20614,%20592%7D%0Aend%20tell]Open the AppleScript “Untitled” in a new Script Editor window /url

tell application "Finder"
	activate
	select file "bbcode_block.jpg"
	set position of selection to {800, 284}
	set position of selection to {800, 268}
	set position of selection to {802, 286}
	set position of selection to {800, 251}
	set position of selection to {799, 277}
	set position of selection to {800, 251}
	set position of selection to {800, 273}
end tell
tell application "123"
	activate
	set bounds of «class SCPT» 1 to {154, 192, 614, 592}
end tell