#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 238180:

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

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


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

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

