#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496325:

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

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


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

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

