#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510506:

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

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


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

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

