#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496264:

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

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


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

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

