#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496536:

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

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


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

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

