#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 264133:

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

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


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

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

