#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496299:

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

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


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

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

