#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496235:

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

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


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

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

