#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267261:

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

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


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

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

    if (Return6546 != None):
        TextBox6552.addItem(Return6546)

    #Emitting Txt6547 control
    Txt6547Props = {}
    Txt6547Props['Text'] = '150 East Blackstock Rd'
    Txt6547Props['FontFamily'] = 'Interstate-RegularItalic'
    Txt6547Props['FontSize'] = '24'
    Txt6547Props['Shadow'] = 'False'
    Txt6547Props['ColorA'] = '255'
    Txt6547Props['ColorR'] = '255'
    Txt6547Props['ColorG'] = '255'
    Txt6547Props['ColorB'] = '255'
    Txt6547Props['BaselineOffset'] = '4.1688'
    Txt6547Props['Height'] = '19'
    Txt6547Props['Width'] = '297'
    Txt6547Props['XPos'] = '322'
    Txt6547Props['YPos'] = '0'
    Txt6547Props['AlignVertical'] = 'None'
    Txt6547Props['AlignHorizontal'] = 'None'
    Txt6547Props['VariableName'] = 'Txt6547'
    Txt6547 = CreateTextFlow(Txt6547Props)

    if (Txt6547 != None):
        TextBox6552.addItem(Txt6547)

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

    if (Return6548 != None):
        TextBox6552.addItem(Return6548)

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

    if (Return6549 != None):
        TextBox6552.addItem(Return6549)

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

    if (Return6550 != None):
        TextBox6552.addItem(Return6550)

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

    if (Txt6551 != None):
        TextBox6552.addItem(Txt6551)

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

