#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 267107:

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

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


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

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

    if (Return5314 != None):
        TextBox5320.addItem(Return5314)

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

    if (Txt5315 != None):
        TextBox5320.addItem(Txt5315)

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

    if (Return5316 != None):
        TextBox5320.addItem(Return5316)

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

    if (Return5317 != None):
        TextBox5320.addItem(Return5317)

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

    if (Return5318 != None):
        TextBox5320.addItem(Return5318)

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

    if (Txt5319 != None):
        TextBox5320.addItem(Txt5319)

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

