#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 266545:

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

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


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

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

    if (Return874 != None):
        TextBox880.addItem(Return874)

    #Emitting Txt875 control
    Txt875Props = {}
    Txt875Props['Text'] = '1301 E Gladstone'
    Txt875Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt875Props['FontSize'] = '24'
    Txt875Props['Shadow'] = 'False'
    Txt875Props['ColorA'] = '255'
    Txt875Props['ColorR'] = '255'
    Txt875Props['ColorG'] = '255'
    Txt875Props['ColorB'] = '255'
    Txt875Props['BaselineOffset'] = '4.1688'
    Txt875Props['Height'] = '19'
    Txt875Props['Width'] = '297'
    Txt875Props['XPos'] = '322'
    Txt875Props['YPos'] = '0'
    Txt875Props['AlignVertical'] = 'None'
    Txt875Props['AlignHorizontal'] = 'None'
    Txt875Props['VariableName'] = 'Txt875'
    Txt875 = CreateTextFlow(Txt875Props)

    if (Txt875 != None):
        TextBox880.addItem(Txt875)

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

    if (Return876 != None):
        TextBox880.addItem(Return876)

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

    if (Return877 != None):
        TextBox880.addItem(Return877)

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

    if (Return878 != None):
        TextBox880.addItem(Return878)

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

    if (Txt879 != None):
        TextBox880.addItem(Txt879)

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

