#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510510:

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

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


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

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

