#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 242011:

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

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


    #Emitting Image94 control
    Image94Props = {}
    Image94Props['FileName'] = 'RA_kktz_fm_20091021'
    Image94Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?id=+/w3FrDEG9CdHZh99Zxy/w==&cat=Advertising&rs=Image\\RA_kktz_fm_20091021.tif'
    Image94Props['BaselineOffset'] = '0'
    Image94Props['Height'] = '220'
    Image94Props['Width'] = '612'
    Image94Props['XPos'] = '54'
    Image94Props['YPos'] = '130'
    Image94Props['AlignVertical'] = 'None'
    Image94Props['AlignHorizontal'] = 'None'
    Image94Props['VariableName'] = 'Image94'
    Image94 = CreateImage(Image94Props)

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

