#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496572:

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

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


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

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

