#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496251:

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

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


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

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

