#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496327:

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

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


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

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

