Support Forums

Full Version: Post your CTRL+V.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
[02:05:24]
<a href="http://dragcave.net/view/TX8Z"><img src="http://dragcave.net/image/TX8Z.gif" style="border-width: 0" alt="Adopt one today!"/></a> <a href="http://dragcave.net/view/iH3l"><img src="http://dragcave.net/image/iH3l.gif" style="border-width: 0" alt="Adopt one today!"/></a> <a href="http://dragcave.net/view/5O2h"><img src="http://dragcave.net/image/5O2h.gif" style="border-width: 0" alt="Adopt one today!"/></a> <a href="http://dragcave.net/view/ggKr"><img src="http://dragcave.net/image/ggKr.gif" style="border-width: 0" alt="Adopt one today!"/></a> <a href="http://dragcave.net/view/iqHu"><img src="http://dragcave.net/image/iqHu.gif" style="border-width: 0" alt="Adopt one today!"/></a> <a href="http://dragcave.net/view/LHmh"><img src="http://dragcave.net/image/LHmh.gif" style="border-width: 0" alt="Adopt one today!"/></a>

*sigh*
[spoiler]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<base target="_parent">
<title>World's Largest Web Page</title>
<meta name="keywords" content="World's Largest Webpage">
<meta name="description" content="We're going for a world record and building the World's Largest Webpage: Are you on it?">
<META HTTP-EQUIV=REFRESH CONTENT=6000>
<script type="text/javascript" src="niftycube.js"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("div.ads","transparent");
}
</script>
<script language="JavaScript" type="text/javascript">

// Title: Tigra Hints
// URL: http://www.softcomplex.com/products/tigra_hints/
// Version: 1.4
// Date: 04/16/2006
// Note: Permission given to use this script in ANY kind of applications if
// header lines are left unchanged.

var THintsS = [];
function THints (o_cfg, items) {
this.n_id = THintsS.length;
THintsS[this.n_id] = this;
this.top = o_cfg.top ? o_cfg.top : 0;
this.left = o_cfg.left ? o_cfg.left : 0;
this.n_dl_show = o_cfg.show_delay;
this.n_dl_hide = o_cfg.hide_delay;
this.b_wise = o_cfg.wise;
this.b_follow = o_cfg.follow;
this.x = 0;
this.y = 0;
this.divs = [];
this.iframes = [];
this.show = TTipShow;
this.showD = TTipShowD;
this.hide = TTipHide;
this.move = TTipMove;
// register the object in global collection
this.n_id = THintsS.length;
THintsS[this.n_id] = this;
// filter Netscape 4.x out
if (document.layers) return;
var b_IE = navigator.userAgent.indexOf('MSIE') > -1,
s_tag = ['<iframe frameborder="0" scrolling="No" id="TTifip%name%" style="visibility:hidden;position:absolute;top:0px;left:0px;', b_IE ? 'width:1px;height:1px;' : '', o_cfg['z-index'] != null ? 'z-index:' + o_cfg['z-index'] : '', '" width=1 height=1></iframe><div id="TTip%name%" style="visibility:hidden;position:absolute;top:0px;left:0px;', b_IE ? 'width:1px;height:1px;' : '', o_cfg['z-index'] != null ? 'z-index:' + o_cfg['z-index'] : '', '"><table cellpadding="0" cellspacing="0" border="0"><tr><td class="', o_cfg.css, '" nowrap>%text%</td></tr></table></div>'].join('');


this.getElem =
function (id) { return document.all ? document.all[id] : document.getElementById(id); };
this.showElem =
function (id, hide) {
this.divs[id].o_css.visibility = hide ? 'hidden' : 'visible';
this.iframes[id].o_css.visibility = hide ? 'hidden' : 'visible';
};

document.onmousemove = f_onMouseMove;
if (window.opera)
this.getSize = function (id, b_hight) {
return this.divs[id].o_css[b_hight ? 'pixelHeight' : 'pixelWidth']
};
else
this.getSize = function (id, b_hight) {
return this.divs[id].o_obj[b_hight ? 'offsetHeight' : 'offsetWidth']
};
for (i in items) {
document.write (s_tag.replace(/%text%/g, items[i]).replace(/%name%/g, i));
this.divs[i] = { 'o_obj' : this.getElem('TTip' + i) };
this.divs[i].o_css = this.divs[i].o_obj.style;
this.iframes[i] = { 'o_obj' : this.getElem('TTifip' + i) };
this.iframes[i].o_css = this.iframes[i].o_obj.style;

}
}
function TTipShow (id) {
if (document.layers) return;
this.hide();
if (this.divs[id]) {
if (this.n_dl_show) this.divs[id].timer = setTimeout('THintsS[' + this.n_id + '].showD("' + id + '")', this.n_dl_show);
else this.showD(id);
this.visible = id;
}
}

function TTipShowD (id) {
this.move(id);
this.showElem(id);
if (this.n_dl_hide) this.timer = setTimeout("THintsS[" + this.n_id + "].hide()", this.n_dl_hide);
}

function TTipMove (id) {
var n_win_l = f_scrollLeft(),
n_win_t = f_scrollTop();

var n_x = window.n_mouseX + n_win_l + this.left,
n_y = window.n_mouseY + n_win_t + this.top;

window.status = n_x;
if (this.b_wise) {
var n_w = this.getSize(id), n_h = this.getSize(id, true),
n_win_w = f_clientWidth(), n_win_h = f_clientHeight();

if (n_x + n_w > n_win_w + n_win_l) n_x = n_win_w + n_win_l - n_w;
if (n_x < n_win_l) n_x = n_win_l;
if (n_y + n_h > n_win_h + n_win_t) n_y = n_win_h + n_win_t - n_h;
if (n_y < n_win_t) n_y = n_win_t;
}
this.divs[id].o_css.left = n_x + 'px';
this.divs[id].o_css.top = n_y + 'px';
this.iframes[id].o_css.left = n_x + 'px';
this.iframes[id].o_css.top = n_y + 'px';
//this.iframes[id].o_css.height = (n_h-this.top) + 'px';
//this.iframes[id].o_css.width = (this.getSize(id, false)-this.left) + 'px';
}

