Quote Originally Posted by 'Dorffo',index.php?page=Thread&postID=219937#post2 19937
You're running into cross domain issues- do you have access to a server-side language (PHP/ASP/RoR etc)?

If so I can probably PM you the code to get around the issue.

You need the domain that serves your page to serve the data rather than requesting it from the remote domain via javascript - so what you'll want to do is grab the data on page-load, or cache it somewhere on your domain and then reference that with your JavaScript block.
I am not sure what defines the domain. Basically I have a blogger blog and my domain name forwards to it.

Original Domain is http://threedruidnoob.blogspot.com and my domain is http://www.threedruidnoob.com

So I am assuming the domain would be blogger.com. So I do not think I have access to any server side languages. It is done thorough google aps though so maybe I do have some of that functionallity just I dont know about it.....