#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259854:

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

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


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

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