function TTipHide () {
if (this.timer) clearTimeout(this.timer);
if (this.visible != null) {
if (this.divs[this.visible].timer) clearTimeout(this.divs[this.visible].timer);
setTimeout('THintsS[' + this.n_id + '].showElem("' + this.visible + '", true)', 10);
this.visible = null;
}
}

function f_onMouseMove(e_event) {
if (!e_event && window.event) e_event = window.event;
if (e_event) {
window.n_mouseX = e_event.clientX;
window.n_mouseY = e_event.clientY;
}
return true;
}
function f_clientWidth() {
if (typeof(window.innerWidth) == 'number')
return window.innerWidth;
if (document.documentElement && document.documentElement.clientWidth)
return document.documentElement.clientWidth;
if (document.body && document.body.clientWidth)
return document.body.clientWidth;
return null;
}
function f_clientHeight() {
if (typeof(window.innerHeight) == 'number')
return window.innerHeight;
if (document.documentElement && document.documentElement.clientHeight)
return document.documentElement.clientHeight;
if (document.body && document.body.clientHeight)
return document.body.clientHeight;
return null;
}
function f_scrollLeft() {
if (typeof(window.pageXOffset) == 'number')
return window.pageXOffset;
if (document.body && document.body.scrollLeft)
return document.body.scrollLeft;
if (document.documentElement && document.documentElement.scrollLeft)
return document.documentElement.scrollLeft;
return 0;
}
function f_scrollTop() {
if (typeof(window.pageYOffset) == 'number')
return window.pageYOffset;
if (document.body && document.body.scrollTop)
return document.body.scrollTop;
if (document.documentElement && document.documentElement.scrollTop)
return document.documentElement.scrollTop;
return 0;
}
</script>
<!-- Link Tigra Hints configuration file to your HTML document-->
<script language="JavaScript" type="text/javascript">
var HINTS_CFG = {
'top' : 5, // a vertical offset of a hint from mouse pointer
'left' : 5, // a horizontal offset of a hint from mouse pointer
'css' : 'hintsClass', // a style class name for all hints, TD object
'show_delay' : 500, // a delay between object mouseover and hint appearing
'hide_delay' : 5000, // a delay between hint appearing and hint hiding
'wise' : true,
'follow' : true,
'z-index' : 0 // a z-index for all hint layers
},

