#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267059:

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

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


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

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

    if (Return4938 != None):
        TextBox4944.addItem(Return4938)

    #Emitting Txt4939 control
    Txt4939Props = {}
    Txt4939Props['Text'] = '269 US Highway 18 South'
    Txt4939Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt4939Props['FontSize'] = '24'
    Txt4939Props['Shadow'] = 'False'
    Txt4939Props['ColorA'] = '255'
    Txt4939Props['ColorR'] = '255'
    Txt4939Props['ColorG'] = '255'
    Txt4939Props['ColorB'] = '255'
    Txt4939Props['BaselineOffset'] = '4.1688'
    Txt4939Props['Height'] = '19'
    Txt4939Props['Width'] = '297'
    Txt4939Props['XPos'] = '322'
    Txt4939Props['YPos'] = '0'
    Txt4939Props['AlignVertical'] = 'None'
    Txt4939Props['AlignHorizontal'] = 'None'
    Txt4939Props['VariableName'] = 'Txt4939'
    Txt4939 = CreateTextFlow(Txt4939Props)

    if (Txt4939 != None):
        TextBox4944.addItem(Txt4939)

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

    if (Return4940 != None):
        TextBox4944.addItem(Return4940)

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

    if (Return4941 != None):
        TextBox4944.addItem(Return4941)

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

    if (Return4942 != None):
        TextBox4944.addItem(Return4942)

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

    if (Txt4943 != None):
        TextBox4944.addItem(Txt4943)

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

