Can't save EPS with bleeds from QXP 5.01

I am having a problem saving individual pages as PS files WITH BLEEDS in QXP 5.01. The script was created using QXP 5.0 and works perfectly every time. I am baffled by this problem. Here is the code


tell application "QuarkXPress™"
	activate
	tell document 1
repeat with i from 1 to (count pages)
	set EPSFile to "Titan G4:Desktop Folder:" & i & ".ps" as string
		save page i in EPSFile EPS format PC color EPS data binary EPS scale 100 bleed ".125"" with transparent page
end repeat
	end tell
end tell

I would appreciate any help. Thanks.