HINTS_ITEMS =
{
'TT28':wrap_img("http://www.lightingdeals.com/ccart/images/DESIGNER-FANS.gif","Fan Envy: Unique and Beautiful Ceiling Fans to fit YOUR style!"),
'TT102':wrap_img("http://www.talentvoter.com/single_cd2","Talent Voter: Vote for and Rate your favorite reality TV stars"),
'TT158':wrap_img("http://www.dollarsblaster.com/bannermain.gif","$8,100.00 direct to YOUR PayPal Account!: Tired of Sponsoring and Advertising ? Join us and we will keep advertising for you until we blast $8,100 in your PayPal, E-gold, StormPay account or we continue to Advertise."),
'TT181':wrap_img("http://www.max-rence.com/images/items/50111_n.jpg","Abstract Art: Abstract Paintings by Max Rence"),
'TT188':wrap_img("http://www.worldslargestwebpage.com/images/crowndot.gif","Plan your retirement savings: the quick and easy way"),
'TT202':wrap_img("http://www.callofduty.nl/cutenews/data/upimages/wallpaper2k.jpg","Call of Duty 2: This is the best game. It rocks."),
'TT215':wrap_img("http://www.clubscash.com/images/banners/SDC_6_14.jpg","Meet Swingles: We have over 50 activities a month around the world. Come and join the fun!"),
'TT223':wrap_img("http://www.is1.clixgalore.com/cgd.aspx?BID=20815&AfID=109999&AdID=3260","Free Car Quote: Rock Bottom Prices"),
'TT225':wrap_img("http://www.pinks.tv/PINKS_Racer.jpg","Lose your Race Lose your Ride: Lose your Race Lose your Ride"),
'TT226':wrap_img("http://leadermarkets.com/42/2900/18979","Debt Consolidation: Reduce Payments by 50 percent and regain control of your life!"),
'TT227':wrap_img("http://leadermarkets.com/42/2900/12491","Guaranteed Platinum Mastercard: Guaranteed Approval Prepaid Mastercard - Platinum Benefit"),
'TT228':wrap_img("http://leadermarkets.com/42/2900/18496","Get Paid for your opinion: Take a survey, get cash!"),
'TT229':wrap_img("http://leadermarkets.com/42/2900/14643","Credit.com: Home Loans, Consolidation."),
'TT238':wrap_img("http://www.up4sale.net/auction-images/logo.jpg","Up 4 Sale: If you want it, somebody is selling it!"),
'TT240':wrap_img("http://www.dollarsblaster.com/bnr/bqt120.gif","Buy Quality Website Traffic: 1 million guaranted visitors to your site"),
'TT241':wrap_img("http://www.netprolinks.com/banner3.gif","Add your sites Link to 1000s of Websites : Add Your Sites Link to THOUSANDS of Websites INSTANTLY & get paid $5 for Every Referral. Reach Tens of Thousands Members & Boost your Search Engine Rankings. Give the Popularity Ranking Power of NetProLinks a trial run- NOW!"),
'TT242':wrap_img("http://cdn.theladders.net/static/images/TheLadders/logo_nav_logo.gif","$100,000 Jobs: Its free to join. TheLadders.com is the most comprehensive source of $100k jobs anywhere."),
'TT250':wrap_img("http://www.markitauctions.com/auction-images/logo.jpg","Free registration,free listing at markitauctions.com for all services: Auctions,classifieds,forums,chat rooms"),
'TT253':wrap_img("http://www.easy-forex.com/en/i/chrt.gif","Forex Trading: Why Easy Forex? Start trading with as little as $25!"),
'TT261':wrap_img("http://www.affiliate-program-spot.info/_img/rogue/logo.gif","Affiliate Programs: Find the affiliate program right for you. Make money as an affiliate."),
'TT267':wrap_img("http://www.tmiwireless.com/gfx/banners/Green_300x250.gif","Make Money Selling Satellite TV and Cell Phones: Make Money Selling Dish Network"),
'TT280':wrap_img("http://www.therichjerk.com/images/1-1.jpg","The Rich Jerk: Arrogant, FoulMouthed, Filthy Rich Jerk"),
'TT316':wrap_img("http://www.tufat.com/images/affiliates/125x125.gif","$5 Scripts: Flash, MSSQL, PHP, XML : The five dollar script archive"),
'TT326':wrap_img("http://www.is1.clixgalore.com/cgd.aspx?BID=19884&AfID=109999&AdID=3130","Blue Host Domain Hosting: Bluehost.com $6.95 Host 6 Domains on 1 account, CPanel Web Hosting, FrontPage Extension Support, SSH, CGI, PHP, MYSql, 2 Gigs Space, 75 Gigs Transfer, 1000 Pop E-Mails, Free Site Marketing, Free Domain, Free Setup."),
'TT327':wrap_img("http://www.advertyz.com/images/advmainlogo.gif","GET WEB TRAFFIC: As leaders in Web Site Promotion and Internet Marketing services we are capable of maximizing your ROI by offering you the best web site promotion options at the lowest prices on the internet."),
28:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Fan Envy</h3>Unique and Beautiful Ceiling Fans to fit YOUR style!</td></tr></table>',
38:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Arizona Handyman</h3>A-1 Hand Handyman serving The Greater Phoenix Arizona area including Johnson Ranch, Queen Creek, Scottsdale, Chandler, Gilbert, Mesa. Reasonable Rates.</td></tr></table>',
39:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Beauty Boutique</h3>Hands To Feet Beauty Boutique. Great Deals on Beauty Supplies!</td></tr></table>',
43:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>I Want To Play Poker</h3>Play all kinds of Casino games. We always have specials going. Come checkout what free money we are offering.</td></tr></table>',
49:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Kid\'s Club of America</h3>The world\'s greatest kids club site.</td></tr></table>',
57:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Advertise HERE for free</h3>For a limited number of users for a limited time IT IS FREE!</td></tr></table>',
61:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Anber is the Best</h3>Cool!</td></tr></table>',
62:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free Satelite TV System</h3>FREE FREE FREE</td></tr></table>',
72:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>For Sale By Owner</h3>Sell your home here FREE</td></tr></table>',
73:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Arizona Realestate</h3>List your home for free.</td></tr></table>',
75:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>World Class Nutrition</h3>Body Building Supplements</td></tr></table>',
77:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Sell Your House Here!</h3>Sell for free.</td></tr></table>',
79:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Home Mortgage</h3>LenderSquare</td></tr></table>',
81:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>$500 Bonus for Auction44.com</h3>Discover the new Auction technology 2006. Get $500 sign up bonus and start selling your stuff</td></tr></table>',
82:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>2Day Slim Down</h3>Lose 12 pounds in 2 days Guaranteed!</td></tr></table>',
84:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>X copy 9 for DVD</h3>Make Perfect Backups of your DVDs for your TV or PSP! XCopy9 has forever changed the face of DVD Back up! The team at XCopy9 have combined quality, speed, and simplicity with the most advanced and powerful feature set ever! </td></tr></table>',
90:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Affiliate Cash Vault-Earn 75%</h3>Affiliate Cash Vault! New fail-safe system virtually runs 100% on autopilot. Just set it and forget it! Consistently 10-15%</td></tr></table>',
91:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Unlimited PSP Games Download</h3>With over 20 million items and growing, PSPdownloadservices.com gives you access to the largest PSP games and movies databases network on the planet.</td></tr></table>',
92:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Mickelsen Family</h3>check us out!</td></tr></table>',
93:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Brimhall Family Website</h3>Check Us Out!</td></tr></table>',
96:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>A2Z Home Center</h3>Online retailer of modern furniture, kitchen appliances, vacuums and household items. We present the biggest collection of contemporary furniture available online. Prices are 50-70% below than retail.</td></tr></table>',
97:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>BlueHost Web Hosting</h3>Bluehost.com $6.95 Host 6 Domains on 1 account, CPanel Web Hosting, FrontPage Extension Support, SSH, CGI, PHP, MYSql, 2 Gigs Space, 75 Gigs Transfer, 1000 Pop E-Mails, Free Site Marketing, Free Domain, Free Setup.</td></tr></table>',
98:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free Website, Emails, URL Forwarding, and More!</h3>Free website, layouts, backgrounds, WYSIWYG interface, 100 email addresses and free email forwarding, free web forwarding, free name-my-phone, free name-my-map, free DNS services, free portfolio management, free parking page. Click for further details!</td></tr></table>',
102:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Talent Voter</h3>Vote for and Rate your favorite reality TV stars</td></tr></table>',
103:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Need Traffic?</h3>Here You Can Get The Traffic You Need At An Afordable Price!</td></tr></table>',
104:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Click4everything.....You name it n you get it</h3>Softwares, Scripts, hosting, traffics n whatever</td></tr></table>',
107:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Country Music with a Jesus KICK!</h3>Country Music with a Jesus KICK!</td></tr></table>',
108:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>come in and enjoy yourself!</h3>hey you forgot some dollars</td></tr></table>',
117:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>ClixGalore</h3>You selling products? Share the wealth. Become an Affiliate. As seen on the Worlds Largest Webpage.</td></tr></table>',
118:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Worlds #1 Hosting</h3>Try World Class Hosting, our plans have many free softwares like forums, blogs and many more...</td></tr></table>',
121:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Reign of Terror</h3>soul eroding death metal</td></tr></table>',
122:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Canberra Online</h3>Everything you need to know about canberra</td></tr></table>',
123:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Financial services</h3>compare deals when borrowing, saving, investing within australia</td></tr></table>',
124:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Canberra Online</h3>All you need to know about Canberra, the capital city of Australia</td></tr></table>',
126:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Rock the Sand Dunes</h3>Come out and RACE</td></tr></table>',
129:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Max Virual Marketing</h3>MaxViralMarketing.com - Quality Marketing Resources for Busy Marketers. Affiliates/Free Members can earn $10 per month for each pro member that they refers and we are also providing a signup bonus to affiliates of 200 banners & 100 text ad impressions ...</td></tr></table>',
130:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Preemos Affiliate Helper</h3>The Affiliate Helper</td></tr></table>',
131:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Preemos Affiliate Helper</h3>Preemos Affiliate Help</td></tr></table>',
132:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>ANIMAL CROSSING WILD WORLD ROCKS!</h3>Buy it... its for the Nintendo DS.</td></tr></table>',
133:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>All Star Action Casino</h3>Where Winners Play and Players Win. Experience world-class online casino service at All Star Action. Play for free or for real money. Real time gambling on fast playing, realistic games - blackjack, poker, slots, craps, roulette and much more. </td></tr></table>',
134:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>All Star Action Casino</h3>Where Winners Play and Players Win. Experience world-class online casino service at All Star Action. Play for free or for real money. Real time gambling on fast playing, realistic games - blackjack, poker, slots, craps, roulette and much more. </td></tr></table>',
135:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Check your dollars real value</h3>Whats Your Dollar Really Worth?</td></tr></table>',
136:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Diet Pill Warehouse</h3>We are proud to be able to bring our customers a wide selection of medicines, all of them are available online, 24x7. Our order process could not be simpler, just select the medicines you need, fill in our medical questionnaire, and submit your order...</td></tr></table>',
138:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Fifty Flowers</h3>Offering Fresh Flowers directly from the grower to the United States. We offer unique flower bouquets, fresh flower wreaths and bulk fresh flowers. Stunning flowers guaranteed flowers, overnight FedEx delivery, great selection, quality flowers and satisif</td></tr></table>',
142:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Dont Surf anymore pages!</h3>Your surfing pages for credits is over!</td></tr></table>',
143:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>GET YOUR BIZ LISTED</h3>Free Safelist with immense returns</td></tr></table>',
144:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>GET YOUR BIZ LISTED</h3>Free Safelist with immense returns</td></tr></table>',
145:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Health10</h3>Sell Health Products and Make Money</td></tr></table>',
146:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Industry Player</h3>60,000Players. Industryplayer is a Business Strategy Game. Many players from around the globe compete in real time for market share and profits. </td></tr></table>',
147:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Turn you PC into a Super TV</h3>PC Entertainment Wizard for Windows. Your PC is ready to turn into a SUPER TV in 2 minutes. Check it out!!</td></tr></table>',
148:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Become a Travel Agent From Your Home</h3>Earn Travel Commissions on ALL Travel booked though your website! Travel Like the Pros.</td></tr></table>',
149:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Cell Phones</h3>Great plans and prices for all carriers</td></tr></table>',
150:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>GeeK Busters Computer Remote Repair Over Internet</h3>Geek Busters has recently implemented a NEW Remote Desk Top Service. Why go through the inconvenience of unplugging it, driving to the store and waiting for days ? Our friendly and knowledgeable online technicians can solve your computer problems quickly </td></tr></table>',
151:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Motorola Razr V3c for FREE</h3>Click Here!</td></tr></table>',
155:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>C.Whyte For President</h3>The Greatest Stories on the Internet</td></tr></table>',
156:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free Advertising Forum</h3>Free Advertising Opportunity</td></tr></table>',
157:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Work at Home</h3>Online community of people who work at home and their only desire has been to give you the </td></tr></table>',
158:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>$8,100.00 direct to YOUR PayPal Account!</h3>Tired of Sponsoring and Advertising ? Join us and we will keep advertising for you until we blast $8,100 in your PayPal, E-gold, StormPay account or we continue to Advertise.</td></tr></table>',
159:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>www.HeadShop.com</h3>rolling papers, tobacco accessories, herbal smokes, posters, tapestries, body jewelry, wooden boxes, wind proof lighters, candles, incense, grinders, blunts, flavored tobacco, candle and incense holders, aroma oils, scented body oil, aroma oil burners... </td></tr></table>',
160:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Avoid Cash Advance Scams</h3>Avoid online payday loan and cash advance scams. Information about scams here.</td></tr></table>',
162:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>100,000 Art Prints and Posters</h3>We have over 100,000 art prints and posters to choose from at great prices. Our artist list is over 8,000 names long. You will find that our prices are generally lower than any other print store on the Internet</td></tr></table>',
163:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Herbal Remedies - Proven Effective</h3>Native Remedies provides proven, effective and safe herbal and homeopathic remedies for a wide range of conditions and disorders, for both People and Pets! </td></tr></table>',
164:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Zaccardis</h3>Coffee and Kitchen Specialists offers premium coffee makers, espresso machines and our very own fresh roasted gourmet coffee as well as a full selection of specialty kitchen and cooking tools.</td></tr></table>',
165:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Great Flowers & Better Prices</h3>SAY IT WITH FLOWERS!</td></tr></table>',
166:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Best Shop in Texas</h3>Body Shop in Garland Texas</td></tr></table>',
167:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Be a HERO Donate Blood</h3>You can be a Hero</td></tr></table>',
169:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>I Love Silvia</h3>Happy Valentines Day honey!, Love, Stan.</td></tr></table>',
170:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>888 Casino - Best Online Casino Specials!</h3>Best Online Casino Specials</td></tr></table>',
171:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Pool Tables</h3>Americas premier supplier of heirloomquality pool tables and billiard supplies. We manufacture and distribute our pool tables directly to the customer.</td></tr></table>',
173:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Katie Holmes Mexico</h3>Katie Holmes Mexico</td></tr></table>',
174:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Work from Home</h3>Network of people making over 1000 per day, be part of them</td></tr></table>',
176:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Dream Journal</h3>Get your free online dream journal.</td></tr></table>',
177:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Largest Photo Gallery</h3>let try to break a woorld record, free of charges</td></tr></table>',
178:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>FREE Cell Phones! FREE Shipping</h3>TMobileCingularNextelVerizonSprintLibertyOpex</td></tr></table>',
181:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Abstract Art</h3>Abstract Paintings by Max Rence</td></tr></table>',
182:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Get $ for Playing Games</h3>By joining our team you will qualify for a couple of extras... your share in a weekly $10.000 bonus, each and every week!</td></tr></table>',
183:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>FREE DVD Camcorder</h3>Click to get it!</td></tr></table>',
184:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>FREE Multi-Camera</h3>Participation Required</td></tr></table>',
185:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Let us build you next home!</h3>Custom home builder</td></tr></table>',
186:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Credit Repair</h3>Fix your credit and lower your interest. You can save THOUSANDS</td></tr></table>',
187:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Moving? Got Boxes?</h3>Wholesale moving boxes, moving supplies, packing kits, wardrobe boxes. FREE shipping nationwide 1-2 day delivery in most areas. We use FED Ex Ground and we offer Saturday delivery. </td></tr></table>',
188:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Plan your retirement savings</h3>the quick and easy way</td></tr></table>',
199:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>test</h3>test popup</td></tr></table>',
202:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Call of Duty 2</h3>This is the best game. It rocks.</td></tr></table>',
203:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Out of the heart of Texas</h3>Rap, Tex Mex internet radio</td></tr></table>',
204:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Visitenos, Dallas/Fort Worth</h3>El mercado de la comunidad latina</td></tr></table>',
205:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Dream Journal</h3>Get your free online dream journal.</td></tr></table>',
207:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Data Entry Workers Needed</h3>Earn Extra Cash Working From Home - Start Today!</td></tr></table>',
208:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Affordable Web Hosting</h3>$6.95 Per Month - Free Domain - Free Setup</td></tr></table>',
209:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>High-Income Home Assembly Career</h3>High-Income Home Assembly Career</td></tr></table>',
215:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Meet Swingles</h3>We have over 50 activities a month around the world. Come and join the fun!</td></tr></table>',
218:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>New Gas Pills For All Vechicles!!</h3>Did You Try The New GAS PILLS For Vechicles Yet???</td></tr></table>',
219:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Are You Ready For The Bird Flu?</h3>Prepare For The Bird Flu Now! Everything You Need To Know To Stay Safe!</td></tr></table>',
220:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Superb Income Assembling Our Products</h3>Superb Income Assembling Our Products</td></tr></table>',
222:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Vote for your favorite operating system</h3>Windows or Mac?</td></tr></table>',
223:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free Car Quote</h3>Rock Bottom Prices</td></tr></table>',
224:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>check out my new house</h3>IS large.</td></tr></table>',
225:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Lose your Race Lose your Ride</h3>Lose your Race Lose your Ride</td></tr></table>',
226:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Debt Consolidation</h3>Reduce Payments by 50 percent and regain control of your life!</td></tr></table>',
227:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Guaranteed Platinum Mastercard</h3>Guaranteed Approval Prepaid Mastercard - Platinum Benefit</td></tr></table>',
228:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Get Paid for your opinion</h3>Take a survey, get cash!</td></tr></table>',
229:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Credit.com</h3>Home Loans, Consolidation.</td></tr></table>',
232:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Best Winning Poker Tips</h3>Best Winning Poker Tips for Texas Holdem poker players-best tips for beginners and advanced players alike-sign up for free newsletter and casino bonus and free roll chances-make money and stop losing to other players-strategy and cautions for beginners</td></tr></table>',
233:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Best prices - Full Poker and Casino Supply Center</h3>Best Prices and most complete selection of Poker cards. chips and all other casino supplies including SLOT MACHINES. Special offer 10% descount-just mention this pixel ad-best prices always-guaranteed!</td></tr></table>',
234:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Best prices - Full Poker and Casino Supply Center</h3>Best Prices and most complete selection of Poker cards. chips and all other casino supplies including SLOT MACHINES. Special offer 10% descount-just mention this pixel ad-best prices always-guaranteed! www.fullpokerandcasinosupplycenter.com</td></tr></table>',
235:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Home Security Systems Guranteed Lowest Price</h3>Best Price GUARANTEED</td></tr></table>',
236:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Swisj.com - worlds news gathered in one place!</h3>Worlds news gathered in one place! Top stories, only.</td></tr></table>',
238:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Up 4 Sale</h3>If you want it, somebody is selling it!</td></tr></table>',
240:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Buy Quality Website Traffic</h3>1 million guaranted visitors to your site</td></tr></table>',
241:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Add your sites Link to 1000s of Websites </h3>Add Your Sites Link to THOUSANDS of Websites INSTANTLY & get paid $5 for Every Referral. Reach Tens of Thousands Members & Boost your Search Engine Rankings. Give the Popularity Ranking Power of NetProLinks a trial run- NOW!</td></tr></table>',
242:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>$100,000 Jobs</h3>Its free to join. TheLadders.com is the most comprehensive source of $100k jobs anywhere.</td></tr></table>',
243:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>COD2 Player</h3>My server name is Sgt.Ryan best player ever known</td></tr></table>',
244:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Carlys Site</h3>Official site of the Canberra model Carly</td></tr></table>',
245:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>adsense & ebay hot secrets!</h3>Adsense secrets they dont want you to know and how to make more money from eBay!</td></tr></table>',
246:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>RESELL YOUR DOMAIN HERE</h3>.EU Domains For Sale HOT!</td></tr></table>',
247:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Addrandom! - New Internet Marketing</h3>This is completely unique, the internet site of 2006!</td></tr></table>',
248:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>ABC Supplements</h3>Health, Fitness & Nutrition Supplements</td></tr></table>',
249:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>BattleField 2132</h3>newest and coolest game ever except call of duty 2</td></tr></table>',
250:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free registration,free listing at markitauctions.com for all services</h3>Auctions,classifieds,forums,chat rooms</td></tr></table>',
252:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>The Supplement Emporium </h3>Discount Health & Nutrition Products</td></tr></table>',
253:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Forex Trading</h3>Why Easy Forex? Start trading with as little as $25!</td></tr></table>',
254:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3></h3>YO</td></tr></table>',
256:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Gourmet, Ethnic Foods, Recipes Blog</h3>Gourmet & Ethnic Foods Blog and more</td></tr></table>',
257:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Ethnic and Gourmet Food Sources</h3>Hundreds of food sources!</td></tr></table>',
261:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Affiliate Programs</h3>Find the affiliate program right for you. Make money as an affiliate.</td></tr></table>',
267:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Make Money Selling Satellite TV and Cell Phones</h3>Make Money Selling Dish Network</td></tr></table>',
269:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>$MakeMoney$</h3>sources of online income</td></tr></table>',
276:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Credit Cards-Apply Online</h3>Visa Mastercard Discover Amex</td></tr></table>',
280:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>The Rich Jerk</h3>Arrogant, FoulMouthed, Filthy Rich Jerk</td></tr></table>',
281:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Check Out our Block Party, </h3>The Block Party is a Unique Fundraiser...Check it out!</td></tr></table>',
282:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Brilliant Business Ideas</h3>Honest Online Income Tips</td></tr></table>',
283:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Adsense Income Help For You</h3>Earn More From Your Ads</td></tr></table>',
284:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Kevin the Collie Life of a London Dog</h3>Dog Training, Dogs Health, Funny Dogs</td></tr></table>',
290:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Property for sale in France</h3>French houses for sale in France Search and advertise property and houses with regional listings.</td></tr></table>',
292:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Property Sales In France</h3>Property Sales France - French houses for sale - French properties and houses for sale at propertysalesfrance.com.</td></tr></table>',
293:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Monflanquin France - French holiday accommodation</h3>Accommodation in Monflanquin France - One of the most beautiful French villages.</td></tr></table>',
294:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Diamond Jewelry 50% Off</h3>Diamond Stud Earrings Engagement Rings</td></tr></table>',
296:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Tampa Property Management</h3>Rent New Tampa - Renting in New Tampa has never been easier!</td></tr></table>',
297:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Dogfunny.net funny dog videos, pictures pet care </h3>Great gift ideas for dogs and dog lovers</td></tr></table>',
298:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Sorvoja Webutvikling</h3>Sorvoja Webutvikling</td></tr></table>',
299:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Blogs for kids </h3>Blogs for kids</td></tr></table>',
300:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Eugene Oregon Real Estate</h3>Harvard Educated, Friendly, Reliable Broker for all of your Lane County Real Estate Needs</td></tr></table>',
301:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Awesome Pet Supplies</h3>Free Shipping on Orders Over $100.00</td></tr></table>',
303:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Unique Cigar Box Purses</h3>Amazing One-Of-A-Kind Creations</td></tr></table>',
307:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Free! Get Paid for being onlineJoin - AGLOCO Today</h3>Join for FREE. Get paid for surfing the web. Join AGLOCO and earn money for time spent online. Also for your referrals time spent online, 5 levels deep. Never pay a single cent. Join TODAY!</td></tr></table>',
315:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Bite off more than you can chew, then chew it.</h3>Necr0six THE computer security team</td></tr></table>',
316:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>$5 Scripts</h3>Flash, MSSQL, PHP, XML : The five dollar script archive</td></tr></table>',
318:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Brad Was Here May 30th 2007</h3>Woot</td></tr></table>',
319:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Brad Smells</h3>Really Bad</td></tr></table>',
322:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>North Florida Print and Online ads for Business</h3>Free Quotes For Your Business</td></tr></table>',
323:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Say it With Vinyl!</h3>Express yourself with Vinyl. We can help!</td></tr></table>',
326:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Blue Host Domain Hosting</h3>Bluehost.com $6.95 Host 6 Domains on 1 account, CPanel Web Hosting, FrontPage Extension Support, SSH, CGI, PHP, MYSql, 2 Gigs Space, 75 Gigs Transfer, 1000 Pop E-Mails, Free Site Marketing, Free Domain, Free Setup.</td></tr></table>',
327:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>GET WEB TRAFFIC</h3>As leaders in Web Site Promotion and Internet Marketing services we are capable of maximizing your ROI by offering you the best web site promotion options at the lowest prices on the internet.</td></tr></table>',
328:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>Chubby bunny</h3>stuff as many marshmallows in your mouth as possible</td></tr></table>',
329:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>WE WILL ROCK YOU!</h3>We will we will rock you!</td></tr></table>',
333:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>c</h3>Clix Galore Test</td></tr></table>',
336:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>test</h3>test</td></tr></table>',
337:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>test</h3>test</td></tr></table>',
338:'<table border="0" cellspacing="0" cellpadding="25" bgcolor="#eeeeee" style="border: 3px solid black; width: 256px;"><tr><td><h3>johns test</h3>hackers</td></tr></table>'
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

function wrap (s_, b_ques) {
return "<table cellpadding='0' cellspacing='0' border='0' style='-moz-opacity:90%;filter:progidBig GrinXImageTransform.Microsoft.dropShadow(Color=#777777,offX=4,offY=4)'><tr><td rowspan='2'><img src='img/1"+(b_ques?"q":"")+".gif'></td><td><img src='/img/pixel.gif' width='1' height='15'></td></tr><tr><td background='img/2.gif' height='28' nowrap>"+s_+"</td><td><img src='img/4.gif'></td></tr></table>"
}

function wrap_img (s_file, s_title) {
return "<table cellpadding=5 bgcolor=white style='border:1px solid #777777'><tr><td><img width='480' src='"+s_file+"' class='picI'></td></tr><tr><td align=center>"+s_title+"</td></tr></table>"
}

</script>
<link rel="stylesheet" type="text/css" href="http://www.worldslargestwebpage.com/wlwmain.css"><base target="_parent">
</head>
<body>
<center>
<table border="0" width="100%" class="siteheader" id="siteheader">
<tr>
<td width="768" class="siteheader" id="siteheaderimage" rowspan="3" valign="top">
<a href="http://www.worldslargestwebpage.com/?link=siteheaderimage">
<img border="0" src="http://www.worldslargestwebpage.com/images/sitelogo.jpg" width="768" height="90"></a>
</td>
<td align="center" width="*" class="rheader"><font size="1">Live
Counter</font></td>
<td align="center" width="*" class="siteheader">
<script>

/*
Count up from any date script-
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free scripts here!
*/

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" days"
document.write(" "+difference+" ")
}
//enter the count up date using the format year/month/day
countup(2006,01,01)
</script>
</td>
</tr>
<tr>
<td align="center" width="*" class="rheader"><font size="1">Hits: unique/all</font>
</td>
<td align="center" width="*" class="siteheader">
104517 / 283848
</td>
</tr>
<tr>
<td align="center" width="*" class="rheader"><font size="1">Total
Bricks</font></td>
<td class="right">
<a class="dark" href="listall.php">
187
</a>
</td>
</tr>
</table>
</center>

