#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496289:

    #Emitting Image293 control
    Image293Props = {}
    Image293Props['FileName'] = 'RA_Background_Summer2_2012'
    Image293Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_Background_Summer2_2012.tif'
    Image293Props['BaselineOffset'] = '0'
    Image293Props['Height'] = '480'
    Image293Props['Width'] = '720'
    Image293Props['XPos'] = '0'
    Image293Props['YPos'] = '0'
    Image293Props['AlignVertical'] = 'None'
    Image293Props['AlignHorizontal'] = 'None'
    Image293Props['VariableName'] = 'Image293'
    Image293 = CreateImage(Image293Props)

    if (Image293 != None):
        p.addItem(Image293)


    #Emitting Image294 control
    Image294Props = {}
    Image294Props['FileName'] = 'RA_mrn_wrgm_am_fm_20120216'
    Image294Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wrgm_am_fm_20120216.tif'
    Image294Props['BaselineOffset'] = '0'
    Image294Props['Height'] = '347'
    Image294Props['Width'] = '470'
    Image294Props['XPos'] = '125'
    Image294Props['YPos'] = '66'
    Image294Props['AlignVertical'] = 'None'
    Image294Props['AlignHorizontal'] = 'None'
    Image294Props['VariableName'] = 'Image294'
    Image294 = CreateImage(Image294Props)

    if (Image294 != None):
        p.addItem(Image294)

