var flashvars = {};
var params = {};
params.allowscriptaccess = "always";
var attributes = {};
attributes.wmode = "transparent";
params.wmode = "transparent";
attributes.id = "myNewsTitles";

var flashvars = { title: "Recent News", icon: "articles", rss: "/rss/latest_news_articles.php" };
swfobject.embedSWF(cache_url + "/flash/section_header_wide.swf", "latestNews_title", "632", "30", "9.0.0", cache_url + "/flash/expressinstall.swf", flashvars, params, attributes);

var flashvars = { title: "News Archive", icon: "mmo_hub", rss: "/rss/latest_news_articles.php" };
swfobject.embedSWF(cache_url + "/flash/section_header.swf", "newsArchive_title", "310", "30", "9.0.0", cache_url + "/flash/expressinstall.swf", flashvars, params, attributes);

var flashvars = { title: "Featured Articles", icon: "spotlight", rss: "/rss/latest_featured_news.php" };
swfobject.embedSWF(cache_url + "/flash/section_header.swf", "featuredArticles_title", "310", "30", "9.0.0", cache_url + "/flash/expressinstall.swf", flashvars, params, attributes);