#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496279:

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

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


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

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

