#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510518:

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

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


    #Emitting Image456 control
    Image456Props = {}
    Image456Props['FileName'] = 'RA_wcdw_fm_20100422'
    Image456Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_wcdw_fm_20100422.tif'
    Image456Props['BaselineOffset'] = '0'
    Image456Props['Height'] = '220'
    Image456Props['Width'] = '612'
    Image456Props['XPos'] = '54'
    Image456Props['YPos'] = '130'
    Image456Props['AlignVertical'] = 'None'
    Image456Props['AlignHorizontal'] = 'None'
    Image456Props['VariableName'] = 'Image456'
    Image456 = CreateImage(Image456Props)

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

