#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496494:

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

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


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

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

