#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496405:

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

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


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

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

