#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204145:

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

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


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

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

