#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496230:

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

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


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

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

