#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496393:

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

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


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

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

