#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496570:

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

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


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

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

