#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496317:

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

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


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

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

