#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496478:

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

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


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

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

