#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496259:

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

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


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

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

