#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510508:

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

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


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

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

