#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266892:

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

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


    #Emitting TextBox3616 control
    TextBox3616Props = {}
    TextBox3616Props['LineSpacing'] = '0'
    TextBox3616Props['Justification'] = 'Center'
    TextBox3616Props['TextAlignVertical'] = 'Middle'
    TextBox3616Props['FontFamily'] = 'Interstate-Black'
    TextBox3616Props['FontSize'] = '42'
    TextBox3616Props['Controls'] = 'TWC.IBOSS.AdvertisingSD.PyCompiler.Producer.Controls.AbstractControlList'
    TextBox3616Props['Height'] = '222'
    TextBox3616Props['Width'] = '347'
    TextBox3616Props['XPos'] = '297'
    TextBox3616Props['YPos'] = '72'
    TextBox3616Props['AlignVertical'] = 'None'
    TextBox3616Props['AlignHorizontal'] = 'None'
    TextBox3616Props['VariableName'] = 'TextBox3616'
    TextBox3616 = CreateTextBox(TextBox3616Props)

    #Emitting Return3610 control
    Return3610Props = {}
    Return3610Props['Height'] = 'None'
    Return3610Props['Width'] = 'None'
    Return3610Props['XPos'] = 'None'
    Return3610Props['YPos'] = 'None'
    Return3610Props['AlignVertical'] = 'None'
    Return3610Props['AlignHorizontal'] = 'None'
    Return3610Props['VariableName'] = 'Return3610'
    Return3610Props['Height'] = '0'
    Return3610 = CreateReturnFlow(Return3610Props)

    if (Return3610 != None):
        TextBox3616.addItem(Return3610)

    #Emitting Txt3611 control
    Txt3611Props = {}
    Txt3611Props['Text'] = '160 Alewife Brook Pkwy'
    Txt3611Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt3611Props['FontSize'] = '24'
    Txt3611Props['Shadow'] = 'False'
    Txt3611Props['ColorA'] = '255'
    Txt3611Props['ColorR'] = '255'
    Txt3611Props['ColorG'] = '255'
    Txt3611Props['ColorB'] = '255'
    Txt3611Props['BaselineOffset'] = '4.1688'
    Txt3611Props['Height'] = '19'
    Txt3611Props['Width'] = '297'
    Txt3611Props['XPos'] = '322'
    Txt3611Props['YPos'] = '0'
    Txt3611Props['AlignVertical'] = 'None'
    Txt3611Props['AlignHorizontal'] = 'None'
    Txt3611Props['VariableName'] = 'Txt3611'
    Txt3611 = CreateTextFlow(Txt3611Props)

    if (Txt3611 != None):
        TextBox3616.addItem(Txt3611)

    #Emitting Return3612 control
    Return3612Props = {}
    Return3612Props['Height'] = 'None'
    Return3612Props['Width'] = 'None'
    Return3612Props['XPos'] = 'None'
    Return3612Props['YPos'] = 'None'
    Return3612Props['AlignVertical'] = 'None'
    Return3612Props['AlignHorizontal'] = 'None'
    Return3612Props['VariableName'] = 'Return3612'
    Return3612Props['Height'] = '0'
    Return3612 = CreateReturnFlow(Return3612Props)

    if (Return3612 != None):
        TextBox3616.addItem(Return3612)

    #Emitting Return3613 control
    Return3613Props = {}
    Return3613Props['Height'] = 'None'
    Return3613Props['Width'] = 'None'
    Return3613Props['XPos'] = 'None'
    Return3613Props['YPos'] = 'None'
    Return3613Props['AlignVertical'] = 'None'
    Return3613Props['AlignHorizontal'] = 'None'
    Return3613Props['VariableName'] = 'Return3613'
    Return3613Props['Height'] = GetNewLineHeight('Interstate-Black', '42')
    Return3613 = CreateReturnFlow(Return3613Props)

    if (Return3613 != None):
        TextBox3616.addItem(Return3613)

    #Emitting Return3614 control
    Return3614Props = {}
    Return3614Props['Height'] = 'None'
    Return3614Props['Width'] = 'None'
    Return3614Props['XPos'] = 'None'
    Return3614Props['YPos'] = 'None'
    Return3614Props['AlignVertical'] = 'None'
    Return3614Props['AlignHorizontal'] = 'None'
    Return3614Props['VariableName'] = 'Return3614'
    Return3614Props['Height'] = GetNewLineHeight('Interstate-Black', '42')
    Return3614 = CreateReturnFlow(Return3614Props)

    if (Return3614 != None):
        TextBox3616.addItem(Return3614)

    #Emitting Txt3615 control
    Txt3615Props = {}
    Txt3615Props['Text'] = 'Cambridge'
    Txt3615Props['FontFamily'] = 'Interstate-UltraBlack'
    Txt3615Props['FontSize'] = '32'
    Txt3615Props['Shadow'] = 'False'
    Txt3615Props['ColorA'] = '255'
    Txt3615Props['ColorR'] = '255'
    Txt3615Props['ColorG'] = '255'
    Txt3615Props['ColorB'] = '255'
    Txt3615Props['BaselineOffset'] = '5.8464'
    Txt3615Props['Height'] = '26'
    Txt3615Props['Width'] = '223'
    Txt3615Props['XPos'] = '359'
    Txt3615Props['YPos'] = '87'
    Txt3615Props['AlignVertical'] = 'None'
    Txt3615Props['AlignHorizontal'] = 'None'
    Txt3615Props['VariableName'] = 'Txt3615'
    Txt3615 = CreateTextFlow(Txt3615Props)

    if (Txt3615 != None):
        TextBox3616.addItem(Txt3615)

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

