#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496322:

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

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


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

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

