#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510484:

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

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


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

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

