#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496219:

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

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


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

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

