#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510477:

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

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


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

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

