#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496359:

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

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


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

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

