Documents: Object 1
Documents: Object 1
Documents: Object 1
Scribd
Upload a Document
Search Documents
Object 2
Explore
Documents
• Books - Fiction
• Books - Non-fiction
• Health & Medicine
• Brochures/Catalogs
• Government Docs
• How-To Guides/Manuals
• Magazines/Newspapers
• Recipes/Menus
• School Work
• + all categories
• Featured
• Recent
People
• Authors
• Students
• Researchers
• Publishers
• Government & Nonprofits
• Businesses
• Musicians
• Artists & Designers
• Teachers
• + all categories
• Most Followed
• Popular
• Sign Up
• |
• Log In
First Page
Previous Page
Next Page
/ 70
Zoom Out
Zoom In
Fullscreen
Exit Fullscreen
View Mode
BookSlideshowScroll
Search within document...
Readcast
Add a Comment
SUBMIT
Add to Collections
Download this Document for Free
Auto-hide: off
GA_googleFillSlot("DocPage_ATF_728x90");
var pubId=25028;
var siteId=25621;
var kadId=20425;
var kadwidth=728;
var kadheight=90;
var kadtype=1;
<!--
google_ad_client="ca-pub-7291399211842501";
google_ad_channel="5216549431";
google_ad_width=728;
google_ad_height=90;
google_ad_type="text_image";
google_ad_format="728x90_as";
google_color_border="008B8B";
google_color_bg="008B8B";
google_color_link="0000FF";
google_color_url="FFFFFF";
google_color_text="FFFFFF";
//-->google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
Object 5
GA_googleFillSlot("DocPage_ATF_336x280");
docManager.setupTestElements();
LPI_CertifyMe_117-201_v2010-07-29_244q_By-Taylor
Number: 117-20
Passing Score: 800
Time Limit: 120 min
File Version: 2010-07-29
Code: 117-201
Version: 2010-07-29
updated new questions.
Good Luck to you all.
By-Taylor
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 1};
pageParams.containerElem = document.getElementById("outer_page_1");
pageParams.innerPageElem = document.getElementById("page1");
var page = docManager.addPage(pageParams);
})();
GA_googleFillSlot("DocPage_BTF_468x60");
aster_cloud_id = '2437661';
aster_cloud_format = '600x90'; document.write(unescape("%3Cscript
src='http://web.asterpix.com/media/js/searchlight.js' type='text/javascript'%3E%3C/script%3E"));
Object 6
Exam A
QUESTION 1
A. It first reads and executes commands in /etc/profile and then does same for ~/. bash_profile and
~/.
Bashrc.
B. It first reads and executes commands in /etc/bashrc and then does the same for /etc/profile.
C. It reads and executes commands in ~/.bashrc only if /etc/ profile or another initialisation script
calls it.
D. It ignores /etc/profile and only reads and executes commands in ~/.bashrc.
E. It first reads and executes commands in /etc/profile and then does the same for ~/. bash_profile,
~/.
bash_login and ~/.profile.
Answer:C
Section:(none)
Explanation/Reference:
QUESTION 2
Journalling doesn't appear to be working on an ext3 file-system. When booting, the following line
appears:
VFS: Mounted root (ext2 filesystem) readonly.
What could be causing the problem?
A. An old version of e2fsprogs is installed.
B. The kernel does not contain ext3 support.
C. The file-system is specified as ext2 in/etc/fstab.
D. The system was not shut down cleanly.
Answer:B
Section:(none)
Explanation/Reference:
Explanation:
Main cause the that your kernel is not supporting the ext3 filesystem. To support ext3 filesystem
kernel
should load the ext3 module
QUESTION 3
Messages from programs are not appearing in the user's native language. What environment
variable
must be set for this to happen?
A. LANG
B. I18N
C. MESSAGES
D. MSGS
E. LC_MSGS
Answer:A
Section:(none)
Explanation/Reference:
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 2};
pageParams.containerElem = document.getElementById("outer_page_2");
pageParams.innerPageElem = document.getElementById("page2");
var page = docManager.addPage(pageParams);
})();
QUESTION 4
What command is used to permanently set the options in the kernel when making a boot disk?
A. blockdev
B. kconfig
C. lilo
D. rdev
E. dd
Answer:D
Section:(none)
Explanation/Reference:
QUESTION 5
During which stage of the boot process would this message be seen?
ide_setup:hdc=ide-scsi
A. Boot loader start and hand off to kernel
B. Kernel loading
C. Hardware initialization and setup
D. Daemon initialization and setup
Answer:B
Section:(none)
Explanation/Reference:
QUESTION 6
What command is used to mount a floppy disk image under /mnt/floppy?
pageParams.containerElem = document.getElementById("outer_page_3");
pageParams.innerPageElem = document.getElementById("page3");
var page = docManager.addPage(pageParams);
})();
Object 7
pageParams.containerElem = document.getElementById("outer_page_4");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/4-
489e4ea57d.jsonp";
var page = docManager.addPage(pageParams);
})();
QUESTION 11
Which of the following must be included in the syslogd configuration file, so that ONLY kernel
related
messages with the priority crit are reported?
A. kern.crit
B. kern.!crit
C. kern.=crit
D. kern.*=crit
E. kern.-crit
Answer:A
Section:(none)
Explanation/Reference:
QUESTION 12
Hundreds of people log in to a server from remote locations per day. Which of the following
commands
show remote SSH, FTP & telnet sessions for a particular day?
pageParams.containerElem = document.getElementById("outer_page_5");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/5-
7b0f7e2c08.jsonp";
var page = docManager.addPage(pageParams);
})();
A. dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; swap on
/tmp/
swapfile
B. dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; swap on /tmp/swapfile
C. dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; mount
/tmp/swapfile
D. touch -5G /tmp/swapfile; swap on /tmp/swapfile
E. mkswap /tmp/swapfile 512000; swap on /tmp/swapfile
Answer:A
Section:(none)
Explanation/Reference:
Explanation:
By Creating the image file, we can use as a Virtual Memory.
To use as a swap space:
1. Create the image file using dd command where if means input from and of means output
filename. bs
means byte sector and count means how many times to read.
2. mkswap command creates the swap filesystem
3. To on/off the swap memory: swapon swapfile and to off swapoff swapfile
4. Verify using free command
QUESTION 15
What command is used to force a file-system check, when rebooting?
A. reboot-f
B. shutdown -f now
C. shutdown -c -r now
D. fsck -r
E. shutdown -F -r now
Answer:E
Section:(none)
Explanation/Reference:
QUESTION 16
The swap usage on a system needs to be checked. Which TWO commands can be used to display a
swap usage summary?
A. cat /proc/swaps
B. swapon -s
C. cat /etc/fstab
D. swapshow
E. swapconfig
Answer:AB
Section:(none)
Explanation/Reference:
QUESTION 17
Which THREE statements concerning automounter are true?
A. The autofs service does not need to be restarted after changing automounter map files
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 6};
pageParams.containerElem = document.getElementById("outer_page_6");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/6-
f6482e4ddc.jsonp";
var page = docManager.addPage(pageParams);
})();
B. Only one entry in master map can refer to each map file
C. The automounter service does not rely on the kernel configuration
D. For each entry in auto.master, a separate automounter daemon is started
E. Changes to auto.master require automounter to reload its configuration
Answer:ADE
Section:(none)
Explanation/Reference:
QUESTION 18
Which of the following commands should be used in a bash script that needs a variable containing
the IP
address of the eth0 interface? The output for the command ifconfig eth0 is shown below:
eth0
Link encap:Ethemet HWaddr 00:0C:29:CB:FA:30
inet addr:192.168.246.11 Bcast:192.168.246.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4721 errors:0 dropped:0 overruns:0 frame:0
TX packets:3216 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:455184 (434.7 Kb) TX bytes:512968 (500.9 Kb)
Interrupt:185 Base address:0x1080
A. IP=LANG= ifconfig eth0 | awk "{print $2}" | cut -f2
B. IP=$(LANG= ifconfig eth0 | grep inet | cut -d: -f2)
C. IP='LANG= ifconfig eth0 | awk "{print $3}"'
D. IP='LANG= ifconfig eth0 | grep inet | cut -d: -f2 | awk {print $1}'
E. IP=$ (LANG= ifconfig eth0 | grep inet | awk "{print $2}" | cut -d: -f2)
Answer:E
Section:(none)
Explanation/Reference:
QUESTION 19
Which TWO statements about crontab are true?
A. Every user may have their own crontab.
B. Changing a crontab requires a reload/restart of the cron deamon.
C. The cron daemon reloads crontab files automatically when necessary.
D. hourly is the same as "0****".
E. A cron daemon must run for each existing crontab.
Answer:AD
Section:(none)
Explanation/Reference:
QUESTION 20
What does the following script do? #!/bin/bash find / -perm +4000 | mail -s "Daily find output" root
A. Emails a report of all guid files to root
B. Emails a report of all important files to root
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 7};
pageParams.containerElem = document.getElementById("outer_page_7");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/7-
70401f1718.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 8};
pageParams.containerElem = document.getElementById("outer_page_8");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/8-
6184ec9185.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 9};
pageParams.containerElem = document.getElementById("outer_page_9");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/9-
a27b8e7f98.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 10};
pageParams.containerElem = document.getElementById("outer_page_10");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/10-
f929355168.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 11};
pageParams.containerElem = document.getElementById("outer_page_11");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/11-
cef4026aeb.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 12};
pageParams.containerElem = document.getElementById("outer_page_12");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/12-
1d64f20e6d.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 13};
pageParams.containerElem = document.getElementById("outer_page_13");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/13-
c1bb091c35.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 14};
pageParams.containerElem = document.getElementById("outer_page_14");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/14-
ab0d54f3af.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 15};
pageParams.containerElem = document.getElementById("outer_page_15");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/15-
87dbf70a1a.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 16};
pageParams.containerElem = document.getElementById("outer_page_16");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/16-
8542e2eb6c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 17};
pageParams.containerElem = document.getElementById("outer_page_17");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/17-
6ccf392c9d.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 18};
pageParams.containerElem = document.getElementById("outer_page_18");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/18-
8fb8582ba8.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 19};
pageParams.containerElem = document.getElementById("outer_page_19");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/19-
ddb0bfbdd9.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 20};
pageParams.containerElem = document.getElementById("outer_page_20");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/20-
d7216e640f.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 21};
pageParams.containerElem = document.getElementById("outer_page_21");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/21-
122d2e0498.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 22};
pageParams.containerElem = document.getElementById("outer_page_22");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/22-
067b001e00.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 23};
pageParams.containerElem = document.getElementById("outer_page_23");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/23-
ada3c2f49a.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 24};
pageParams.containerElem = document.getElementById("outer_page_24");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/24-
7d8c2d7c03.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 25};
pageParams.containerElem = document.getElementById("outer_page_25");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/25-
edd8b90014.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 26};
pageParams.containerElem = document.getElementById("outer_page_26");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/26-
6b9797ca77.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 27};
pageParams.containerElem = document.getElementById("outer_page_27");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/27-
e5da4ee280.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 28};
pageParams.containerElem = document.getElementById("outer_page_28");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/28-
b0e35c9ccd.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 29};
pageParams.containerElem = document.getElementById("outer_page_29");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/29-
c0cd595674.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 30};
pageParams.containerElem = document.getElementById("outer_page_30");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/30-
a402e32114.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 31};
pageParams.containerElem = document.getElementById("outer_page_31");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/31-
39170fc4a0.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 32};
pageParams.containerElem = document.getElementById("outer_page_32");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/32-
fbaabcb7cd.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 33};
pageParams.containerElem = document.getElementById("outer_page_33");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/33-
e79d786cd9.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 34};
pageParams.containerElem = document.getElementById("outer_page_34");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/34-
bb0af14e29.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 35};
pageParams.containerElem = document.getElementById("outer_page_35");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/35-
9adbd71890.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 36};
pageParams.containerElem = document.getElementById("outer_page_36");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/36-
a58978e29c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 37};
pageParams.containerElem = document.getElementById("outer_page_37");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/37-
c529f4ebe8.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 38};
pageParams.containerElem = document.getElementById("outer_page_38");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/38-
52d4dbd33e.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 39};
pageParams.containerElem = document.getElementById("outer_page_39");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/39-
c222b833c5.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 40};
pageParams.containerElem = document.getElementById("outer_page_40");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/40-
01872ef8f6.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 41};
pageParams.containerElem = document.getElementById("outer_page_41");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/41-
f4d618cbc2.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 42};
pageParams.containerElem = document.getElementById("outer_page_42");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/42-
3bb7f2968e.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 43};
pageParams.containerElem = document.getElementById("outer_page_43");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/43-
21e1bfde70.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 44};
pageParams.containerElem = document.getElementById("outer_page_44");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/44-
d78860d820.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 45};
pageParams.containerElem = document.getElementById("outer_page_45");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/45-
8f6f8acce2.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 46};
pageParams.containerElem = document.getElementById("outer_page_46");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/46-
44cf2eb87a.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 47};
pageParams.containerElem = document.getElementById("outer_page_47");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/47-
cb8a67070c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 48};
pageParams.containerElem = document.getElementById("outer_page_48");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/48-
82f33b59c8.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 49};
pageParams.containerElem = document.getElementById("outer_page_49");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/49-
b5a8651927.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 50};
pageParams.containerElem = document.getElementById("outer_page_50");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/50-
335f54208b.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 51};
pageParams.containerElem = document.getElementById("outer_page_51");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/51-
0e5cb5d20d.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 52};
pageParams.containerElem = document.getElementById("outer_page_52");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/52-
d28493e66f.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 53};
pageParams.containerElem = document.getElementById("outer_page_53");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/53-
b34e1a9244.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 54};
pageParams.containerElem = document.getElementById("outer_page_54");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/54-
c01bc7170c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 55};
pageParams.containerElem = document.getElementById("outer_page_55");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/55-
b1ed3cef87.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 56};
pageParams.containerElem = document.getElementById("outer_page_56");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/56-
6311e29a24.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 57};
pageParams.containerElem = document.getElementById("outer_page_57");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/57-
1c17887b41.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 58};
pageParams.containerElem = document.getElementById("outer_page_58");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/58-
acb2ecc627.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 59};
pageParams.containerElem = document.getElementById("outer_page_59");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/59-
360717df9c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 60};
pageParams.containerElem = document.getElementById("outer_page_60");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/60-
78396e6a26.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 61};
pageParams.containerElem = document.getElementById("outer_page_61");
pageParams.contentUrl = "http://html4.scribdassets.com/1nv3u1t6bko4e45/pages/61-
6070850006.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 62};
pageParams.containerElem = document.getElementById("outer_page_62");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/62-
260cc25b1c.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 63};
pageParams.containerElem = document.getElementById("outer_page_63");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/63-
dfaa4e1dcc.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 64};
pageParams.containerElem = document.getElementById("outer_page_64");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/64-
7c43ac3263.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 65};
pageParams.containerElem = document.getElementById("outer_page_65");
pageParams.contentUrl = "http://html2.scribdassets.com/1nv3u1t6bko4e45/pages/65-
3031d54d24.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 66};
pageParams.containerElem = document.getElementById("outer_page_66");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/66-
b73a2275de.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 67};
pageParams.containerElem = document.getElementById("outer_page_67");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/67-
a25a12bb90.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 68};
pageParams.containerElem = document.getElementById("outer_page_68");
pageParams.contentUrl = "http://html1.scribdassets.com/1nv3u1t6bko4e45/pages/68-
85cf3abb51.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 69};
pageParams.containerElem = document.getElementById("outer_page_69");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/69-
d029e3f17e.jsonp";
var page = docManager.addPage(pageParams);
})();
(function() {
var pageParams = {"origHeight": 1277, "origWidth": 902, "fonts": [0, 1], "pageNum": 70};
pageParams.containerElem = document.getElementById("outer_page_70");
pageParams.contentUrl = "http://html3.scribdassets.com/1nv3u1t6bko4e45/pages/70-
08419a0d2f.jsonp";
var page = docManager.addPage(pageParams);
})();
if (window.docManagerIEAdded != true) {
docManager.allPagesAdded();
}
GA_googleFillSlot("DocPage_ATF_250x250");
LPI.CertifyMe.117-201.v2010-07-29.by.Taylor
Download this Document for FreePrintMobileCollectionsReport Document
Report this document?
Please tell us reason(s) for reporting this document
If you are the copyright owner of this document and want to report it, please follow these directions
to submit a copyright infringement notice.
Cancel
Uploaded:
09/22/2010
Category:
Uncategorized.
Rated:
free
used
scribd
lpi certifyme
following
free
used
scribd
lpi certifyme
following
(fewer)
Follow
manne65
Object 8
GA_googleFillSlot("DocPage_ATF_300x250");
var googleData;
var googleNumAds = 5;
var googleSkip = 7;
var googleAdChannel = '2389352468';
function google_ad_request_done(google_ads) {
if (typeof trackEvent != "undefined") {
trackEvent('AdSenseAggressive', 'Sideboard', 'Requested', googleNumAds);
trackEvent('AdSenseAggressive', 'Sideboard', 'Received', google_ads.length);
}
if (google_ads.length == 0) {
return;
}
var placementHTML = "";
if (google_ads[0].type == 'flash') {
placementHTML += "<a href=\"" + google_info.feedback_url + "\" style=\"color: rgb(97, 97,
97); font-weight:700; line-height: 14px; font-family: courier new,verdana; font-style: normal; font-
variant: normal; font-size: 10.5pt\">Ads by Google</a><br/>" +
"<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"" +
"
codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,
0,0\"" +
" WIDTH=\"" + google_ad.image_width + "\" HEIGHT=\"" + google_ad.image_height +
"\">" +
"<PARAM NAME=\"movie\" VALUE=\"" + google_ad.image_url + "\">" +
"<PARAM NAME=\"quality\" VALUE=\"high\">" +
"<PARAM NAME=\"AllowScriptAccess\" VALUE=\"never\">" +
"<EMBED src=\"" + google_ad.image_url +
"\" WIDTH=\"" + google_ad.image_width +
"\" HEIGHT=\"" + google_ad.image_height +
"\" TYPE=\"application/x-shockwave-flash\"" +
" AllowScriptAccess=\"never\" " +
"
PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>";
} else if (google_ads[0].type == 'image') {
placementHTML += "<a href=\"" + google_info.feedback_url + "\" style=\"color: rgb(97, 97,
97); font-weight:700; line-height: 14px; font-family: courier new,verdana; font-style: normal; font-
variant: normal; font-size: 10.5pt\">Ads by Google</a><br/>" +
"<a href=\"" + google_ads[0].url + "\" target=\"_top\" title=\"go to " +
google_ads[0].visible_url + "\">" +
"<img border=\"0\" src=\"" + google_ads[0].image_url + "\" width=\"" +
google_ads[0].image_width + "\" height=\"" + google_ads[0].image_height + "\"></a>";
} else if (google_ads[0].type == 'html') {
placementHTML += "<a href=\"" + google_info.feedback_url + "\" style=\"color: rgb(97, 97,
97); font-weight:700; line-height: 14px; font-family: courier new,verdana; font-style: normal; font-
variant: normal; font-size: 10.5pt\">Ads by Google</a><br/>" + google_ads[0].snippet;
} else {
var totalUnitAds, adsHTML;
var curAd = 0;
totalUnitAds = 0;
adsHTML = '';
for (var i=0; i < googleNumAds; i++) {
if (curAd >= google_ads.length) break;
if (!google_ads[curAd]) break;
line1 = google_ads[curAd].line1;
line2 = google_ads[curAd].line2;
line3 = google_ads[curAd].line3;
adsHTML += "<tr><td style=\"width: 99%;\"><p style=\"margin-top: 8px; margin-bottom:
8px\"><a style=\"font-size:12pt; font-weight: bold; cursor: pointer; line-height: 14px; text-
decoration:underline; color: #0000ff\" href=\"" + google_ads[curAd].url + "\">" + line1 +
"</a><br /><span style=\"font-weight:normal; font-size:10.5pt; width=290px\">" + (line2 || '') +
"<br />";
if (line3) {
adsHTML += (line3 || '') + "<br />";
}
adsHTML += "</span><a href=\"" + google_ads[curAd].url + "\" style=\"text-
decoration:underline; color: #0000ff\">" + google_ads[curAd].visible_url + "</a></p></td></tr>";
totalUnitAds++;
curAd++;
}
if (totalUnitAds > 0) {
placementHTML += "<div style=\"border: 0px solid #eeeeee; text-align: left; padding: 2px;
width: 295px; position: relative; line-height: 14px; font-family: courier new,verdana; font-style:
normal; font-variant: normal; font-size=10.5pt\">";
placementHTML += "<div style=\"text-align: left;position: absolute; top: 0; left: 0; padding:
2px\">";
placementHTML += "<a href=\"" + google_info.feedback_url + "\" style=\"margin: 0pt 0pt
4px; padding: 0pt; color: rgb(97, 97, 97); font-weight:700;\">Ads by Google</a>";
placementHTML += "</div><br/>";
placementHTML += "<table style=\"width: 100%\">" + adsHTML + "</table></div>";
}
}
if (placementHTML != "") {
document.getElementById("div-google-sideboard-gam").innerHTML = placementHTML;
document.getElementById("div-google-sideboard-gam").visible = true;
}
}
google_ad_client = 'pub-7291399211842501';
google_ad_channel = googleAdChannel;
google_ad_output = 'js';
google_max_num_ads = googleNumAds + '';
Related Documents
PreviousNext
1. p.
p.
100 p.
2. 100 p.
100 p.
p.
3. p.
p.
27 p.
4. 397 p.
24 p.
p.
5. p.
86 p.
p.
6. p.
1. 70 p.
Add a Comment
Characters: 400
GA_googleFillSlot("DocPage_BTF_300x250");
Ads by Google
High Quality
Open the downloaded document, and select print from the file menu (PDF reader required).
GA_googleFillSlot("DocPage_BTF_638x90");if (Scribd.Ads) {
Scribd.Ads.betweenPageAd = [
{ url: 'http://i1.scribdassets.com/ads/DocPage_BetweenPage.html', height: '90' },
{ url: 'http://i1.scribdassets.com/ads/DocPage_BetweenPage.html', height: '90' },
{ url: 'http://i1.scribdassets.com/ads/DocPage_BetweenPage.html', height: '90' },
{ url: 'http://i1.scribdassets.com/ads/DocPage_BetweenPage.html', height: '90' },
{ url: 'http://i1.scribdassets.com/ads/DocPage_BetweenPage.html', height: '90' }
];
}
Signup
I don't have a Facebook account
✘
Send me the Scribd Newsletter, and occasional account related communications.
Privacy policy
You will receive email notifications regarding your account activity. You can manage these
notifications in your account settings. We promise to respect your privacy.
Login Successful
Now bringing you back...
« Back to Login
Login:
Upload a Document
Search Documents
• Follow Us!
• scribd.com/scribd
• twitter.com/scribd
• facebook.com/scribd
• About
• Press
• Blog
• Partners
• Scribd 101
• Web Stuff
• Scribd Store
• Support
• FAQ
• Developers / API
• Jobs
• Terms
• Copyright
• Privacy
scribd. scribd.
if (typeof(_gaq) != 'undefined') {
_gaq.push(function() {
_gaq._createAsyncTracker('UA-443684-17', 'pageTrackerPerf');
});
_gaq.push(['pageTrackerPerf._trackPageview']);
} else {
console.warn('_gaq undefined');
}
document.observe('dom:loaded', function() {
if (typeof(perfStart) != 'undefined') {
trackPerfAnalytics(null, perfStart, new Date(), false);
}
});
_gaq.push(['pageTrackerPerf._trackPageview']);
} else {
console.warn('_gaq undefined');
}
document.observe('dom:loaded', function() {
if (typeof(perfStart) != 'undefined') {
trackPerfAnalytics(null, perfStart, new Date(), false);
}
});
Scribd.Request = {
referrer: 'http://www.google.bg/',
controller: 'word',
action: 'show'
};
Scribd.Scrubber.num_pages = 70;
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("page_control_top");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("page_control_up");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("page_control_down");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_sectionlist");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_zoom_out");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_zoom_in");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_enter_fullscreen");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_exit_fullscreen");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("viewmode_selector");
});
})();
Scribd.fourgenDocSearchUI = null;
document.observe('dom:loaded', function() {
if ( Scribd.getOption('FourgenSearchEnabled') && true) {
var searcher = new Scribd.Fourgen.DocSearcher({
doc_id: 37914872,
upload_id: 40515701,
secret_password: null
});
Scribd.fourgenDocSearchUI = new
Scribd.Fourgen.DocSearcher.UI('#autogen_id_381455357', searcher);
} else {
var search_form = $('doc_search');
search_form.disable();
search_form.down('.query').setValue('Search is disabled...');
}
});
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_readcast");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_comment");
});
})();
(function() {
document.observe('dom:loaded', function() {
new Scribd.Toolbar.Tooltips.Tooltip("toolbar_embed");
});
})();
Scribd.Readcast = Scribd.Readcast || {};
Scribd.Readcast.Dialog = Scribd.Readcast.Dialog || {};
Scribd.Readcast.Dialog.animation = 'fourgen';
Scribd.comment = new Scribd.commentManager();
Event.observe('document_comment_form', 'submit',
Scribd.comment.submitCommentEvent.bindAsEventListener(Scribd.comment));
Scribd.scribbleComment($('comment_input'));
Scribd.enforceMaxLength($("autogen_id_381451561").down('textarea'), $
("autogen_id_381451561").down('.number'), 400);
$('flag_document_link').observe('click', function(e) {
e.stop();
if (!$('flag_document_link').hasClassName('disabled')){
$('flag_document_container').toggle();
}
});
function saveRating(event) {
new Ajax.Request(["h", "t", "t", "p", ":", "/", "/", "w", "w", "w", ".", "s", "c", "r", "i", "b",
"d", ".", "c", "o", "m", "/", "r", "a", "t", "i", "n", "g", "s", "?", "w", "o", "r", "d", "_", "d", "o", "c",
"u", "m", "e", "n", "t", "_", "i", "d", "=", "3", "7", "9", "1", "4", "8", "7", "2"].join(''), {
parameters: event.memo
});
}
function enableRating() {
var rating = $('rating');
if(rating) {
var save = saveRating;
var login = ratingLogin;
$('rating').observe('starbox:rated', function(event){
Scribd.Facebook.isSessionTransitioned() ? save(event) : login(event);
});
}
}
try {
new Starbox("rating_37914872", 0, {
className: 'pointy',
locked: false,
effect: { mouseout: false }
});
} catch(e) {}
enableRating();
});
document.observe('scribd:info_section:on', Scribd.Stats.update_doc_views);
new Scribd.LikeButtonManager(null, 'facebook_like_button',
"http://www.scribd.com/doc/37914872/LPI-CertifyMe-117-201-v2010-07-29-by-Taylor", 300,
"standard", "show_faces=\"true\"");
$('exposed_share_panel').down('.more_share_options').down('.pseudoLink').observe('click',
function(e){
e.stop();
Scribd.Lightbox.remoteOpen('toolbar_share_lightbox', '/word/toolbar_share',
Scribd.Toolbar.toolbarParams());
$rat('sharebox.viewbar.more_share_options');
});
$$('#exposed_share_panel a.disabled').invoke('observe', 'click', function(e) {
e.stop();
Scribd.Alerts.error('flashes_placeholder', "Sharing is disabled for this document.");
});
toggle.observe('click', switchFunc);
return switchFunc;
} else {
return function(e) {
if(e) e.stop();
};
}
}
var toggleFriends = toggler('.comments.friends');
var toggleOther = toggler('.comments.other');
$('document_comment').observe('submit',
Scribd.comment.submitCommentEvent.bindAsEventListener(Scribd.comment));
$('document_comment').observe('submit', function(e) {
var other = e.element().up('#comments_section').down('.comments.other .events');
var friends = e.element().up('#comments_section').down('.comments.friends .events');
if(other && !other.visible())
toggleOther();
if(friends && friends.visible())
toggleFriends();
document.fire('scribd:dom_height_changed');
});
};
document.observe('dom:loaded', activate_scribble);
document.observe(Scribd.Facebook.EVENTS.transition, activate_scribble);
Scribd.enforceMaxLength($("autogen_id_381464859").down('textarea'), $
("autogen_id_381464859").down('.number'), 400);
document.observe("dom:loaded", function() {
Scribd.Pingback.run("http://www.scribd.com/documents/37914872/pingback");
});
new Scribd.printLightboxManager4Gen({
container: $('lightbox_print'),
logged_in: false,
document_id: 37914872,
autodown_base_url: 'http://www.scribd.com/doc/37914872/LPI-CertifyMe-117-201-v2010-07-
29-by-Taylor',
base_url: 'http://www.scribd.com/document_downloads/37914872',
page_count: 70});
document.observe('dom:loaded', function() {
$rat('fourgen.ads.layout.1472436212');
});
function google_rat(unit, idx) {
$rat('fourgen.ads.click.' + unit + '.' + idx);
}
Scribd.Facebook.isReadPage =
true;Scribd.Facebook.setPageTransitionURL('http://www.scribd.com/session_transition/new_4gen_
page_content/37914872');Scribd.Premium.ReadPage.initialize({logged_in:false, show_gate: true,
document_id: 37914872, secret_password:
""});document.observe('Scribd.Facebook.EVENTS.auto_logged_in',
Scribd.enableCollectionForm);Scribd.SharedLink.trackDocumentLink('37914872');document.obser
ve('dom:loaded', Scribd.processHash); document.observe(Scribd.Facebook.EVENTS.loaded,
function() {
FB.Event.subscribe('edge.create', function() { $rat('fb.like'); });
});
Scribd.Tracker.run(37914872, "html");
Scribd.Lightbox.initialize();
$('word_user_login_login_lb').observe('keypress',
Scribd.restrictCharactersForUsername);
if (document.cookie.match('user_forced_logout=true')) {
$$('.facepile_wrap').invoke('hide');
}
});
Object 9 Object 10