#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496534:

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

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


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

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

