#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496297:

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

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


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

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

