﻿function swfirImages(){
    // Featured Headline Image
    var swfimg = new swfir();
    swfimg.specify('src', '/DesktopModules/NewsArticles/Scripts/swfir.swf');
    swfimg.specify('border-color', 'FFFFFF');
    swfimg.specify('border-width', '3');
    swfimg.specify('border-radius', '10');
    swfimg.specify('shadow-color', '707070');
    swfimg.specify('shadow-blur-x', '2');
    swfimg.specify('shadow-blur-y', '2');
    swfimg.specify('shadow-strength', '10');
    swfimg.specify('shadow-offset', '0');
    swfimg.swap('#swfir');
    
    // Other Headlines Images
    var browser = getBrowser();
    if(browser['name'] != "ie"){
        var swfimg2 = new swfir();
        swfimg2.specify('src', '/DesktopModules/NewsArticles/Scripts/swfir.swf');
        swfimg2.specify('border-color', '707070');
        swfimg2.specify('border-width', '1');
        swfimg2.specify('border-radius', '6');
        swfimg2.swap('.recent_headline .thumbnail img');
    }
}