<center>
<table border="0" width="100%" cellspacing="1" id="topmenu" class="topmenu">
<tr class="topmenu">
<td width="10%" class="topmenu"><a href="addad.php">Join Now</a></td>
<td width="10%" class="topmenu"><a href="about.php">FAQ</a></td>
<td width="10%" class="topmenu"><a href="fun.php">What's New</a></td>
<td width="10%" class="topmenu2"><a href="/user/index.php">Affiliate</a></td>
<td width="10%" class="topmenu"><a href="listall.php">Stats</a></td>
<td width="5%" class="topmenu"><a href="star.php"><img src="images/stardot.gif" border="0"></a></td>
<td width="*%" class="siteheader" mycomments=here>

</td>

</tr>
</table>
</center>
<br><table width="100%" class="text"><tr><td class="rheader">Filter Display</td><td class="left"><form name="selectcategory" method="post" action="index.php">Categories:<select class="buttons" name="Categories"><option >All</option><Option>Business</option>
<Option>Careers</option>
<Option>Education</option>
<Option>Gambling</option>
<Option>Games</option>
<Option>Health</option>
<Option>Internet</option>
<Option>Law</option>
<Option>Nature</option>
<Option>Science</option>
<Option>Society</option>
<Option>Sports</option>
<Option>Techology</option>
<Option>Travel</option>
</select>Country:<select class="buttons" name="Country"><option >All</option><Option>Afghanistan</option>
<Option>Algeria</option>
<Option>Argentina</option>
<Option>Australia</option>
<Option>Bangladesh</option>
<Option>Brazil</option>
<Option>Burma</option>
<Option>Canada</option>
<Option>China</option>
<Option>Colombia</option>
<Option>Congo, Democratic Republic of the</option>
<Option>Egypt</option>
<Option>Ethiopia</option>
<Option>France</option>
<Option>Germany</option>
<Option>Ghana</option>
<Option>India</option>
<Option>Indonesia</option>
<Option>Iran</option>
<Option>Iraq</option>
<Option>Italy</option>
<Option>Japan</option>
<Option>Kenya</option>
<Option>Korea, North</option>
<Option>Korea, South</option>
<Option>Malaysia</option>
<Option>Mexico</option>
<Option>Morocco</option>
<Option>Nepal</option>
<Option>Nigeria</option>
<Option>Pakistan</option>
<Option>Peru</option>
<Option>Philippines</option>
<Option>Poland</option>
<Option>Romania</option>
<Option>Russia</option>
<Option>Saudi Arabia</option>
<Option>South Africa</option>
<Option>Spain</option>
<Option>Sudan</option>
<Option>Taiwan</option>
<Option>Tanzania</option>
<Option>Thailand</option>
<Option>Turkey</option>
<Option>Uganda</option>
<Option>Ukraine</option>
<Option>United Kingdom</option>
<Option>United States</option>
<Option>Uzbekistan</option>
<Option>Venezuela</option>
<Option>Vietnam</option>
</select>Description:<input type="text" name="filterdescription" value=""><input class="button" type="submit" value="Filter" name="filter"></form></td><td><a class="dark" href="sortsettings.php" title="More Options">Advanced</a></td></tr></table><table width="100%" class="main"><tr><td valign="top" width="*%"><center>
<table class="main" id="new" width="100%"><tr>
<td class="rheader" id="new" width="40">Our Newest Bricks</td><td valign="top" align="center" class="border" id="iteration" width="*%"><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br338" class="brick b1"><div id="br338" class="ads b1 brick">
<a id="338" class="338 b1" onMouseOver="myHint.show(338)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=338&amp;url=hacker" target="_blank">johns test</a>

