#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496462:

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

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


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

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

