#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510504:

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

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


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

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

