#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 265025:

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

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


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

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

