#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496568:

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

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


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

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