</div></td>

<td align="center" id="br337" class="brick b2"><div id="br337" class="ads b2 brick">
<a id="337" class="337 b2" onMouseOver="myHint.show(337)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=337&amp;url=test" target="_blank">test</a>

</div></td>

<td align="center" id="br336" class="brick b3"><div id="br336" class="ads b3 brick">
<a id="336" class="336 b3" onMouseOver="myHint.show(336)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=336&amp;url=test" target="_blank">test</a>

</div></td>
<td align="center" id="br336" class="newbrick"><div class="newad ads"><a href="" title="Be part of the biggest thing to hit internet since the dot com bust"></a></div></td></tr></table></td></tr></table></td></td></tr></table><table class="allbricks" width="100%"><tr><td><center>
<table class="main" id="4" width="100%"><tr>
<td class="rheader" id="4" width="40">Tier 4</td><td valign="top" align="center" class="border" id="iteration" width="*%"><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br174" class="brick b1"><div id="br174" class="ads b1 brick">
<a id="174" class="174 b1" onMouseOver="myHint.show(174)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=174&amp;url=www.getpaidworkingathome.com" target="_blank">Work from Home</a>

</div></td>
<td align="center" id="br174" class="newbrick"><div class="newad ads"><a href="addad.php?Tier=4" title="Be part of the biggest thing to hit internet since the dot com bust">This Could Be Your Brick</a></div></td></tr></table></td><center>
<table class="main" id="3" width="100%"><tr>
<td class="rheader" id="3" width="40">Tier 3</td><td valign="top" align="center" class="border" id="iteration" width="*%"><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br250" class="brick b1"><div id="br250" class="ads b1 brick">
<img border="0" width="20" height="20" alt="br250" onMouseOver="myHint.show('TT250')" onMouseOut="myHint.hide()" src="http://www.markitauctions.com/auction-images/logo.jpg">

