#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496445:

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

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


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

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

