#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496481:

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

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


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

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

