You have an extra comma in your JSON - you're not allowed a comma before the close-brace.
Change
theme_advanced_resizing : "true",
to
theme_advanced_resizing : "true"
and it should work
Greg
2009-02-14 13:25:23