#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 515517:

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

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


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

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

