xbrlware-ce 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ReleaseNotes.txt +23 -5
- data/doc/classes/Edgar/RSSFeedDownloader.html +2 -2
- data/doc/classes/NSAware.html +135 -0
- data/doc/classes/Xbrlware.html +1 -6
- data/doc/classes/Xbrlware/Context.html +85 -78
- data/doc/classes/Xbrlware/Context/Period.html +49 -49
- data/doc/classes/Xbrlware/Entity.html +49 -49
- data/doc/classes/Xbrlware/Identifier.html +14 -14
- data/doc/classes/Xbrlware/Instance.html +173 -98
- data/doc/classes/Xbrlware/Item.html +62 -25
- data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase.html +41 -3
- data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase/Calculation.html +1 -1
- data/doc/classes/Xbrlware/Linkbase/CalculationLinkbase/Calculation/CalculationArc.html +1 -1
- data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase.html +43 -3
- data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase/Definition.html +2 -2
- data/doc/classes/Xbrlware/Linkbase/DefinitionLinkbase/Definition/DefinitionArc.html +1 -1
- data/doc/classes/Xbrlware/Linkbase/LabelLinkbase/Label.html +1 -1
- data/doc/classes/Xbrlware/Linkbase/Linkbase/Link/Arc.html +22 -7
- data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase.html +41 -3
- data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase/Presentation.html +2 -8
- data/doc/classes/Xbrlware/Linkbase/PresentationLinkbase/Presentation/PresentationArc.html +1 -1
- data/doc/classes/Xbrlware/Taxonomy.html +84 -51
- data/doc/classes/Xbrlware/TaxonomyDefintion.html +14 -14
- data/doc/classes/Xbrlware/Unit.html +14 -7
- data/doc/classes/Xbrlware/Unit/Divide.html +7 -7
- data/doc/created.rid +1 -1
- data/doc/files/lib/edgar/edgar_data_downloader_rb.html +1 -1
- data/doc/files/lib/edgar_rb.html +1 -1
- data/doc/files/lib/xbrlware/context_rb.html +1 -1
- data/doc/files/lib/xbrlware/instance_rb.html +1 -1
- data/doc/files/lib/xbrlware/item_rb.html +1 -1
- data/doc/files/lib/xbrlware/linkbase/calculation_linkbase_rb.html +1 -1
- data/doc/files/lib/xbrlware/linkbase/definition_linkbase_rb.html +1 -1
- data/doc/files/lib/xbrlware/linkbase/label_linkbase_rb.html +1 -1
- data/doc/files/lib/xbrlware/linkbase/linkbase_rb.html +1 -1
- data/doc/files/lib/xbrlware/linkbase/presentation_linkbase_rb.html +1 -1
- data/doc/files/lib/xbrlware/{report_rb.html → ns_aware_rb.html} +10 -4
- data/doc/files/lib/xbrlware/taxonomy_rb.html +1 -1
- data/doc/files/lib/xbrlware/unit_rb.html +1 -1
- data/doc/files/lib/xbrlware/util_rb.html +1 -1
- data/doc/files/lib/xbrlware/version_rb.html +1 -1
- data/doc/files/lib/xbrlware/xml_parser_rb.html +1 -1
- data/doc/files/lib/xbrlware_rb.html +3 -1
- data/doc/fr_class_index.html +1 -1
- data/doc/fr_file_index.html +1 -1
- data/doc/fr_method_index.html +68 -68
- data/doc/index.html +2 -2
- data/example/callb/calculation_elements.rb +33 -0
- data/example/callb/calculation_elements_to_table.rb +62 -0
- data/example/case_study/cash_analyzer.rb +27 -0
- data/lib/edgar/edgar_data_downloader.rb +6 -6
- data/lib/xbrlware.rb +2 -0
- data/lib/xbrlware/context.rb +2 -0
- data/lib/xbrlware/instance.rb +65 -26
- data/lib/xbrlware/item.rb +34 -26
- data/lib/xbrlware/linkbase/calculation_linkbase.rb +51 -7
- data/lib/xbrlware/linkbase/definition_linkbase.rb +42 -2
- data/lib/xbrlware/linkbase/label_linkbase.rb +1 -0
- data/lib/xbrlware/linkbase/linkbase.rb +19 -9
- data/lib/xbrlware/linkbase/presentation_linkbase.rb +52 -9
- data/lib/xbrlware/ns_aware.rb +5 -0
- data/lib/xbrlware/taxonomy.rb +7 -0
- data/lib/xbrlware/unit.rb +1 -0
- data/lib/xbrlware/version.rb +1 -1
- data/lib/xbrlware/xml_parser.rb +20 -0
- data/test/lib/edgar/edgar_data_downloader_test.rb +1 -1
- data/test/lib/edgar/resources/usgaap.rss.xml +3914 -2599
- data/test/lib/xbrlware/46_item_test.rb +30 -0
- data/test/lib/xbrlware/47_context_test.rb +16 -8
- data/test/lib/xbrlware/48_unit_test.rb +10 -0
- data/test/lib/xbrlware/instance_test.rb +156 -2
- data/test/lib/xbrlware/linkbase/calculation_linkbase_test.rb +5 -5
- data/test/lib/xbrlware/linkbase/definition_linkbase_test.rb +2 -2
- data/test/lib/xbrlware/linkbase/presentation_linkbase_test.rb +0 -1
- data/test/lib/xbrlware/taxonomy_test.rb +28 -0
- data/test/lib/xbrlware/xml_parser_test.rb +81 -0
- data/test/scratchpad/tooltip.html +10 -0
- data/xbrlware-ce.gemspec +2 -0
- metadata +36 -22
- data/Rakefile.rb +0 -124
- data/doc/classes/Xbrlware/Report.html +0 -352
- data/lib/xbrlware/report.rb +0 -277
- data/test/lib/xbrlware/resources/report_test_xbrl_files/cal.xml +0 -219
- data/test/lib/xbrlware/resources/report_test_xbrl_files/def.xml +0 -186
- data/test/lib/xbrlware/resources/report_test_xbrl_files/instance.xml +0 -5822
- data/test/lib/xbrlware/resources/report_test_xbrl_files/lab.xml +0 -782
- data/test/lib/xbrlware/resources/report_test_xbrl_files/pre.xml +0 -485
- data/test/lib/xbrlware/resources/report_test_xbrl_files/report/report_index.html +0 -62
- data/test/lib/xbrlware/resources/report_test_xbrl_files/taxonomy.xsd +0 -178
- data/xbrlware.iml +0 -30
@@ -1,485 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="us-ascii" standalone="no"?>
|
2
|
-
<linkbase xmlns="http://www.xbrl.org/2003/linkbase" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.xbrl.org/2003/linkbase xbrl_xsd/xbrl-linkbase-2003-12-31.xsd">
|
3
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#IncomeTaxes" roleURI="http://pbg.com/20090613/role/IncomeTaxes" />
|
4
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BasisOfPresentation" roleURI="http://pbg.com/20090613/role/BasisOfPresentation" />
|
5
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SeasonalityOfBusiness" roleURI="http://pbg.com/20090613/role/SeasonalityOfBusiness" />
|
6
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#NewAccountingStandards" roleURI="http://pbg.com/20090613/role/NewAccountingStandards" />
|
7
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#ShareBasedCompensation" roleURI="http://pbg.com/20090613/role/ShareBasedCompensation" />
|
8
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BalanceSheetDetails" roleURI="http://pbg.com/20090613/role/BalanceSheetDetails" />
|
9
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#OtherIntangibleAssetsNetAndGoodwill" roleURI="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" />
|
10
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#FairValueMeasurements" roleURI="http://pbg.com/20090613/role/FairValueMeasurements" />
|
11
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#FinancialInstrumentsAndRiskManagement" roleURI="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" />
|
12
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#PensionAndPostretirementMedicalBenefitPlans" roleURI="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" />
|
13
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SegmentInformation" roleURI="http://pbg.com/20090613/role/SegmentInformation" />
|
14
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#RestructuringCharges" roleURI="http://pbg.com/20090613/role/RestructuringCharges" />
|
15
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#SupplementalCashFlowInformation" roleURI="http://pbg.com/20090613/role/SupplementalCashFlowInformation" />
|
16
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#Contingencies" roleURI="http://pbg.com/20090613/role/Contingencies" />
|
17
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#DocumentAndEntityInformation" roleURI="http://pbg.com/20090613/role/DocumentAndEntityInformation" />
|
18
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfOperations" roleURI="http://pbg.com/20090613/role/StatementsOfOperations" />
|
19
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfCashFlows" roleURI="http://pbg.com/20090613/role/StatementsOfCashFlows" />
|
20
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#BalanceSheets" roleURI="http://pbg.com/20090613/role/BalanceSheets" />
|
21
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfComprehensiveIncome" roleURI="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" />
|
22
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfChangesInEquity" roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquity" />
|
23
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#StatementsOfChangesInEquityParenthetical" roleURI="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" />
|
24
|
-
<roleRef xlink:type="simple" xlink:href="bgllc-20090905.xsd#Guarantees" roleURI="http://pbg.com/20090613/role/Guarantees" />
|
25
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/IncomeTaxes" xlink:title="0610 - Disclosure - Income Taxes">
|
26
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_IncomeTaxesAbstract" xlink:label="bgllc_IncomeTaxesAbstract" />
|
27
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncomeTaxDisclosureTextBlock" xlink:label="us-gaap_IncomeTaxDisclosureTextBlock_2" />
|
28
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_IncomeTaxesAbstract" xlink:to="us-gaap_IncomeTaxDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
29
|
-
</presentationLink>
|
30
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BasisOfPresentation" xlink:title="0601 - Disclosure - Basis of Presentation">
|
31
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_GeneralPoliciesAbstract" xlink:label="loc_GeneralPoliciesAbstract" />
|
32
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OrganizationConsolidationAndPresentationOfFinancialStatementsDisclosureTextBlock" xlink:label="loc_OrganizationConsolidationAndPresentationOfFinancialStatementsDisclosureTextBlock" />
|
33
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_GeneralPoliciesAbstract" xlink:to="loc_OrganizationConsolidationAndPresentationOfFinancialStatementsDisclosureTextBlock" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
34
|
-
</presentationLink>
|
35
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SeasonalityOfBusiness" xlink:title="0602 - Disclosure - Seasonality of Business">
|
36
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SeasonalityOfBusinessAbstract" xlink:label="bgllc_SeasonalityOfBusinessAbstract" />
|
37
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SeasonalityOfBusinessTextBlock" xlink:label="bgllc_SeasonalityOfBusinessTextBlock" />
|
38
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_SeasonalityOfBusinessAbstract" xlink:to="bgllc_SeasonalityOfBusinessTextBlock" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
39
|
-
</presentationLink>
|
40
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/NewAccountingStandards" xlink:title="0603 - Disclosure - New Accounting Standards">
|
41
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NewAccountingPronouncementsAndChangesInAccountingPrinciplesAbstract" xlink:label="loc_NewAccountingPronouncementsAndChangesInAccountingPrinciplesAbstract" />
|
42
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccountingChangesAndErrorCorrectionsTextBlock" xlink:label="loc_AccountingChangesAndErrorCorrectionsTextBlock" />
|
43
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_NewAccountingPronouncementsAndChangesInAccountingPrinciplesAbstract" xlink:to="loc_AccountingChangesAndErrorCorrectionsTextBlock" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
44
|
-
</presentationLink>
|
45
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/ShareBasedCompensation" xlink:title="0604 - Disclosure - Share Based Compensation">
|
46
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ShareBasedCompensationAbstract" xlink:label="loc_ShareBasedCompensationAbstract" />
|
47
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DisclosureOfCompensationRelatedCostsShareBasedPaymentsTextBlock" xlink:label="us-gaap_DisclosureOfCompensationRelatedCostsShareBasedPaymentsTextBlock_2" />
|
48
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ShareBasedCompensationAbstract" xlink:to="us-gaap_DisclosureOfCompensationRelatedCostsShareBasedPaymentsTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
49
|
-
</presentationLink>
|
50
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BalanceSheetDetails" xlink:title="0605 - Disclosure - Balance Sheet Details">
|
51
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_BalanceSheetDetailsAbstract" xlink:label="bgllc_BalanceSheetDetailsAbstract" />
|
52
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_BalanceSheetDetailsTextBlock" xlink:label="bgllc_BalanceSheetDetailsTextBlock_3" />
|
53
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_BalanceSheetDetailsAbstract" xlink:to="bgllc_BalanceSheetDetailsTextBlock_3" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
54
|
-
</presentationLink>
|
55
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/OtherIntangibleAssetsNetAndGoodwill" xlink:title="0606 - Disclosure - Other Intangible Assets, net and Goodwill">
|
56
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OtherIntangibleAssetsNetAndGoodwillAbstract" xlink:label="bgllc_OtherIntangibleAssetsNetAndGoodwillAbstract" />
|
57
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_GoodwillAndIntangibleAssetsDisclosureTextBlock" xlink:label="us-gaap_GoodwillAndIntangibleAssetsDisclosureTextBlock_2" />
|
58
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_OtherIntangibleAssetsNetAndGoodwillAbstract" xlink:to="us-gaap_GoodwillAndIntangibleAssetsDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
59
|
-
</presentationLink>
|
60
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/FairValueMeasurements" xlink:title="0607 - Disclosure - Fair Value Measurements">
|
61
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_FairValueMeasurementsAbstract" xlink:label="bgllc_FairValueMeasurementsAbstract" />
|
62
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_FairValueDisclosuresTextBlock" xlink:label="loc_FairValueDisclosuresTextBlock" />
|
63
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_FairValueMeasurementsAbstract" xlink:to="loc_FairValueDisclosuresTextBlock" order="20" use="optional" priority="1" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
64
|
-
</presentationLink>
|
65
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/FinancialInstrumentsAndRiskManagement" xlink:title="0608 - Disclosure - Financial Instruments and Risk Management">
|
66
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_FinancialInstrumentsAndRiskManagementAbstract" xlink:label="bgllc_FinancialInstrumentsAndRiskManagementAbstract" />
|
67
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DerivativeInstrumentsAndHedgingActivitiesDisclosureTextBlock" xlink:label="us-gaap_DerivativeInstrumentsAndHedgingActivitiesDisclosureTextBlock_2" />
|
68
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_FinancialInstrumentsAndRiskManagementAbstract" xlink:to="us-gaap_DerivativeInstrumentsAndHedgingActivitiesDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
69
|
-
</presentationLink>
|
70
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/PensionAndPostretirementMedicalBenefitPlans" xlink:title="0609 - Disclosure - Pension and Postretirement Medical Benefit Plans">
|
71
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_GeneralDiscussionOfPensionAndOtherPostretirementBenefitsAbstract" xlink:label="loc_GeneralDiscussionOfPensionAndOtherPostretirementBenefitsAbstract" />
|
72
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PensionAndOtherPostretirementBenefitsDisclosureTextBlock" xlink:label="us-gaap_PensionAndOtherPostretirementBenefitsDisclosureTextBlock_2" />
|
73
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_GeneralDiscussionOfPensionAndOtherPostretirementBenefitsAbstract" xlink:to="us-gaap_PensionAndOtherPostretirementBenefitsDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
74
|
-
</presentationLink>
|
75
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SegmentInformation" xlink:title="0611 - Disclosure - Segment Information">
|
76
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SegmentInformationAbstract" xlink:label="bgllc_SegmentInformationAbstract" />
|
77
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_SegmentReportingDisclosureTextBlock" xlink:label="us-gaap_SegmentReportingDisclosureTextBlock_2" />
|
78
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_SegmentInformationAbstract" xlink:to="us-gaap_SegmentReportingDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
79
|
-
</presentationLink>
|
80
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/RestructuringCharges" xlink:title="0612 - Disclosure - Restructuring Charges">
|
81
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RestructuringChargesAbstract" xlink:label="loc_RestructuringChargesAbstract" />
|
82
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RestructuringAndRelatedActivitiesDisclosureTextBlock" xlink:label="loc_RestructuringAndRelatedActivitiesDisclosureTextBlock" />
|
83
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RestructuringChargesAbstract" xlink:to="loc_RestructuringAndRelatedActivitiesDisclosureTextBlock" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
84
|
-
</presentationLink>
|
85
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/SupplementalCashFlowInformation" xlink:title="0613 - Disclosure - Supplemental Cash Flow Information">
|
86
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SupplementalCashFlowInformationDisclosureAbstract" xlink:label="bgllc_SupplementalCashFlowInformationDisclosureAbstract" />
|
87
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashFlowSupplementalDisclosuresTextBlock" xlink:label="us-gaap_CashFlowSupplementalDisclosuresTextBlock_2" />
|
88
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_SupplementalCashFlowInformationDisclosureAbstract" xlink:to="us-gaap_CashFlowSupplementalDisclosuresTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
89
|
-
</presentationLink>
|
90
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/Contingencies" xlink:title="0614 - Disclosure - Contingencies">
|
91
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ContingenciesAbstract" xlink:label="bgllc_ContingenciesAbstract" />
|
92
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CommitmentsAndContingenciesDisclosureTextBlock" xlink:label="us-gaap_CommitmentsAndContingenciesDisclosureTextBlock_2" />
|
93
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_ContingenciesAbstract" xlink:to="us-gaap_CommitmentsAndContingenciesDisclosureTextBlock_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
94
|
-
</presentationLink>
|
95
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/DocumentAndEntityInformation" xlink:title="00 - Document - Document and Company Information">
|
96
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_DocumentAndCompanyInformationAbstract" xlink:label="bgllc_DocumentAndCompanyInformationAbstract" />
|
97
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="us-gaap_StatementTable_2" />
|
98
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_DocumentAndCompanyInformationAbstract" xlink:to="us-gaap_StatementTable_2" order="20" use="optional" />
|
99
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
100
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StatementTable_2" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
101
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityCommonStockSharesOutstanding" xlink:label="loc_EntityCommonStockSharesOutstanding" />
|
102
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityCommonStockSharesOutstanding" order="240" use="optional" />
|
103
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityPublicFloat" xlink:label="loc_EntityPublicFloat" />
|
104
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityPublicFloat" order="220" use="optional" />
|
105
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityFilerCategory" xlink:label="loc_EntityFilerCategory" />
|
106
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityFilerCategory" order="200" use="optional" />
|
107
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityCurrentReportingStatus" xlink:label="loc_EntityCurrentReportingStatus" />
|
108
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityCurrentReportingStatus" order="180" use="optional" />
|
109
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityVoluntaryFilers" xlink:label="loc_EntityVoluntaryFilers" />
|
110
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityVoluntaryFilers" order="160" use="optional" />
|
111
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityWellKnownSeasonedIssuer" xlink:label="loc_EntityWellKnownSeasonedIssuer" />
|
112
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityWellKnownSeasonedIssuer" order="140" use="optional" />
|
113
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_CurrentFiscalYearEndDate" xlink:label="loc_CurrentFiscalYearEndDate" />
|
114
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_CurrentFiscalYearEndDate" order="120" use="optional" />
|
115
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_AmendmentFlag" xlink:label="loc_AmendmentFlag" />
|
116
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_AmendmentFlag" order="100" use="optional" />
|
117
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_DocumentPeriodEndDate" xlink:label="loc_DocumentPeriodEndDate" />
|
118
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_DocumentPeriodEndDate" order="80" use="optional" />
|
119
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_DocumentType" xlink:label="loc_DocumentType" />
|
120
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_DocumentType" order="60" use="optional" />
|
121
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityCentralIndexKey" xlink:label="loc_EntityCentralIndexKey" />
|
122
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityCentralIndexKey" order="40" use="optional" />
|
123
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd#dei_EntityRegistrantName" xlink:label="loc_EntityRegistrantName" />
|
124
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EntityRegistrantName" order="20" use="optional" />
|
125
|
-
</presentationLink>
|
126
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfOperations" xlink:title="01 - Statement - Condensed Consolidated Statements of Operations (Unaudited)">
|
127
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncomeStatementAbstract" xlink:label="loc_IncomeStatementAbstract" />
|
128
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
129
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncomeStatementAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
130
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
131
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
132
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_SalesRevenueGoodsNet" xlink:label="loc_SalesRevenueGoodsNet" />
|
133
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_SalesRevenueGoodsNet" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
134
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CostOfGoodsSold" xlink:label="us-gaap_CostOfGoodsSold_2" />
|
135
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_CostOfGoodsSold_2" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
136
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_GrossProfit" xlink:label="us-gaap_GrossProfit_2" />
|
137
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_GrossProfit_2" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
138
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_SellingDeliveryAndAdministrativeExpenses" xlink:label="bgllc_SellingDeliveryAndAdministrativeExpenses" />
|
139
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_SellingDeliveryAndAdministrativeExpenses" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
140
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OperatingIncomeLoss" xlink:label="us-gaap_OperatingIncomeLoss_2" />
|
141
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_OperatingIncomeLoss_2" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
142
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InterestExpense" xlink:label="loc_InterestExpense" />
|
143
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_InterestExpense" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
144
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InvestmentIncomeInterest" xlink:label="loc_InvestmentIncomeInterest" />
|
145
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_InvestmentIncomeInterest" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
146
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ForeignCurrencyTransactionGainLossBeforeTax" xlink:label="loc_ForeignCurrencyTransactionGainLossBeforeTax" />
|
147
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ForeignCurrencyTransactionGainLossBeforeTax" order="160" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negatedTotal" />
|
148
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_IncomeBeforeIncomeTaxes" xlink:label="bgllc_IncomeBeforeIncomeTaxes" />
|
149
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_IncomeBeforeIncomeTaxes" order="180" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
150
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncomeTaxExpenseBenefit" xlink:label="loc_IncomeTaxExpenseBenefit" />
|
151
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_IncomeTaxExpenseBenefit" order="200" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
152
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
|
153
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ProfitLoss" order="220" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
154
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetIncomeLossAttributableToNoncontrollingInterest" xlink:label="loc_NetIncomeLossAttributableToNoncontrollingInterest" />
|
155
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_NetIncomeLossAttributableToNoncontrollingInterest" order="240" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
156
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetIncomeLoss" xlink:label="loc_NetIncomeLoss" />
|
157
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_NetIncomeLoss" order="260" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
158
|
-
</presentationLink>
|
159
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfCashFlows" xlink:title="02 - Statement - Condensed Consolidated Statements of Cash Flows (Unaudited)">
|
160
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementOfCashFlowsAbstract" xlink:label="loc_StatementOfCashFlowsAbstract" />
|
161
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
162
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementOfCashFlowsAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
163
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
164
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
165
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInOperatingActivitiesAbstract" xlink:label="us-gaap_NetCashProvidedByUsedInOperatingActivitiesAbstract_2" />
|
166
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_NetCashProvidedByUsedInOperatingActivitiesAbstract_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
167
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
|
168
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInOperatingActivitiesAbstract_2" xlink:to="loc_ProfitLoss" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
169
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:label="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" />
|
170
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInOperatingActivitiesAbstract_2" xlink:to="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
171
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DepreciationDepletionAndAmortization" xlink:label="loc_DepreciationDepletionAndAmortization" />
|
172
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_DepreciationDepletionAndAmortization" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
173
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredIncomeTaxExpenseBenefit" xlink:label="loc_DeferredIncomeTaxExpenseBenefit" />
|
174
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_DeferredIncomeTaxExpenseBenefit" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
175
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ShareBasedCompensation" xlink:label="loc_ShareBasedCompensation" />
|
176
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_ShareBasedCompensation" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
177
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" xlink:label="loc_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" />
|
178
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_AdjustmentsNoncashItemsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesOther" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
179
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInOperatingCapitalAbstract" xlink:label="loc_IncreaseDecreaseInOperatingCapitalAbstract" />
|
180
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_IncreaseDecreaseInOperatingCapitalAbstract" order="100" use="optional" />
|
181
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInReceivables" xlink:label="loc_IncreaseDecreaseInReceivables" />
|
182
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="loc_IncreaseDecreaseInReceivables" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
183
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInInventories" xlink:label="loc_IncreaseDecreaseInInventories" />
|
184
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="loc_IncreaseDecreaseInInventories" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
185
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" xlink:label="loc_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" />
|
186
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="loc_IncreaseDecreaseInPrepaidDeferredExpenseAndOtherAssets" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
187
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" xlink:label="loc_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" />
|
188
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="loc_IncreaseDecreaseInAccountsPayableAndAccruedLiabilities" order="80" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
189
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable" xlink:label="us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable_2" />
|
190
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="us-gaap_IncreaseDecreaseInAccruedIncomeTaxesPayable_2" order="100" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negatedTotal" />
|
191
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IncreaseDecreaseInOperatingCapital" xlink:label="us-gaap_IncreaseDecreaseInOperatingCapital_2" />
|
192
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_IncreaseDecreaseInOperatingCapitalAbstract" xlink:to="us-gaap_IncreaseDecreaseInOperatingCapital_2" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
193
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PensionContributions" xlink:label="us-gaap_PensionContributions_2" />
|
194
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="us-gaap_PensionContributions_2" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
195
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OtherAdjustmentsNet" xlink:label="bgllc_OtherAdjustmentsNet_2" />
|
196
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="bgllc_OtherAdjustmentsNet_2" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
197
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInOperatingActivities" xlink:label="loc_NetCashProvidedByUsedInOperatingActivities" />
|
198
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdjustmentsToReconcileNetIncomeLossToCashProvidedByUsedInOperatingActivitiesAbstract" xlink:to="loc_NetCashProvidedByUsedInOperatingActivities" order="160" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
199
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract" xlink:label="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" />
|
200
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
201
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsForCapitalImprovements" xlink:label="us-gaap_PaymentsForCapitalImprovements_2" />
|
202
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="us-gaap_PaymentsForCapitalImprovements_2" order="20" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
203
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsToAcquireBusinessesAndInterestInAffiliates" xlink:label="loc_PaymentsToAcquireBusinessesAndInterestInAffiliates" />
|
204
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="loc_PaymentsToAcquireBusinessesAndInterestInAffiliates" order="40" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
205
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsToAcquireEquityMethodInvestments" xlink:label="loc_PaymentsToAcquireEquityMethodInvestments" />
|
206
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="loc_PaymentsToAcquireEquityMethodInvestments" order="60" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
207
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromSaleOfPropertyPlantAndEquipment" xlink:label="loc_ProceedsFromSaleOfPropertyPlantAndEquipment" />
|
208
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="loc_ProceedsFromSaleOfPropertyPlantAndEquipment" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
209
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromPaymentsForLongTermLoansForRelatedParties" xlink:label="loc_ProceedsFromPaymentsForLongTermLoansForRelatedParties" />
|
210
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="loc_ProceedsFromPaymentsForLongTermLoansForRelatedParties" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
211
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" xlink:label="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" />
|
212
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="bgllc_IssuanceOfNoteReceivableFromNoncontrolledAffiliate" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
213
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" xlink:label="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" />
|
214
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="bgllc_RepaymentsOfNoteReceivableFromNoncontrolledAffiliate" order="140" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
215
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PaymentsForProceedsFromOtherInvestingActivities" xlink:label="us-gaap_PaymentsForProceedsFromOtherInvestingActivities_2" />
|
216
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="us-gaap_PaymentsForProceedsFromOtherInvestingActivities_2" order="160" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negatedTotal" />
|
217
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInInvestingActivities" xlink:label="loc_NetCashProvidedByUsedInInvestingActivities" />
|
218
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInInvestingActivitiesAbstract_2" xlink:to="loc_NetCashProvidedByUsedInInvestingActivities" order="180" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" priority="1" />
|
219
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract" xlink:label="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" />
|
220
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
221
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromRepaymentsOfShortTermDebt" xlink:label="loc_ProceedsFromRepaymentsOfShortTermDebt" />
|
222
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="loc_ProceedsFromRepaymentsOfShortTermDebt" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
223
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromIssuanceOfLongTermDebt" xlink:label="loc_ProceedsFromIssuanceOfLongTermDebt" />
|
224
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="loc_ProceedsFromIssuanceOfLongTermDebt" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
225
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RepaymentsOfLongTermDebt" xlink:label="loc_RepaymentsOfLongTermDebt" />
|
226
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="loc_RepaymentsOfLongTermDebt" order="60" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negated" />
|
227
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ProceedsFromNoncontrollingInterestHolder" xlink:label="bgllc_ProceedsFromNoncontrollingInterestHolder" />
|
228
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="bgllc_ProceedsFromNoncontrollingInterestHolder" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
229
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProceedsFromPaymentsForOtherFinancingActivities" xlink:label="us-gaap_ProceedsFromPaymentsForOtherFinancingActivities_2" />
|
230
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="us-gaap_ProceedsFromPaymentsForOtherFinancingActivities_2" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
231
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NetCashProvidedByUsedInFinancingActivities" xlink:label="loc_NetCashProvidedByUsedInFinancingActivities" />
|
232
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_NetCashProvidedByUsedInFinancingActivitiesAbstract_2" xlink:to="loc_NetCashProvidedByUsedInFinancingActivities" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" priority="1" />
|
233
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_EffectOfExchangeRateOnCashAndCashEquivalents" xlink:label="loc_EffectOfExchangeRateOnCashAndCashEquivalents" />
|
234
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_EffectOfExchangeRateOnCashAndCashEquivalents" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
235
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsPeriodIncreaseDecrease" xlink:label="us-gaap_CashAndCashEquivalentsPeriodIncreaseDecrease_2" />
|
236
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_CashAndCashEquivalentsPeriodIncreaseDecrease_2" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
237
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsAtCarryingValue" xlink:label="loc_CashAndCashEquivalentsAtCarryingValue" />
|
238
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_CashAndCashEquivalentsAtCarryingValue" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/periodStartLabel" />
|
239
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsAtCarryingValue" xlink:label="loc_CashAndCashEquivalentsAtCarryingValue_1" />
|
240
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_CashAndCashEquivalentsAtCarryingValue_1" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/periodEndLabel" />
|
241
|
-
</presentationLink>
|
242
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/BalanceSheets" xlink:title="03 - Statement - Condensed Consolidated Balance Sheets (Unaudited)">
|
243
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementOfFinancialPositionAbstract" xlink:label="loc_StatementOfFinancialPositionAbstract" />
|
244
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
245
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementOfFinancialPositionAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
246
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
247
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
248
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AssetsAbstract" xlink:label="loc_AssetsAbstract" />
|
249
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_AssetsAbstract" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
250
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AssetsCurrentAbstract" xlink:label="us-gaap_AssetsCurrentAbstract_2" />
|
251
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="us-gaap_AssetsCurrentAbstract_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
252
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CashAndCashEquivalentsAtCarryingValue" xlink:label="loc_CashAndCashEquivalentsAtCarryingValue" />
|
253
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_AssetsCurrentAbstract_2" xlink:to="loc_CashAndCashEquivalentsAtCarryingValue" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
254
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ReceivablesNetCurrent" xlink:label="loc_ReceivablesNetCurrent" />
|
255
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_AssetsCurrentAbstract_2" xlink:to="loc_ReceivablesNetCurrent" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
256
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InventoryNet" xlink:label="loc_InventoryNet" />
|
257
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_AssetsCurrentAbstract_2" xlink:to="loc_InventoryNet" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
258
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_PrepaidExpensesAndOtherCurrentAssets" xlink:label="bgllc_PrepaidExpensesAndOtherCurrentAssets_4" />
|
259
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_AssetsCurrentAbstract_2" xlink:to="bgllc_PrepaidExpensesAndOtherCurrentAssets_4" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
260
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AssetsCurrent" xlink:label="loc_AssetsCurrent" />
|
261
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_AssetsCurrentAbstract_2" xlink:to="loc_AssetsCurrent" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
262
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PropertyPlantAndEquipmentNet" xlink:label="loc_PropertyPlantAndEquipmentNet" />
|
263
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_PropertyPlantAndEquipmentNet" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
264
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_IntangibleAssetsNetExcludingGoodwill" xlink:label="loc_IntangibleAssetsNetExcludingGoodwill" />
|
265
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_IntangibleAssetsNetExcludingGoodwill" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
266
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Goodwill" xlink:label="us-gaap_Goodwill_2" />
|
267
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="us-gaap_Goodwill_2" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
268
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" xlink:label="loc_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" />
|
269
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_InvestmentsInAffiliatesSubsidiariesAssociatesAndJointVentures" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
270
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DueFromRelatedPartiesNoncurrent" xlink:label="loc_DueFromRelatedPartiesNoncurrent" />
|
271
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_DueFromRelatedPartiesNoncurrent" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
272
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherAssetsNoncurrent" xlink:label="loc_OtherAssetsNoncurrent" />
|
273
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_OtherAssetsNoncurrent" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
274
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Assets" xlink:label="loc_Assets" />
|
275
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AssetsAbstract" xlink:to="loc_Assets" order="160" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
276
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesAndStockholdersEquityAbstract" xlink:label="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" />
|
277
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
278
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesCurrentAbstract" xlink:label="us-gaap_LiabilitiesCurrentAbstract_2" />
|
279
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="us-gaap_LiabilitiesCurrentAbstract_2" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
280
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccountsPayableAndAccruedLiabilitiesCurrent" xlink:label="loc_AccountsPayableAndAccruedLiabilitiesCurrent" />
|
281
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesCurrentAbstract_2" xlink:to="loc_AccountsPayableAndAccruedLiabilitiesCurrent" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
282
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ShortTermBorrowings" xlink:label="loc_ShortTermBorrowings" />
|
283
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesCurrentAbstract_2" xlink:to="loc_ShortTermBorrowings" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
284
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LongTermDebtAndCapitalLeaseObligationsCurrent" xlink:label="us-gaap_LongTermDebtAndCapitalLeaseObligationsCurrent_2" />
|
285
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesCurrentAbstract_2" xlink:to="us-gaap_LongTermDebtAndCapitalLeaseObligationsCurrent_2" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" priority="1" />
|
286
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesCurrent" xlink:label="loc_LiabilitiesCurrent" />
|
287
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesCurrentAbstract_2" xlink:to="loc_LiabilitiesCurrent" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
288
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LongTermDebtAndCapitalLeaseObligations" xlink:label="loc_LongTermDebtAndCapitalLeaseObligations" />
|
289
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="loc_LongTermDebtAndCapitalLeaseObligations" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
290
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherLiabilitiesNoncurrent" xlink:label="us-gaap_OtherLiabilitiesNoncurrent_2" />
|
291
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="us-gaap_OtherLiabilitiesNoncurrent_2" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
292
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredTaxLiabilitiesNoncurrent" xlink:label="us-gaap_DeferredTaxLiabilitiesNoncurrent_2" />
|
293
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="us-gaap_DeferredTaxLiabilitiesNoncurrent_2" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
294
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_Liabilities" xlink:label="loc_Liabilities" />
|
295
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="loc_Liabilities" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
296
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquityAbstract" xlink:label="us-gaap_StockholdersEquityAbstract_2" />
|
297
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="us-gaap_StockholdersEquityAbstract_2" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
298
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OwnersNetInvestment" xlink:label="bgllc_OwnersNetInvestment" />
|
299
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StockholdersEquityAbstract_2" xlink:to="bgllc_OwnersNetInvestment" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
300
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedOtherComprehensiveIncomeLossNetOfTax" xlink:label="loc_AccumulatedOtherComprehensiveIncomeLossNetOfTax" />
|
301
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StockholdersEquityAbstract_2" xlink:to="loc_AccumulatedOtherComprehensiveIncomeLossNetOfTax" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
302
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquity" xlink:label="loc_StockholdersEquity" />
|
303
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StockholdersEquityAbstract_2" xlink:to="loc_StockholdersEquity" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
304
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_MinorityInterest" xlink:label="us-gaap_MinorityInterest_2" />
|
305
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StockholdersEquityAbstract_2" xlink:to="us-gaap_MinorityInterest_2" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" priority="1" />
|
306
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" />
|
307
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_StockholdersEquityAbstract_2" xlink:to="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
308
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_LiabilitiesAndStockholdersEquity" xlink:label="loc_LiabilitiesAndStockholdersEquity" />
|
309
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="us-gaap_LiabilitiesAndStockholdersEquityAbstract_2" xlink:to="loc_LiabilitiesAndStockholdersEquity" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
310
|
-
</presentationLink>
|
311
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfComprehensiveIncome" xlink:title="05 - Statement - Condensed Consolidated Statements of Comprehensive Income (Unaudited)">
|
312
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementOfIncomeAndComprehensiveIncomeAbstract" xlink:label="loc_StatementOfIncomeAndComprehensiveIncomeAbstract" />
|
313
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
314
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementOfIncomeAndComprehensiveIncomeAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
315
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
316
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
317
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
|
318
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ProfitLoss" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
319
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" xlink:label="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" />
|
320
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
321
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" xlink:label="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" />
|
322
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/terseLabel" />
|
323
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" xlink:label="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" />
|
324
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" order="80" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negatedTotal" />
|
325
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:label="us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest_2" />
|
326
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest_2" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
327
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" xlink:label="loc_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" />
|
328
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ComprehensiveIncomeNetOfTaxAttributableToNoncontrollingInterest" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
329
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTax" xlink:label="loc_ComprehensiveIncomeNetOfTax" />
|
330
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ComprehensiveIncomeNetOfTax" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
331
|
-
</presentationLink>
|
332
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfChangesInEquity" xlink:title="04 - Statement - Condensed Consolidated Statements of Changes in Shareholders Equity (Unaudited)">
|
333
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementOfStockholdersEquityAbstract" xlink:label="loc_StatementOfStockholdersEquityAbstract" />
|
334
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
335
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementOfStockholdersEquityAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
336
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementEquityComponentsAxis" xlink:label="loc_StatementEquityComponentsAxis" />
|
337
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementEquityComponentsAxis" order="60" use="optional" />
|
338
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_EquityComponentDomain" xlink:label="loc_EquityComponentDomain" />
|
339
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementEquityComponentsAxis" xlink:to="loc_EquityComponentDomain" order="20" use="optional" />
|
340
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ParentMember" xlink:label="loc_ParentMember" />
|
341
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_ParentMember" order="20" use="optional" />
|
342
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CommonStockMember" xlink:label="loc_CommonStockMember" />
|
343
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CommonStockMember" order="20" use="optional" />
|
344
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PreferredStockMember" xlink:label="loc_PreferredStockMember" />
|
345
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_PreferredStockMember" order="40" use="optional" />
|
346
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CapitalUnitsMember" xlink:label="loc_CapitalUnitsMember" />
|
347
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CapitalUnitsMember" order="60" use="optional" />
|
348
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CommonStockIncludingAdditionalPaidInCapitalMember" xlink:label="loc_CommonStockIncludingAdditionalPaidInCapitalMember" />
|
349
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CommonStockIncludingAdditionalPaidInCapitalMember" order="80" use="optional" />
|
350
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PreferredStockIncludingAdditionalPaidInCapitalMember" xlink:label="loc_PreferredStockIncludingAdditionalPaidInCapitalMember" />
|
351
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_PreferredStockIncludingAdditionalPaidInCapitalMember" order="100" use="optional" />
|
352
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdditionalPaidInCapitalMember" xlink:label="loc_AdditionalPaidInCapitalMember" />
|
353
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AdditionalPaidInCapitalMember" order="120" use="optional" />
|
354
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherAdditionalCapitalMember" xlink:label="loc_OtherAdditionalCapitalMember" />
|
355
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdditionalPaidInCapitalMember" xlink:to="loc_OtherAdditionalCapitalMember" order="20" use="optional" />
|
356
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredCompensationShareBasedPaymentsMember" xlink:label="loc_DeferredCompensationShareBasedPaymentsMember" />
|
357
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_DeferredCompensationShareBasedPaymentsMember" order="140" use="optional" />
|
358
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_TreasuryStockMember" xlink:label="loc_TreasuryStockMember" />
|
359
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_TreasuryStockMember" order="160" use="optional" />
|
360
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsMember" xlink:label="loc_RetainedEarningsMember" />
|
361
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_RetainedEarningsMember" order="180" use="optional" />
|
362
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsAppropriatedMember" xlink:label="loc_RetainedEarningsAppropriatedMember" />
|
363
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_RetainedEarningsAppropriatedMember" order="20" use="optional" />
|
364
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsUnappropriatedMember" xlink:label="loc_RetainedEarningsUnappropriatedMember" />
|
365
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_RetainedEarningsUnappropriatedMember" order="40" use="optional" />
|
366
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" xlink:label="loc_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" />
|
367
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" order="60" use="optional" />
|
368
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" xlink:label="loc_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" />
|
369
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" order="80" use="optional" />
|
370
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedDistributionsInExcessOfNetIncomeMember" xlink:label="loc_AccumulatedDistributionsInExcessOfNetIncomeMember" />
|
371
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AccumulatedDistributionsInExcessOfNetIncomeMember" order="200" use="optional" />
|
372
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedOtherComprehensiveIncomeMember" xlink:label="loc_AccumulatedOtherComprehensiveIncomeMember" />
|
373
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AccumulatedOtherComprehensiveIncomeMember" order="220" use="optional" />
|
374
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedNetUnrealizedInvestmentGainLossMember" xlink:label="loc_AccumulatedNetUnrealizedInvestmentGainLossMember" />
|
375
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedNetUnrealizedInvestmentGainLossMember" order="20" use="optional" />
|
376
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" xlink:label="loc_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" />
|
377
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" order="40" use="optional" />
|
378
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedTranslationAdjustmentMember" xlink:label="loc_AccumulatedTranslationAdjustmentMember" />
|
379
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedTranslationAdjustmentMember" order="60" use="optional" />
|
380
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedDefinedBenefitPlansAdjustmentMember" xlink:label="loc_AccumulatedDefinedBenefitPlansAdjustmentMember" />
|
381
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedDefinedBenefitPlansAdjustmentMember" order="80" use="optional" />
|
382
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NoncontrollingInterestMember" xlink:label="loc_NoncontrollingInterestMember" />
|
383
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_NoncontrollingInterestMember" order="40" use="optional" />
|
384
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeMember" xlink:label="loc_ComprehensiveIncomeMember" />
|
385
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_ComprehensiveIncomeMember" order="60" use="optional" />
|
386
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
387
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
388
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" />
|
389
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/periodStartLabel" />
|
390
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxAbstract" xlink:label="loc_ComprehensiveIncomeNetOfTaxAbstract" />
|
391
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_ComprehensiveIncomeNetOfTaxAbstract" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
392
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ProfitLoss" xlink:label="loc_ProfitLoss" />
|
393
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ComprehensiveIncomeNetOfTaxAbstract" xlink:to="loc_ProfitLoss" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
394
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" xlink:label="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" />
|
395
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ComprehensiveIncomeNetOfTaxAbstract" xlink:to="loc_OtherComprehensiveIncomeForeignCurrencyTransactionAndTranslationGainLossBeforeReclassificationAndTax" order="40" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
396
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" xlink:label="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" />
|
397
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ComprehensiveIncomeNetOfTaxAbstract" xlink:to="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesNetOfTaxPeriodIncreaseDecrease" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
398
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" xlink:label="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" />
|
399
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ComprehensiveIncomeNetOfTaxAbstract" xlink:to="loc_OtherComprehensiveIncomeDefinedBenefitPlansAdjustmentNetOfTaxPortionAttributableToParent" order="80" use="optional" preferredLabel="http://xbrl.us/us-gaap/role/label/negatedTotal" />
|
400
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" />
|
401
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ComprehensiveIncomeNetOfTaxAbstract" xlink:to="loc_ComprehensiveIncomeNetOfTaxIncludingPortionAttributableToNoncontrollingInterest" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
402
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsToAdditionalPaidInCapitalTaxEffectFromShareBasedCompensation" xlink:label="loc_AdjustmentsToAdditionalPaidInCapitalTaxEffectFromShareBasedCompensation" />
|
403
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_AdjustmentsToAdditionalPaidInCapitalTaxEffectFromShareBasedCompensation" order="80" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
404
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_WithholdingTaxEquityAwards" xlink:label="bgllc_WithholdingTaxEquityAwards" />
|
405
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_WithholdingTaxEquityAwards" order="100" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
406
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue" xlink:label="loc_AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue" />
|
407
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_AdjustmentsToAdditionalPaidInCapitalSharebasedCompensationRequisiteServicePeriodRecognitionValue" order="120" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
408
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" xlink:label="bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" />
|
409
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_ContributionsFromOwnersIncludingNoncontrollingInterests" order="140" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
410
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_CashDistributionsToOwner" xlink:label="bgllc_CashDistributionsToOwner" />
|
411
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_CashDistributionsToOwner" order="160" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
412
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_ContributionsFromNoncontrollingInterestHolder" xlink:label="bgllc_ContributionsFromNoncontrollingInterestHolder_2" />
|
413
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_ContributionsFromNoncontrollingInterestHolder_2" order="180" use="optional" preferredLabel="http://www.xbrl.org/2003/role/totalLabel" />
|
414
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest" xlink:label="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest_1" />
|
415
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_StockholdersEquityIncludingPortionAttributableToNoncontrollingInterest_1" order="200" use="optional" preferredLabel="http://www.xbrl.org/2003/role/periodEndLabel" />
|
416
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" xlink:label="bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" />
|
417
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="bgllc_Sfas158MeasurementDateAdjustmentNetOfTax" order="60" use="optional" preferredLabel="http://www.xbrl.org/2003/role/terseLabel" />
|
418
|
-
</presentationLink>
|
419
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/StatementsOfChangesInEquityParenthetical" xlink:title="041 - Statement - Condensed Consolidated Statements of Changes in Equity (Parenthetical) (Unaudited)">
|
420
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementOfStockholdersEquityAbstract" xlink:label="loc_StatementOfStockholdersEquityAbstract" />
|
421
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementTable" xlink:label="loc_StatementTable" />
|
422
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementOfStockholdersEquityAbstract" xlink:to="loc_StatementTable" order="20" use="optional" />
|
423
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementEquityComponentsAxis" xlink:label="loc_StatementEquityComponentsAxis" />
|
424
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementEquityComponentsAxis" order="60" use="optional" />
|
425
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_EquityComponentDomain" xlink:label="loc_EquityComponentDomain" />
|
426
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementEquityComponentsAxis" xlink:to="loc_EquityComponentDomain" order="20" use="optional" />
|
427
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ParentMember" xlink:label="loc_ParentMember" />
|
428
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_ParentMember" order="20" use="optional" />
|
429
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CommonStockMember" xlink:label="loc_CommonStockMember" />
|
430
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CommonStockMember" order="20" use="optional" />
|
431
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PreferredStockMember" xlink:label="loc_PreferredStockMember" />
|
432
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_PreferredStockMember" order="40" use="optional" />
|
433
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CapitalUnitsMember" xlink:label="loc_CapitalUnitsMember" />
|
434
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CapitalUnitsMember" order="60" use="optional" />
|
435
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_CommonStockIncludingAdditionalPaidInCapitalMember" xlink:label="loc_CommonStockIncludingAdditionalPaidInCapitalMember" />
|
436
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_CommonStockIncludingAdditionalPaidInCapitalMember" order="80" use="optional" />
|
437
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_PreferredStockIncludingAdditionalPaidInCapitalMember" xlink:label="loc_PreferredStockIncludingAdditionalPaidInCapitalMember" />
|
438
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_PreferredStockIncludingAdditionalPaidInCapitalMember" order="100" use="optional" />
|
439
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AdditionalPaidInCapitalMember" xlink:label="loc_AdditionalPaidInCapitalMember" />
|
440
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AdditionalPaidInCapitalMember" order="120" use="optional" />
|
441
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherAdditionalCapitalMember" xlink:label="loc_OtherAdditionalCapitalMember" />
|
442
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AdditionalPaidInCapitalMember" xlink:to="loc_OtherAdditionalCapitalMember" order="20" use="optional" />
|
443
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_DeferredCompensationShareBasedPaymentsMember" xlink:label="loc_DeferredCompensationShareBasedPaymentsMember" />
|
444
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_DeferredCompensationShareBasedPaymentsMember" order="140" use="optional" />
|
445
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_TreasuryStockMember" xlink:label="loc_TreasuryStockMember" />
|
446
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_TreasuryStockMember" order="160" use="optional" />
|
447
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsMember" xlink:label="loc_RetainedEarningsMember" />
|
448
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_RetainedEarningsMember" order="180" use="optional" />
|
449
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsAppropriatedMember" xlink:label="loc_RetainedEarningsAppropriatedMember" />
|
450
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_RetainedEarningsAppropriatedMember" order="40" use="optional" />
|
451
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_OwnersNetInvestmentMember" xlink:label="bgllc_OwnersNetInvestmentMember" />
|
452
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="bgllc_OwnersNetInvestmentMember" order="20" use="optional" />
|
453
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_RetainedEarningsUnappropriatedMember" xlink:label="loc_RetainedEarningsUnappropriatedMember" />
|
454
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_RetainedEarningsUnappropriatedMember" order="60" use="optional" />
|
455
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" xlink:label="loc_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" />
|
456
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_UndistributedIncomeFromOtherThanGainOrLossOnSaleOfPropertiesMember" order="80" use="optional" />
|
457
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" xlink:label="loc_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" />
|
458
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_RetainedEarningsMember" xlink:to="loc_UndistributedNetRealizedGainOrLossOnSaleOfPropertiesMember" order="100" use="optional" />
|
459
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedDistributionsInExcessOfNetIncomeMember" xlink:label="loc_AccumulatedDistributionsInExcessOfNetIncomeMember" />
|
460
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AccumulatedDistributionsInExcessOfNetIncomeMember" order="200" use="optional" />
|
461
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedOtherComprehensiveIncomeMember" xlink:label="loc_AccumulatedOtherComprehensiveIncomeMember" />
|
462
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_ParentMember" xlink:to="loc_AccumulatedOtherComprehensiveIncomeMember" order="220" use="optional" />
|
463
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedNetUnrealizedInvestmentGainLossMember" xlink:label="loc_AccumulatedNetUnrealizedInvestmentGainLossMember" />
|
464
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedNetUnrealizedInvestmentGainLossMember" order="20" use="optional" />
|
465
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" xlink:label="loc_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" />
|
466
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedNetGainLossFromDesignatedOrQualifyingCashFlowHedgesMember" order="40" use="optional" />
|
467
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedTranslationAdjustmentMember" xlink:label="loc_AccumulatedTranslationAdjustmentMember" />
|
468
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedTranslationAdjustmentMember" order="60" use="optional" />
|
469
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_AccumulatedDefinedBenefitPlansAdjustmentMember" xlink:label="loc_AccumulatedDefinedBenefitPlansAdjustmentMember" />
|
470
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_AccumulatedOtherComprehensiveIncomeMember" xlink:to="loc_AccumulatedDefinedBenefitPlansAdjustmentMember" order="80" use="optional" />
|
471
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_NoncontrollingInterestMember" xlink:label="loc_NoncontrollingInterestMember" />
|
472
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_NoncontrollingInterestMember" order="40" use="optional" />
|
473
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ComprehensiveIncomeMember" xlink:label="loc_ComprehensiveIncomeMember" />
|
474
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_EquityComponentDomain" xlink:to="loc_ComprehensiveIncomeMember" order="60" use="optional" />
|
475
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_StatementLineItems" xlink:label="loc_StatementLineItems" />
|
476
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementTable" xlink:to="loc_StatementLineItems" order="20" use="optional" />
|
477
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesTaxPortionAttributableToParent" xlink:label="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesTaxPortionAttributableToParent" />
|
478
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="loc_StatementLineItems" xlink:to="loc_OtherComprehensiveIncomeDerivativesQualifyingAsHedgesTaxPortionAttributableToParent" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" />
|
479
|
-
</presentationLink>
|
480
|
-
<presentationLink xlink:type="extended" xlink:role="http://pbg.com/20090613/role/Guarantees" xlink:title="0615 - Disclosure - Guarantees">
|
481
|
-
<loc xlink:type="locator" xlink:href="bgllc-20090905.xsd#bgllc_GuaranteesAbstract" xlink:label="bgllc_GuaranteesAbstract" />
|
482
|
-
<loc xlink:type="locator" xlink:href="http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd#us-gaap_ScheduleOfGuaranteeObligationsTextBlock" xlink:label="loc_ScheduleOfGuaranteeObligationsTextBlock" />
|
483
|
-
<presentationArc xlink:type="arc" xlink:arcrole="http://www.xbrl.org/2003/arcrole/parent-child" xlink:from="bgllc_GuaranteesAbstract" xlink:to="loc_ScheduleOfGuaranteeObligationsTextBlock" order="20" use="optional" preferredLabel="http://www.xbrl.org/2003/role/verboseLabel" priority="1" />
|
484
|
-
</presentationLink>
|
485
|
-
</linkbase>
|