#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496232:

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

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


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

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

