#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510436:

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

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


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

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

