#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496413:

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

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


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

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

