Access to restricted URI denied

Access to restricted URI denied


Hi, I'm working on a AJAX widget for a postcards site
(www.specialgreetings.com). We want to enable partners to display
postcards on their website using this widget to display postcards from
specialgreetings into their site. I am using jQuery for the AJAX
calls. I have a affiliate.js on www.specialgreetings.com that handles
all the calls. So the partner includes this js with their data and
postcards are rendered on his website. I'm having trouble because it
throws an exception:
Error: uncaught exception: [Exception... "Access to restricted URI
denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)"
location: "http://www.specialgreetings.com/js/jquery.js Line: 18"]
You can check the example at
http://www.andresrovira.com/sg/test.php
What is the problem?