<a id="250" class="250 b1" onMouseOver="myHint.show(250)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=250&amp;url=www.markitauctions.com" target="_blank">Free registration,free listing at markitauctions.com for all services</a>

</div></td>
</tr></table><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br316" class="brick b2"><div id="br316" class="ads b2 brick">
<img border="0" width="20" height="20" alt="br316" onMouseOver="myHint.show('TT316')" onMouseOut="myHint.hide()" src="http://www.tufat.com/images/affiliates/125x125.gif">

<div id="bold" class="bold">
<a id="316" class="316 b2" onMouseOver="myHint.show(316)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=316&amp;url=www.tufat.com/aff.php?id=3789" target="_blank">$5 Scripts</a>

</div>
<img border="0" alt="smiley" src="images/smileydot.gif">

</div></td>
<td align="center" id="br316" class="newbrick"><div class="newad ads"><a href="addad.php?Tier=3" title="Be part of the biggest thing to hit internet since the dot com bust">This Could Be Your Brick</a></div></td></tr></table></td><center>
<table class="main" id="1" width="100%"><tr>
<td class="rheader" id="1" width="40">Tier 1</td><td valign="top" align="center" class="border" id="iteration" width="*%"><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br28" class="brick b1"><div id="br28" class="ads b1 brick">
<img border="0" width="20" height="20" alt="br28" onMouseOver="myHint.show('TT28')" onMouseOut="myHint.hide()" src="http://www.lightingdeals.com/ccart/images/DESIGNER-FANS.gif">

