#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 417018:

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

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


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

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

