#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510522:

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

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


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

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