<a id="28" class="28 b1" onMouseOver="myHint.show(28)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=28&amp;url=http://www.fanenvy.com/ccart/?ref=cray&advert=wlw&campaign=tier1" target="_blank">Fan Envy</a>

</div></td>

<td align="center" id="br62" class="brick b2"><div id="br62" class="ads b2 brick">
<a id="62" class="62 b2" onMouseOver="myHint.show(62)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=62&amp;url=http://www.tmicell.com/satellitetv/?aid=6085" target="_blank">Free Satelite TV System</a>

<img border="0" alt="smiley" src="images/smileydot.gif">

</div></td>

<td align="center" id="br75" class="brick b3"><div id="br75" class="ads b3 brick">
<a id="75" class="75 b3" onMouseOver="myHint.show(75)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=75&amp;url=www.clixGalore.com/PSale.aspx?BID=30786&AfID=109999&AdID=4258" target="_blank">World Class Nutrition</a>

</div></td>
</tr></table><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br151" class="brick b4"><div id="br151" class="ads b4 brick">
<a id="151" class="151 b4" onMouseOver="myHint.show(151)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=151&amp;url=http://www.tmicell.com/?aid=6085" target="_blank">Motorola Razr V3c for FREE</a>

</div></td>

<td align="center" id="br157" class="brick b5"><div id="br157" class="ads b5 brick">
<a id="157" class="157 b5" onMouseOver="myHint.show(157)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=157&amp;url=www.getpaidworkingathome.com" target="_blank">Work at Home</a>

