I have some information that is constantly changing on our site. One example is a webform submission counter. I would like to present a live view of the counter to the users, without them having to refresh the page.
My plan was to make a clean page with out theme and just some php code and to query this page from an interval function in Javascript. However it seams quite complicated to create a clean theme free page in Omega.
What would the simplest way to expose my data to Javascript in the Omega theme?