#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204279:

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

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


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

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