</div></td>

<td align="center" id="br167" class="brick b6"><div id="br167" class="ads b6 brick">
<a id="167" class="167 b6" onMouseOver="myHint.show(167)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=167&amp;url=www.unitedbloodservices.org/" target="_blank">Be a HERO Donate Blood</a>

<img border="0" alt="heart" src="images/heartdot.gif">

</div></td>
</tr></table><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br170" class="brick b7"><div id="br170" class="ads b7 brick">
<a id="170" class="170 b7" onMouseOver="myHint.show(170)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=170&amp;url=http://www.clixGalore.com/Sale.aspx?BID=39484&AfID=109999&AdID=5221&LP=www.888.com" target="_blank">888 Casino - Best Online Casino Specials!</a>

<img border="0" alt="card" src="images/carddot.gif">

</div></td>

<td align="center" id="br171" class="brick b8"><div id="br171" class="ads b8 brick">
<a id="171" class="171 b8" onMouseOver="myHint.show(171)" onMouseOut="myHint.hide()" href="http://www.worldslargestwebpage.com/redirect.php?brick=171&amp;url=www.clixGalore.com/PSale.aspx?BID=42260&AfID=109999&AdID=5680&LP=www.pooltables-direct.com" target="_blank">Pool Tables</a>

</div></td>
</tr></table><table width="100%" border="0" cellpadding="0" cellspacing="10" id="row0" class="center"><tr>
<td align="center" id="br178" class="brick b9"><div id="br178" class="ads b9 brick">
<a id="178" class="178 b9" onMouseOver="myHint.show(178)" onMouseOut="myHint.
0100111000110000111011
you have a Fat ass girl
Playing Encrypted DVDs in Ubuntu Linux



We all know that the ‘big companies’ out there think throwing copy-protection on everything they sell is going to save the world from these evil hacking pirates that blow up vans and such…and copy protection on DVDs is just another way they like to fudge us over, With enough effort you can watch and rip copy-protected DVDs and it isn’t that hard…i don’t see why they bother really. Today I’m going to show you how to watch copy-protected DVDs on Ubuntu Linux (9.04) – luckily the people who make this codec sells ‘licences’ for around $50 a pop and you can grab one from..joking…you’re using Ubuntu so you obviously want your stuff free Smile .

Ubuntu comes with a pretty nice movie/music player called Totem, it is based on the xine/GStreamer – since GStreamer is the default library used with the Totem application we will work with GStreamer for this example.

All of this will be done in Terminal, so open a terminal (Applications –> Accessories –> Terminal) and lets get started.

1. Installing the GStreamer library packages.

Enter this command in your Terminal window.

Code:
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse

Now you can play Music, UNencrypted DVDs and DivX content, but that isn’t why we came here..is it now.

2. Installing libdvdcss2.

Enter this command in your Terminal window.

Code:
/usr/share/doc/libdvdread4/install-css.sh

There we go, that’s all you need to do…now insert a DVD and let Totem do its magic.

If you liked this tutorial check out my blog! - It's filled with useful stuff.