#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510487:

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

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


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

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

