#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496518:

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

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


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

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

