#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496284:

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

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


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

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

