<html> <head> </head> <body> <script type="text/javascript"> var fxcalendar_config = { host: "http://calendar.fxstreet.com/", gridselector: "#calendar", selector: "#fxec_grid", countryId: "696c9d05-d321-49d6-9909-cf46d8aabf51", // capture the id country from the Url css: "default", // choose css pastsvents: 10, // number of past events events: 20, // number of events columns: "date,time,country,event,volatility,actual,consensus,previous", // columns eventurl: "event_en-us.aspx?id=", // your own event page culture: "" // culture }; </script> <script type="text/javascript" src="http://calendar.fxstreet.com/scripts/country/?culture=en-us&version=0.0.1"></script> <div id="fxec_calendar" class="fxst-countrypage fxst-gnral" ></div> </body> </html>