Eric Maino

System.Brain.CoreDump();
Posted: by

Comments

Jeff Julian said:

Congrats on becoming a Student Ambassador. I am with the INETA Academic committee, so we will probably be in contact soon.
# September 18, 2003 3:20 PM

Anthony Shaw said:

You are a definately a complete nerd... what's your license plate again? L1NUX?? I think that's right! Anyways.. congrats my man!
# September 18, 2003 5:36 PM

SBC said:

Take a look at the 'Patterns & Practices' at the MSDN website. Particularly, the application blocks (there are several) -
http://www.microsoft.com/resources/practices/Audiences.asp#dev
# September 19, 2003 9:49 PM

Chris Stewart said:

I'm curious to know what it's actually going to do as its primary function. But building a component driven program is a good idea for learning. Should be fun. ;)
# September 19, 2003 9:59 PM

Chris Stewart said:

Wow, you've got an awesome professor to allow you to do that. Unless the professor was really into .NET, we'd never be allowed to do that. Out program is centered around Java.
# September 19, 2003 10:00 PM

Roy Osherove said:

Take a look at my "plugins" article, it talks about something of the same nature:
http://msdnaa.net/Resources/display.aspx?ResID=2197
# September 20, 2003 3:44 AM

Richard Tallent said:

It's more painful, but you could also use J#, so your code becomes a comparison of VMs and frameworks rather than the core language itself.
# September 20, 2003 6:14 PM

Nicko said:

You should really use a High Resolution Performance Timer rather than DateTime.Now.

See:
http://codeproject.com/vb/net/vbnetstopwatch.asp
http://www.codeproject.com/useritems/highperformancetimercshar.asp

for sample code
# September 21, 2003 9:40 AM

Scott Watermasysk said:

I am a big fan of the Mentalis StopWatch class:

The .NET framework provides several ways to measure time intervals; you can use the DateTime.Now property or the Environment.TickCount property. However, these methods are not very precise. In fact, the Environment.TickCount can have a worst case resolution of 500 milliseconds. If you need to measure short time intervals, these methods may not be good options.[http://www.mentalis.org/soft/class.qpx?id=8]

# September 21, 2003 10:34 AM

denny said:

you may also want to take alook at the code profiling stuff at msdn ...
there is an episode of msdn tv that talks about it and has links from that video --
linked to the papers is a download of a CLR profiler with full source.
# September 21, 2003 10:55 AM

Ian Cooper said:

Talk to the guys and girls at MSDN. They send us a quarterly user's group kit which contains this sort of material, and I expect if that does not have what you want they can dig you out something else. They ARE very helpful.

# September 22, 2003 5:38 AM

Chris Stewart said:

This is quite common I'm afraid. I work in my major department at school as a NetTech. Our students are quite lucky as they get all sorts of software on the lab machines, but I know many of the professors are die hard fans of one technology or another. I mention I'm doing a cool project in .NET, and some of them act like it's worthless. Although I just automated our account creation process for Active Directory. It will only save all future NetTechs an hour a day (there are about 6 steps to take for every account). It takes about 5 mins now. The best part is it took me about 10 hours to write the code (I'm about to refactor everything now since I have a working prototype).
# September 25, 2003 12:33 AM

SBC said:

yup... it's true - the 'real world' politics (opinions) are very difficult to understand at times. I have encountered situation where I came to the conclusion - 'You can't get little pregnant with .NET!
# September 25, 2003 7:53 AM

Jerry Dennany said:

Are you certain that it's politics and not money? Schools don't have infinite resources, and maintaining an alternate OS can be pricey in terms of maintenance and licensing. (aha, I can't believe that I just referred to XP as an 'alternate OS')
# September 25, 2003 12:25 PM

Alex said:

You should show your closer friends those goods first :)
# September 26, 2003 1:39 AM

Roy Osherove said:

Dude! write what you got!
# September 26, 2003 4:48 AM

Anthony Shaw said:

I'm also a student at GVSU, who also worked in the IT department and I know firsthand that it's not an issue of money. They have so many licenses for Windows XP that they don't know what to do with all of them. The CS department has some very tight fisted political people on the board and such, and they don't want to stir up any trouble with their contributers :-/
# September 26, 2003 3:49 PM

Eric Lathrop said:

From my perspective:

CS People don't want Microsoft in their labs because they like working with software that they can hack if they need to. Most unix systems have the GNU toolchain installed. If you find a bug in the compiler you can patch it. You can't do that with Microsoft right now.

Also alot of instructional software is built to run on unix. The NachOS instructional operating system the was use in my operating systems class only runs on unix.

Finally, CS people usually like OSes that come with a compiler.;)
# September 26, 2003 9:50 PM

Brian Desmond said:

TreeNodeCollection is actually a collection of nodes on the Treeview control.
# September 29, 2003 9:56 PM

Eric Maino said:

I know that the TreeNodeCollection is a collection of nodes used in the TreeView class, but I am just curious as to why it wasn't put inside of the System.Collections namespace as it is a collection and could have many other uses, then just for the TreeView.
# September 29, 2003 10:07 PM

Chris Stewart said:

I'm curious to know what you got as well. I actually work in my major department. The tutor just became our MS ambassador. He's on a power trip thinking he's going to be writing code or something for them.
# September 29, 2003 10:19 PM

Scott Gowell said:

Try to get a hold of some of the CS professors at either Northern Michigan University (www.nmu.edu || euclid.nmu.edu), or Michigan Tech University (www.mtu.edu). They hold programming competitions every year and have for a number of years.
# October 7, 2003 7:43 AM

Eric Lathrop said:

Instead of a custom IM thingy, you could just do what the ACM does: use disks.
# October 8, 2003 8:19 PM

Jeff Julian said:

Congrats! I hope it goes well.
# October 10, 2003 10:01 AM

Steve said:

You actually read all their marketing fluff ;-). I agree its not really an accurate description...and I'm sure you could find many other examples of misleading wording on that site(as well as other MS sites). One thing witch I think MS has done poorly is in regards to the marketing for .NET. They've put all the buzzwords in the material, and slapped the .NET brand on everything which has led to a lot of confusion for a lot of "non-techie" people I've talked to. Hopefully, MS has learned from their mistakes and will do better next time around.
# October 14, 2003 1:57 PM

Julien CHEYSSIAL said:

I agree with you. I've been "fighting" a lot of customers way too long, trying to make them understand that XML is absolutely not a programming language ! Damn you customer ! XML is a simple and standard data storage file format, which allows to organize/structurize and give semantic to its data. An XML file is simply and just a text file ! That's it !

This is typically the kind of things MS should avoid... They're not doing any favor to anybody... Customers won't understand what's XML and IT Consultants, Teachers will have to struggle with them... This is surely a "Marking" guy who said that !
# October 14, 2003 2:00 PM

Julien CHEYSSIAL said:

By "Marking" I meant "Marketing" :) And I made many other faults, like "fighting WITH customers", "give semantic to THIS data".
# October 14, 2003 2:03 PM

Jerry Dennany said:

Hmm.. Do you really expect more from marketing junk? You aren't the target audience for this article - It's reserved for people who's eyes will glaze over if you tried to explain the technical details.
I actually appreciate this marketing fluff, because I can either direct PHB's to the material directly, or adapt it as needed.
It means a lot less work trying to sell technical solutions to those that _don't_ understand.
# October 14, 2003 2:12 PM

Eric Maino said:

Yes, I do tend to read and try and keep up on thier marketing material and everything else. As a student ambassasdor I am bombared with all sorts of questions from students and faculty and I try my best to be sure that I can adequately answer their questions when I am asked.
# October 14, 2003 2:13 PM

Randy H. said:

Semantics.
# October 14, 2003 2:52 PM

Shannon J Hager said:

I almost sent a CEO the link to that page 6 months or so ago, but then I read the first few sentences, scanned the rest, and realized it was going to be part of the problem, not part of the solution.
# October 14, 2003 7:54 PM

Vazz said:

Sure is...
# November 12, 2003 4:51 PM

Josh Holmes said:

Instead of a custom IM - maybe the solution is to "Blog" everything. Each of the teams would have their own secure blog so that the judges can see the posts, respond to them in comments and so on but none of the other students can see it. There are a couple of advantages to this. First, there would be a record of all of the communications so that there could be no dispute about the judges giving too much help and so on. Second, there are a lot of implementations freely available. For example, there is BlogX and dasBlog on GotDotNet.com. Maybe you could get SharpReader and modify it to have an extremely quick refresh time on eachside so that the communications would be almost instant.

Just some thoughts...
# January 24, 2004 2:57 PM

Josh Holmes said:

Some thoughts on this. Martin Shoemaker (http://www.TabletUML.com) lives about 30 minutes from GVSU and would probably love to help create the materials or at least give an outside opinion on what should be taught.

Since he is an instructor by profession, it would be a natural fit.
# January 24, 2004 2:59 PM

Kirk Allen Evans said:

Blasphemy. XML has and will continue to change the face of computing.
# January 26, 2004 6:43 PM

Eric Maino said:

I no way has anyone said XML hasn't change and won't continue to change the face of computing. The only point emphasized is that web services and other components are not written in XML. Yes they may use XML, render XML, consume XML, etc... but they are not written in XML.
# January 26, 2004 8:41 PM

Julie Lerman said:

Eric-
Are you familiar with nonprofitways? They have a whole infrstructure set up (by other .net user gruops) to manage what you are doing.
# January 27, 2004 10:25 AM

Eric Maino said:

Julie-

We are familar with Non-profit Ways this is really what has sparked the interest in Michigan. What we are focusing on right now is the collection of data about local interested individuals. Once this has been accomplished a better vision and direction can be determined.
# January 27, 2004 1:00 PM

Andy Lerch said:

I am very interested in java. It is almost as fun as pooping.
# February 20, 2004 11:59 AM

Pavel Lebedinsky said:

Well the password *has* to be available in clear text somewhere, otherwise IIS will not be able to log on this user. And if IIS can get the clear text password, then anybody with enough privileges can do it as well. There's nothing that can be done about it.

If it makes you feel better, the situation is exactly the same with NT services or COM+ applications that are configured to run under a user-defined account. There are tools (like lsadump) to dump clear text passwords for them as well. Of course, they require administrator access.

If you don't want to store the password, use a built-in account (NetworkService, LocalService or System).
# February 21, 2004 2:12 AM

Eric Maino said:

I understand that there needs to be a way for IIS to log on as that user, but one might think there could be a better way of doing it. I guess I would just much rather see the password stored encrypted and authentication done via a key that is generated with the username and encrypted password.

Also the NetworkServer, LocalService, and System all have passwords as well or they wouldn't be able to login. If you look at any of these users you can get their password as well :-(.
# February 21, 2004 9:42 AM

Eric Lathrop said:

"Well the password *has* to be available in clear text somewhere, otherwise IIS will not be able to log on this user."

Ahahahahahahahahaha! That's the funniest thing I've ever heard. You should _never_ store clear text passwords. You encrypt them before storing, and then when the user enters his password you encrpyt it and come part to the encrypted version. Then no one can see his password.

This is how most programs that aren't retarted do it.

# February 21, 2004 12:28 PM

Pavel Lebedinsky said:

Eric M: It's true that System, LocalService and NetworkService have passwords as well. But these passwords are not be stored in the IIS metabase, so if you don't like the way IIS handles passwords it's definitely an option you should consider.

Another advantage of using NetworkService vs. a domain user is that you don't have to worry about password expiration/synchronization.

Eric L: IIS needs to be able to create a logon session for the user. To do this it needs to call an API like LogonUser which requires clear text credentials.

So even if IIS stores the passwords encrypted/obfuscated (I think it does, actually) at some point it *has* to decrypt them and get a clear text version to be able to call LogonUser. And if IIS can do that then you could write a tool to do that as well. This is why exposing clear text passwords through methods like WAMUserPass is not a vulnerability. If there was no documented API for this, you could easily reverse engineer what IIS does and write your own password extractor.

It looks like both of you are thinking about something like storing a hash of the password. This wouldn't work because there's nobody to type the actual password when IIS starts.

Think about it this way: to logon a user, you need to know the user's "secret", whatever that is. If you know it, you can become this user.

When the user logs on interactively, he types his password, and the domain controller (or local LSA) compares it with the stored hash. DC doesn't need to store the secret, only the hash of it - because the actual secret is stored in the user's head.

This doesn't work for services, COM+, IIS etc because they can't ask somebody to come and type in the password. They *have* to store the secret on the local machine, and even if it's encrypted, they *have* to be able to extract it in clear text form.

This is *not* retarded. The programs that only store the hash of the password can only prove to *themselves* that the password is correct. But they will not be able to access any resources (like a database) on behalf of the user. If you need to do that, you must have the user's secret.
# February 21, 2004 4:12 PM

Eric Maino said:

I do agree that they best and most secure way to run IIS is to use System, Local Service, or the Network Service user.

I do not agree that if the password was stored as a hash that user could still not be authenticated. The authentication process could be re-written to authenticate based on a key which could be the encryption or hash of the username and hashed password. In this case only the hashed password would be stored and many would feel much better :-).
# February 21, 2004 5:57 PM

Pavel Lebedinsky said:

If the hashed password was enough to authenticate to any service, remote or local, then it would be just as sensitive as the password itself. Why would an attacker want a clear text password when he can dig into IIS metabase and extract a hash that allows him to do anything the user can do?

This is why in my previous post I used the term "secret" rather than "password". It doesn't matter what that secret is as long as you can use it to log on as the user.

I also wanted to mention an alternative to storing the password or running as a built in service account that's available in W2K3. It's called constrained delegation and it basically allows a domain admin to configure things such that a service (like IIS) can obtain kerberos tickets for another service (like a backend SQL database) on behalf of a domain user. This way IIS can avoid storing the password and still talk to SQL using a specific domain account rather than NetworkService or LocalSystem.
# February 21, 2004 10:08 PM

Eric Maino said:

Pavel I do understand where you stand on the "secret" issue, though I think there is still a better alternative.

The biggest reason I don't want the password stored in clear text is not for "security" reasons but for reasons of the wandering eye. I personally don't like to know other's passwords and I don't like others to know mine. In this case any intersted admin can just dump all of the passwords in the metabase and I just don't feel that should be allowed.

Ideally I would like to see authentication work in this way:
1. User enters username and password.
2. Password is hashed based on an algorithm based on time so you will never get the same hash for the same password in a relatively close period of time.
3. This hashed password would then be encrypted or hashed with the username to generate a key.
4. This key would then be stored in the metabase or somewhere else accessible by the application.
5. Then for authentication the hashed password would then be encrypted or hashed with the username and compared to the stored key. If these match authentication would be granted.

This is just a rough idea of how I would like to see security work, and I know it's still vulnerable but the *secret* is no longer stored in clear text. Also if each application ran their own hashing algorithm then this would alleviate some issues, though could introduce others.
# February 22, 2004 3:06 PM

Jerry Pisk said:

I think both Erics do not realize that that password is not to authenticate users but rather a password IIS has to use to authenticate itself (Eric L is probably one of those retards he's talking about since he would force you to enter a password every time you start IIS). IIS is the user who's entering the password. If you necrypt it IIS will still have to be able to decrypt it so all the attacker would have to do is to get the key used to encrypt the password. It will not be anymore secure.

But if you setup your permissions right the threat is not that big. IIS' user account will only be allowed to log in as a service, not locally, not remotely and it will not be able to access the computer over the network (so you won't be able to use it to read NetBIOS shares).
# February 22, 2004 5:00 PM

Pavel Lebedinsky said:

So you're problem is actually not with IIS but with protocols like NTLM and Kerberos. As I said before, IIS has to supply clear text credentials to LogonUser because that's how existing authentication providers work. And I think that's how it should work. Today, if I see in my audit logs that somebody connected to my SQL server as UserA then I know that whoever did it probably knows UserA's password.

I think it would actually decrease security if you could use a password OR a hash because you would now have to worry about protecting both. And it might not be obvious to everyone that the hash is just as sensitive as the password, so people would be more likely to leave hashes unprotected in registry, config files etc.

The alternative approach that you describe wouldn't quite work, but some pieces of it (like salting the hashes) do have equivalents in the real world :)

If the hash allows you to do every single thing that you could do if you knew the password (including authentication to remote machines, accessing user's private keys etc), then I still don't see how it's better to store the hash instead of the password.

Actually, you might have a point here - normal user passwords are typically not random, and if you look at one of them it might be easier to guess another one. But this argument doesn't apply to service account passwords which should be truly random, computer generated strings.
# February 22, 2004 5:01 PM

Eric Maino said:

Jerry: I do realized that the password IIS has is used in order to authenticate itself. It needs to do this in the case of the application pool to "ran as" the user specificed. I also understand the best practices in setting up IIS in the most secure fashion, but what I am trying to get at is not how to setup IIS in the best and most secure fashion, but an alternative way to store the passwords in the IIS metabase.

Pavel: I will agree that my problem isn't with the IIS directly, but most likely with NTLM and Kerberos.

I do agree that if you could use a password or hash to login that this would decrease security as well, but I think that alternative methods could be developed in order to limit the decrease in security.

As stated about the hash would not allow you to do everything as that user it would only allow you to authenticate through the specific program.

BOTTOM LINE: All I would like to see is that passwords stored in the IIS metabase are not stored in clear text. I could care less if they were stored with some very weak encryption algorithm, becuase even if it was very weak you would still have to make an attempt to decrypt the string in order to find the clear text password. Right now all I have to do is look at the metabase and there ya go.

I do think there could be inprovements on Kerberos and NTLM or at least another layer of authentication in windows before it gets to Kerberos or NTLM.

# February 22, 2004 5:40 PM

Pavel Lebedinsky said:

> As stated about the hash would not allow you to do everything as that user it would only allow you to authenticate through the specific program.

And how would you enforce this? If IIS can use the hash to authenticate as the user, and I have full access to the machine where IIS runs, then I can certainly write a program that will do the same.

Also, if having the hash does not give me the *exact* same rights as knowing the password, then this will break a lot of existing IIS apps. What if my app needs to use client certs to talk to another web service? Will your hash allow me to access the user's certificate store and private keys? What about EFS encrypted files?

> All I would like to see is that passwords stored in the IIS metabase are not stored in clear text.

I just checked my W2K3 box - the passwords are *not* stored in clear text, just as I expected. If you look into metabase.xml, the passwords seem to be encrypted, most likely with CryptProtectData() (of course, as we have seen, this is encryption *has* to be reversible).

There are a couple of reasons for protecting the passwords in this way. First, if you use non-random passwords for your app pools (bad practice) then there's the risk that someone could look over your shoulder while you edit the metabase and memorize them. Storing encrypted blobs mitigates this.

Second, if the metabase.xml file is stolen or accidentally copied to an unprotected location, it's impossible to extract the passowrds because they are encrypted with a key that's tied to the local machine.
# February 22, 2004 8:29 PM

Eric Maino said:

> As stated about the hash would not allow you to do everything as that user it would only allow you to authenticate through the specific program.

I meant that they hash would only grant that user access through that program. It would only be valid on that machine, for that user, through that application. I could elborate more but won't.

>All I would like to see is that passwords stored in the IIS metabase are not stored in clear text.

Somehow we got off track here. I know that the passwords are encrypted in the metabase.xml file, but if this file were to be read though ADSI the passwords are not encrypted and shown in clear text. I would be much happier if they just showed the same password that is shown in the metabase.xml. If this were the case then I would sufficiently happy.
# February 22, 2004 9:12 PM

Pavel Lebedinsky said:

>if this file were to be read though ADSI the passwords are not encrypted and shown in clear text. I would be much happier if they just showed the same password that is shown in the metabase.xml

I think I addressed all your points except this one.

If MS did what you suggest then somebody would reverse engineer what IIS does to decrypt the passwords and post a tool to bugtraq, claiming that "M$ still doesn't get it" and relies on security through obscurity.

And in my opinion, they would be right.

Hiding passwords like this makes life harder for administrators and other people who might have a legitimate reason to see the passwords. But it's just a small speed bump for a determined attacker.

In fact, no matter how hard you try to obfuscate the passwords, it would take less than a minute for somebody with admin access to get them in clear text form, even without understanding the obfuscation algorithm or using any special-built tools. Here's how I would do that (on W2K3/IIS6):

1. Use Image File Execution Options reg key to launch svchost under built-in debugger (ntsd.exe -server npipe:pipe=hack_iis)

2. iisreset

3. Connect to the svchost debug session (ntsd -remote npipe:server=%computername%,pipe=hack_iis)

4. Set a breakpoint on LogonUserExW that dumps the password (3rd parameter) and continues:

0:000> bp advapi32!LogonUserExW "du poi(esp+c);g"

5. Continue the process and watch it dump clear text passwords for all application pools.
# February 24, 2004 3:20 AM

par said:

hello
# April 5, 2004 7:42 AM

Avonelle Lovhaug said:

We have a small MCSD study group here in the Twin Cities. It is just a bunch a friends who get together to study for the tests. We have 7 participants, although it has really gotten down to 3 or 4 hard-core participants. So this may not work the same way for you, if you are able to get together a much larger crowd.

First, all have the same set of books we are reading. (I think they are the Microsoft Press set of books for the .NET MCSD.) We meet weekly for two hours, and assign a few chapters per week. Then, we get together and discuss the chapters, and questions we may have about the material. Sometimes we do the labs together, if that will help to draw out questions.

When we are done with a book, we start taking practice tests and sharing information with each other on the areas we are still trying to understand.

Problems we are having: the books we have aren't that complete. We got them on Bookpool for a deal, but there is a lot of material that isn't covered. The Transcenders continue to be an excellent gauge of how we will do on the actual tests. When we get to the practice tests, we read the sections in the MSDN documentation where we are having trouble.

Anyway, I hope that helps a little. Good luck.
# April 26, 2004 1:23 PM

Eric Engler said:

Tell us more about the high school .NET initiative! I have 2 sons in high school.

Thanks!
# June 3, 2004 10:32 PM

Eric Engler said:

Thanks for the info. I agree that there are 2 big obstacles:
1) Teacher training
2) Cost of procurring VS for schools

Even the $99 price of the Academic version is too costly for many schools, since they need multiple copies in order to teach a class.

I think Microsoft should donate VS to schools if they agree to use it in programming classes.

Having said this, I can't come up with an easy fix for #1. The programming teachers I've met at the high school level have very little formal education in computer science (they are normally math or science majors), and they structure their classes around the things they know (normally VB6, or sometimes Java).

This cuts to the bigger issue of the fact that .NET has a big learning curve. It's hard for people who aren't professional programmers to learn it. They just don't have the time to invest in learning it.

I wish their were a simplied IDE, and a good book that tries to teach a subset of the .NET Framework that could get people going in a minimum of time. It should be easier for people to build simple apps without learning lots of complicated classes, methods, properties, etc.

My son wrote a version of Life for a high school science fair using VB.NET. There wasn't a single teacher on staff who kew anything about .NET. I brought my laptop in to the fair so he could show people the program. I was expecting that some of the science teachers might ask me questions about .NET, and I was prepared to offer my own time to help them learn about it. Nobody asked any questions :-(
And this is at one of the biggest high schools in the Atlanta area.

Eric
# June 5, 2004 9:40 PM

Eric Maino said:

Eric

I do agree that those are two obstacles that do currently exist but are in the process of being resolved. I really can't disclose more details on this at the moment, but let me say that getting VS.NET into the high schools and to make it available to the students should not be much of a problem down the road.

As for the comment about the simplified IDE, is there anything specific that sticks out in your mind that would make the IDE easier to use or easier to learn? Please be sure you voice any concerns about the IDE so the product teams can attempt to incorporate these into the next versions.

I don't really agree with you that VB.NET has much more of a learning curve then VB6. One study I would love to see done is a comparison of new programmers to see what appears to be harder to learn as a first language. I will agree you can incorporate more complexities into VB.NET, but this doesn't mean the language really has a higher learning curve.
# June 5, 2004 9:56 PM

James Griffith said:

Hi Eric E.,

Have you heard of the MSDNAA High School membership? For $299 it provides VS to every student and teacher. Check out http://www.msdnaa.net/hsmember/ for more information.
# June 8, 2004 2:04 AM

Nancy Head said:

Can you elaborate for me your rationale for promoting .NET specifically, rather than programming concepts generally, for HS students?

My own feeling has been that CS learning does not (and should not) require a proprietary solution.

Nancy

# June 11, 2004 11:45 AM

Eric Maino said:

Nancy

The real objective of the user groups and programming contests are to promote programming concepts. It is just that the vehicle I have choosen to use and gain support for is .NET.

I agree that CS learning should not require a proprietary solution either and that is not my intention, nor my goal with all of this.
# June 11, 2004 12:16 PM

chouse said:

maino finally updates! slashdot offices in dexter! my backyard! :-D
# September 19, 2004 1:20 AM

Mark Mehelis said:

Glad to hear things went well in Redmond over the weekend.

Hopefully we will get the Sharepoint site rolling in the next few weeks.

Mark
# September 20, 2004 1:07 AM

Addy Santo said:

Sweet....
# October 20, 2004 12:44 AM

css said:

I'd be interested in seeing some of the other code you talked about too.
# October 20, 2004 3:49 AM

d said:

me too, i'm on the same journey :)
# October 20, 2004 5:34 AM

Geoff Appleby said:

Check this post: http://blogs.msdn.com/lucabol/archive/2004/08/31/223580.aspx where he goes into a pretty good discussion on it :)
# October 24, 2004 9:24 PM

Eric Maino said:

Thanks for the link. It was a good read
# October 24, 2004 10:51 PM

Szoke said:

I like it.
# October 25, 2004 6:30 AM

Daniel Moth said:

If you are into that subject check out danappleman’s commentary on it: http://www.danappleman.com/index.php?p=25
# October 31, 2004 2:37 PM

Chris McKenzie said:

umm, that's what total cost of ownership means. It's not just the cost of building the infrastructure, but of maintaining it.
# November 1, 2004 8:17 AM

Eric Maino said:

Yes, I clearly understand what TCO means and it's goign to be different in all of the situations I described based on the training, hiring and firing of the staff. I understand that the cost of buidling the infrastructure is mininmal in the overall TCO, but still the four instances will most likely vary greatly.
# November 1, 2004 9:43 AM

James Griffith said:

This is going to be an awesome year for Imagine Cup! I hope the US wins. :-)
# November 2, 2004 2:46 PM

Robert Hurlbut said:

You can check out what I, Peter Provost, Aaron Margosis, Don Kiely, Keith Brown, and many others have already mentioned regarding this issue (one start is my latest blog post: http://weblogs.asp.net/rhurlbut/archive/2004/11/02/251164.aspx that also points to all the other resources if you follow the links).

Specifically, to address the first issue, you would use something like Aaron's (http://weblogs.asp.net/aaron_margosis/) "MakeMeAdmin" cmd shell to temporarily put your user account into the Administrator group (only for that session).

Setting up for ASP.NET you have two options: 1. Open a cmd session as an Admin and fire up VS.NET 2003 for debugging, or 2. If on Win XP, edit machine_config to change the ASP.NET worker process user, or if on Win 2003, change the ASP.NET worker process for the application pool.

Beyond that, the biggest issue is to learn "RunAs" and other techniques to keep an "Admin" handy. When I talk about writing least privileged applications, I always show these techniques as I think its important -- if you tell developers to run and develop as non-admin, you also need to show them how its done, i.e. how to live the lifestyle.
# November 7, 2004 7:38 AM

<NO NAME> said:

So you're not even gonna share how you did it???
# November 12, 2004 10:56 PM

chouse said:

you are the man dude, welcome to the club :-D
# November 12, 2004 11:08 PM

Josh Blake said:

Congrats! Yes, tell us how you did it!
# November 13, 2004 10:44 AM

Andrew Flick said:

Congratulations Eric. As a true geek, I've read your blog on Saturday night.
# November 13, 2004 6:02 PM

James Griffith said:

Console.WriteLine("Congratulations Eric and Catie!");
# November 13, 2004 8:37 PM

Eric Maino said:

Expect to see the details about how I proposed later tonight.
# November 14, 2004 11:44 AM

Douglas Reilly said:

Congratulations!
# November 14, 2004 4:37 PM

Jeff Julian said:

Very Awesome!
# November 14, 2004 9:19 PM

TrackBack said:

# November 14, 2004 10:26 PM

Bill Gates said:

Congratulations. See, women love geeks too.
# November 15, 2004 8:42 AM

Ian Ceicys said:

Dude. You are the man! That's awesome. I wish I was that much of a hopeless romantic. Congrats!!!!!
# November 15, 2004 2:38 PM

Douglas Reilly said:

Such a geek<g>. Congratulations!
# November 16, 2004 1:49 PM

Jill said:

Awww....that's so sweet! I'm SO happy for you. Remember, you still owe me a 21st b-day celebration. Maybe I'll come up there for it............
# November 16, 2004 6:30 PM

Jill said:

Also, my friend's wedding is July 16th, so no problem.
# November 16, 2004 6:58 PM

Alex said:

Dude that is aweosme...in both senses!!
# November 17, 2004 10:35 AM

Damon said:

Nice job! So how does code resuse apply to this? *grin*
# November 17, 2004 6:40 PM

Fabrice said:

I noticed you did not made sigOther a singleton, but instead a parameter you can change...
What that in case the return value was false, or do you still plan to reuse this method with other Mate objects? Maybe you created a class library after all?
# November 19, 2004 6:22 AM

Matt Propst said:

So this Human Interaction API is marketable?

....sounds a bit out there to me. Go to bed, Eric.
# November 19, 2004 7:36 AM

Dave Burke said:

And upon getting that job where you can begin putting your skills to good use, you'll have sufficient personal satisfaction from the day coding that you'll be able get some sleep.
# November 19, 2004 8:17 AM

Dave Burke said:

D'oh! I wanted to put a smiley at the end of that. Didn't mean to sound so authoritative. :-)
# November 19, 2004 8:18 AM

Darren Neimke said:

Now... this may or may not be a good endorsement for that tool but, that's the tool I used recently when I needed to come up with a color scheme for my project distribution site:

http://www.projectdistributor.net/
# November 27, 2004 5:39 AM

Matt Propst said:

Wow! Just the thing i had been looking for!
# November 29, 2004 7:43 PM

Srinivas Ivaturi said:

Nice one to see in C#. I coame accross such things quite often but this makes more sense.

# December 7, 2004 1:31 AM

Kaisa M. Lindahl said:

Congratulations.
Best code I ever read!

Kaisa
# December 7, 2004 3:15 AM

Adi Oltean said:

public void Post(Person me, Blog blog)
{

BlogComment comment = blog.GetNewComment();

comment.Title = BlogComment.DefaultTitle;
comment.Name = me.Name;
comment.Url = me.MyBlog.Url;
comment.Text = "Absolutely cool!";

comment.Submit();

}

# December 7, 2004 3:21 AM

Anders Norås said:

public bool DecideWhetherToPropose() {
Magnoliophyta f=new Daisy();
int i=0;
while (f.HasMoreLeaves) {
f.Leaves.Pull();
i++;
}
return (i%2==0)?She.LovesMe:!She.LovesMe;
}

Get her a "I love my Geek" baby dolly tee-shirt from Think Geek: http://www.thinkgeek.com/tshirts/ladies/5981/

Congrats!
Anders
# December 7, 2004 8:06 AM

TrackBack said:

Aaron B. Hockley's DroppedPackets &raquo; A Marriage Proposal in C#
# December 7, 2004 8:29 AM

Dean said:

convo.Recieve("Hello, Mr. Maino you limo is here.");

should be YOUR limo!

I used to write this stuff in Pascal back in 1996

with women do begin sexings

Great fun!!
# December 7, 2004 9:20 AM

Dean said:

Winamp is a pig?!?!

you prefer resource, CPU and task bar hogs to minimisable, lean sleek aol software?!?!

H3030h3
i like WMP for movies, (esp over that rubbish Real player) but anyone playing mp3s in it over winamp is just plainly a fool!

no offence. But no one in their right mind uses wmp over winamp for mp3s!!
# December 7, 2004 9:23 AM

Brian said:

This is my favorite line:

me.PickUp(typeof(CD), "Monster Ballads Vol. 1");

Awesome.
# December 7, 2004 3:03 PM

Jota said:

damn...

doesnt compile here... whats your .net version?

nice code ;)
# December 7, 2004 6:14 PM

nice one said:

Nice Stuff
# December 8, 2004 1:21 AM

Anand said:

Nice Stuff.. Enjoy
# December 8, 2004 1:21 AM

simi said:

very funny....
# December 8, 2004 6:02 AM

daryllmc said:

Congrats my man! :)
# December 8, 2004 6:39 PM

rick said:

It might be more interesting if you index Feedster searches. Its results are in RSS, can be queried at will with no appkey, and indexed way more often.
# December 9, 2004 1:50 AM

Joel Martinez said:

Nice ... so what was the return value?
# December 9, 2004 11:36 AM

Eric Maino said:

It returned true!
# December 9, 2004 7:49 PM

TrackBack said:

Hian's Weblogs &raquo; Marriage Proposal in C# ??
# December 9, 2004 8:08 PM

Chua Wen Ching said:

Wow... that is unique. Congrats :)
# December 10, 2004 3:37 AM

Jens C said:

...you forgot the interesting part: the finally block??? ;-)

Congratulations!!! For both, your marriage and the code!
# December 10, 2004 5:23 AM

kamran khan said:

mail id :k4kami@msn.com

good Excelllent keeep it up child!
:p
# December 11, 2004 4:54 AM

TrackBack said:

# December 14, 2004 2:05 AM

Tiernan OToole said:

Either that or someone's server is returing the wrong date/time information...
# December 14, 2004 12:02 PM

Eric Maino said:

Tiernan

You are correct but if you search for something like Microsoft daterange:2453400-2453450 which is sometime next year it still returns results. I could understand if the sytem clock was off by a few minutes or maybe even a month, but I am sure that isn't the case based the the results returned.

The fact is that Google's date range doesn't work properly.
# December 14, 2004 12:15 PM

Sahil Malik said:

Slashdot = tent of anti Microsoft sisterhood eunuchs !!

'nuff said !!
# December 19, 2004 5:23 PM

chris (not the one from the article, the one from said:

dam dood, you've fallen in deep since your days of rockin' SAS code. you make a beautifully crafted rant, yet it has no backing. trying to tout Microsoft as a superior option because "someday" people will treat linux like microsoft is foolish. how can you compare an open, community driven code base to a closed proprietary system? as long as linux stays open source the days of companies "packaging spyware and malware with applications that Linux users need/want" won't come because the second somebody tried that the community would shut them down. i won't argue that we're heading to a market where linux (and all open source for that matter) solutions will come with some cost associated, because everybody needs (and deserves) to make a living. but i'd much rather buy a car and be able to change the oil myself then get one with the hood welded shut and a co-pilot who tells me when, where and how to drive it.

p.s. sahil, you shouldn't fear those who disagree with you. steel sharpens steel my friend. unless you're wielding a ruber chicken you have nothing to fear...
# December 21, 2004 1:09 AM

Eric Maino said:

I understand that I didn't back up all my comments and rants and usually would have, but due to the shortened ammount of time I didn't.

Yes while Linux stays open source you may see a lower ammount of spyware and malware packaged into products that people are running, but there will come a time when the software developers that have great products cave into the capitalist society therefore not releasing the necessary products under an Open Source liscense.

I was just peeved based upon the profesional article written that didn't have much backing... Plus I wasn't the original once comparing apples to a peach cobbler, for that you can thank the researches at Stanford.
# December 21, 2004 1:19 AM

TrackBack said:

# December 21, 2004 2:47 AM

daryllmc said:

The fact is that Chris didn't craft a good argument. He tossed out LOTS of data. But all of it to support the Linux story, not to write a balanced, compelling argument. I didn't finish reading it and think to myself, "wow, he made a lot of great points"...I finished thinking, "that's it?". I won't point out the factual inaccuracies and incomplete points--that's Chris's job as the author. IMO, he just comes across as an unintelligent, ranting Microsoft bigot.
# December 21, 2004 1:50 PM

chris (from stats, again) said:

ah, see that statement assumes that every developer thinks like an M$ developer and is prone to being a slave to capitalistic greed. this however is not the case. the very heart of the open source movement is to fight the greed of capitalism. or at least the bulk of it.

as for tossing out data i think the masters in redmont are every bit as guilty, so lets not be so quick to call shenanigans on others for crimes we ourselves are so guilty of commiting.
# December 21, 2004 9:49 PM

Eric Maino said:

Not everyone is a slave a capitalist greed, but everyone has to pay bills at some point in time and if those that are investing their entire life into the success of free software eventually they will snap. At this point in time the will either get out of the, well I would call it a business, but since you (Chris) don't think OSS people understand that I guess I will call it, torture.

Yes, as for tossing out data EVERYONE has been guilty of that, it appears to get a little better here and there, but I just wish I could one day see an equal comparison of technologies.
# December 21, 2004 9:57 PM

TrackBack said:

# December 27, 2004 11:30 AM

TrackBack said:

# December 27, 2004 11:30 AM

Robert Hurlbut said:

Congratulations, Eric!
# January 4, 2005 11:34 PM

James Griffith said:

Way to go Eric! Congratulations!
# January 5, 2005 1:32 AM

Drew Robbins said:

Cool, I look forward to seeing you.
# January 5, 2005 2:25 AM

daryllmc said:

you da man!
# January 5, 2005 11:34 AM

Dave Donaldson said:

Me too. Make sure to introduce yourself to us.
# January 5, 2005 1:09 PM

Mark Mehelis said:

Congrats man
# January 5, 2005 11:59 PM

Jill said:

Congrats, Eric! But you definitely don't get MVC, Most Valuable Cousin. In fact, you've already lost your first cousin status. You're on the verge of losing cousin status altogether!
# January 6, 2005 8:30 PM

James Geurts said:

I'm there...
# January 12, 2005 10:08 AM

ff said:

why do you publish your ph no in your signaure ?

expecting calls ?
# January 12, 2005 4:19 PM

Eric Maino said:

I publish it that way so that if someone ever needs to get ahold of my they can farily easily. I had thought about putting it somewhere else on my blogs, but just haven't yet. I don't answer every call that comes in and if the person doesn't leave a message I am assuming that it must not be that important.
# January 12, 2005 4:23 PM

TrackBack said:

# January 15, 2005 1:08 PM

TrackBack said:

# January 16, 2005 10:26 AM

Matt Propst said:

I'd take your word over NPR, but the combination of the two....ok i guess i believe it.
# January 31, 2005 2:48 PM

Eric Newton said:

schweet! that means my bonus is 10+3.1% this year, oh wait... i'm self employed

but i do have some msft stock ;-)
# February 2, 2005 12:21 AM

David Smith said:

Hilarious. =)
# February 2, 2005 11:41 AM

David Smith said:

Good luck!
# February 7, 2005 6:16 AM

David Smith said:

=) VERY cool. I'm glad you had fun. I look forward to reading about your experience soon.
# February 18, 2005 7:43 AM

Charles Chen said:

Dude, you realize that your *phone number* is on the front page of weblogs.asp.net?!?!
# February 18, 2005 8:33 AM

Henry Balanon said:

what groups did u interview with?
# February 18, 2005 10:00 AM

Gina Gazic said:

Hey Eric,
I chatted with you in the lab several times last semester. I'm in Florida now. It's pretty nice. :) Glad to hear you are doing well, and best wishes for the job.
# February 18, 2005 5:14 PM

daryllmc said:

Glad to hear that you survived the "marathon" interview. :)

Sorry that we couldn't connect. I'll catch the next time I slide through Michigan!
# February 18, 2005 6:23 PM

TrackBack said:

# February 20, 2005 3:37 AM

TrackBack said:

En gut der bliver interviewet af Microsoft. Rimelig sjov beretning.

I have finally gotten around to...
# February 20, 2005 5:03 AM

TrackBack said:

En gut der bliver interviewet af Microsoft. Rimelig sjov beretning.

I have finally gotten around to...
# February 20, 2005 5:03 AM

TrackBack said:

En gut der bliver interviewet af Microsoft. Rimelig sjov beretning.

I have finally gotten around to...
# February 20, 2005 5:03 AM

David Smith said:

Congratulations Eric. I'm glad you had a good time on your trip. I'm very happy to see that the Microsoft team may potentially have a great new member. I'm proud of you.


P.S.

You say: " This was a very fun question to answer and his comment was very accurate that I would never look at an elevator the same after it :-). "

What was his comment?
# February 20, 2005 5:34 AM

Frans Bouma said:

"I asked Jon at this time what his perception of me would have been, had I worn a Linux t-shirt rather then my C# shirt (I was honestly thinking about doing this. I even emailed Scoble asking what his thoughts were on wearing such a shirt). Jon responded that he would have noticed the shirt, but probably would not have thought much about it."
I couldn't believe my eyes when I read this. Not Jon's response but your thoughts about wearing a shirt to make a certain impression using the text on the shirt. What's of upmost importance is that the potential employee is him/herself. Only THEN the recruiter can have a chance of determining if that person is a good fit for the team or not.

So what you should have done is wear what YOU would like to wear because it is YOU, not because some recruiter will get a certain impression. Now you seem to be too much of a suck-up, pardon my french: do everything to please the employer. No employer will hire such a person, as it will weaken the team: if everyone always says "Ok boss, you say it, we do it", there is no control on the vision of the boss, no interaction what might be best.
# February 20, 2005 5:48 AM

Eric Maino said:

Frans

I am sorry to hear you think that way. Let me tell you that I do what I want to do and I am in no way a suck up. You could talk to some of my current co-workers if you are really intersted how I work. The shirt I wore was just a safer shirt that demonstrated my passion for technology. I did not know at the time who I would be interviewing with, it just happed to workout that I interviewed with the C# team.

The only reason I asked before attempting to push the line, is becuase I was not on the inside yet and don't *know* the culture. I could make estimates about the culture, but figured it was easier to just ask someone that understands it.
# February 20, 2005 8:54 AM

Eric Maino said:

The comment was that I would never look at an elevator the same and he was correct. Actually after going through the interview process I don't look at many things the same. I was thinking of all sorts of test scenarios on my drive home today :-)
# February 20, 2005 3:43 PM

Matt said:

Perhaps you need to try an organically grown windshield.
# February 20, 2005 6:42 PM

Hmmm said:

Some of those qns are really silly.

Example: gold bar. What do you do if he spends his gold? What skills does this problem test, other than (possibly) inclination to think in binary?

Example: Arranging colored objects. Anyone with high school combinatorics could figure this out in seconds. Anyone who hasn't really been exposed in their CS course or whatever will have to think (which is good). However, how is the interviewer meant to know which category the interviewee falls into? Purposeless.

Most are pretty good though, especially the more open technical qns.
# February 20, 2005 10:39 PM

Cale Corbett said:

I don't really have any experience with bad GM windshields, but the film orhoaze you describe is from what is called "outgassing." This is caused by fumes being released from the plastics in the dash and driver console. This can be counteracted by leaving your windows slightly cracked when you park the car for the night.

To get the existing residue off, you can use any non-ammonia based cleaner.
# February 20, 2005 10:45 PM

Eric Maino said:

Thanks for the tip. I think you may be talking about a film on the inside of the window, when the one I am actually talking about is on the outside.
# February 20, 2005 10:52 PM

Eric Maino said:

Correct that some of these problems can be answered in a few second, but really that's not what MS is looking for. The acutally ask you before every problem if you have heard it before. This is becuase they really want to see your thought process more then anything.
# February 20, 2005 11:00 PM

Andy said:

Uhh, quite the contrary, these questions are very useful at determining a large variety of applicant qualities.

To begin with, a seemingly pointless or out-of-the-box question is entirely what we at Microsoft are looking to use in many cases. A question that is deemed at the outset as useless or 'purposeless' to many, puts the candidate in a state of mental discomfort. This in turn is used to test the candidate's ability to respond to stressful or possibly uncomfortable situations that he or she will DEFINITELY encounter working for this company. Being able to think under pressure and within the constraints of the time allocated for a project (or in this case, an interview) is crucial to his or her success. That's one small point...

Assuming however that the applicant is good on his or her feet and doesn't stress to the breaking point over questions like these, there are still benefits that cannot be overlooked.

At Microsoft, everyone has responsibilities. Therefore, everyone is a manager in some sense or another. Whether coding, working HR, sales, evangelism, or testing, you absolutely need to be able to make decisions here. The corporate culture is NOT one that promotes babysitting or having someone stare over your back to ensure that you are making the proper choices all the time. Granted, there is a level of peer-review, however, in the end, you need to be able to make choices on your own.

What does this have to do with the questions? Quite simple.

We aren't looking at your combinatorics math skills or your optical nerves. In fact, as one who interviews plenty of candidates here, I can tell you that I honestly don't care about the mathematics you present in your answer. The point is that you justify your methodology in a manner that makes logistical sense while remaining within the constraints of the question asked. So in many cases, instead of working their butts off to come up with the right 'cuts' for the gold bar or the right arrangements for colored objects, applicants will come up with another way to solve the problem that is totally off the wall and entirely outside the realm of what would by most be considered 'normal' answers.

BAM! That's exactly what I'm looking for! Now that isn't to say that I want only answers that are so far-fetched that I end up with a mish-mosh of useless information at the end, however, I do look for uniqueness and this question allows me to probe for that.

If the candidate simply returns an 'n C s' combination calculator-style answer to colors question while returning to me a very static answer to the gold question, you really aren't that interesting and likely, you lack the spontaneity and depth of thought that I require for members of my team.

The point in the end is this: for a company that has our level of success, I wouldn't just discount what seem to you to be pointless questions. In fact, given your response to them, don't bother applying here. :) No offense, but it will save you time to simply look elsewhere.
# February 20, 2005 11:08 PM

Frans Bouma said:

Eric, just a FYI: you are aware of the fact your phone number is in the RSS feed ? In case you aren't aware of that...

About the questions: while I do see the point of having some tests to see if someone didn't fake his/her resume, I don't see the point of a very long interviewing process. Here in the netherlands we have a trial-period of 2 months (by law) which gives the employer and employee the right to break the contract and quit the agreement. What I wondered was: why doesn't MS hire a potential candidate who passes the IQ tests (which is what you're doing here, no-one can tell after answering these questions if someone can really program a good program other than that the person isn't REALLY stupid) for a week or so, and let the employee do a payed assignment. Then you can see what the employee is capable of and the employee can see what it's like to work there and perhaps decide otherwise.

This has the advantage that the employer doesn't have to fire someone and the employee doesn't have to relocate to redmond yet, because perhaps the employee doesn't like working at MS after spending a week there or doesn't like the job that much. (could be). After all, employee and employer agree on a contract and both should be happy about that contract.
# February 21, 2005 3:38 AM

sRPI said:

After reading through the questions, I was asked the last three questions when I interviewed (different wording). I'm surprised to see that the questions are repeated with changes in situation, numbers, etc...

The questions are a good evaluator of person's thinking and "tinkering" ability, especially the logic questions. All large and serious software companies ask brainteasers, coding questions, or logic puzzles to assess a candidate's strengths. Development jobs require the ability to think out of the box most of the time and that is where the ability to logically and creatively solve problems is critical!

I for one enjoy answering such questions even if they are silly. Silly questions usually yield creative solutions!
I happen to know what a perfect number is because I took an analysis course in school therefore as a CS major, one cannot make excuses about the lack of exposure to certain types of problems. We have to face the fact that these types of problems are the basis for designing quality code.

It is nice to see that you were asked general design questions along with the programming questions. I wasn't asked any general design questions during the interview process. However, I was asked the first two questions during the career fair at school.

Which groups did you interview with?

Good luck!

btw, I'm waiting for an e-mail from the recruiting team.
# February 21, 2005 3:52 AM

Kevin said:

Frans:
Speaking as someone who knows Eric, it would have been odd for him not to wear a t-shirt proclaiming one technology or another. I don't see the C# call as sucking up, but as an obviously reasonable bet when you don't understand yet the lay of the land. Outside of something demeaning or truly offensive, what you wear on a t-shirt to one of our interviews really won't make much of a difference anyway. But Eric didn't know that, and if you are actually interested in the job, it makes sense not to go out of your way to *potentially* peeve off your interviewers with your attire before they can even ask you a question.

I would have laughed at the Linux t-shirt, as I think most interviewers here would have, and then moved right on to questions.

Of course, I tend to interview marketing-types only, so coming in wearing a t-shirt and jeans for a marketing manager job isn't really the best way to start off your day. No ties needed, but us marketing folks tend to dress it up a touch. :)
# February 21, 2005 1:42 PM

SJB said:

well the string question has resulted in a few arguments around me. Is it actually solveable?

Think we are in real danger of setting fire to the building..
# February 21, 2005 6:13 PM

Paul said:

Hi Eric,

I was wondering do you intend at all to elaborate on some solutions to the questions you posted? It would be nice to compare answers with someone who got them correct to see how close or how far :) off I am.

Thanks!!

Congratulations on the offer.
# February 22, 2005 3:30 PM

Eric Maino said:

Paul

If you would contact me through the blog using the contact link so I have you email I would be more then happy to share with you the answers. I would even be willing to chat with you on the phone about them if you are interested.

Eric
# February 22, 2005 4:09 PM

Steve No Jobs said:

If you can NOT find a job outside Microsoft, try Microsoft.
# February 22, 2005 6:53 PM

Radu Grigore said:

Andy, math IS the art of efficient reasoning. So to me it seems that you are contradicting yourself when you say: we don't look at the math but at the thought process. Also, the problems are a bit too known to put the candidate in a mental discomfort state. (1) I've heard the 7 oz problem from a friend who read it on the Net, (2) the burning strings problem is pretty much a classic, (3) the Josephus permutation problem -- again, a classic, extensively discussed in Knuth's TAOCP and in Concrete mathematics, (4) the train collision problem was recently (cca. 1 year) discussed in the SIGACT "overview" journal (though it was about a sheep searching for her son :) ), (5) the word inversion problem -- a classic one from Dijkstra, available on the Net in one of his EWDs.

The 7 oz problem has an _ugly_ solution. It is designed to test out-of-the-box reasoning but what it really does is that it requires a solution on a sub-problem (the worker can give gold back) which, aside from being a sub-problem, also hurts common-sense: that worker probably wants to _use_ his payment. (NOTE: I consider the "sub-problem" objection much more important than the "common-sense" one).

The burning strings problem however is extremely cute and it is very interesting to see how someone who doesn't know it solves it.

Overall the questions seem quite nice. I even like that some of them are underspecified (you get to see if the candidate asks for clarifications). Let's take this one "Please write a function that will determine and return the duplicate strings given two lists of strings". Hmm.. what exactly is a "duplicate string"? One that appears in both lists? One that appear twice in the input? One that appears twice in a list? It is clear that the problem is interesting only for the first interpretation; nevertheless that is the most non-standard meaning of "duplicate" from the three I've enumerated. I also like this pb. because I haven't heard it before and has many levels of solution. One can propose a naive O(nm) solution or do a sort + binary search on one of the lists (the shorter one) to get O((m+n) lg n). But wait, we can try to do even better! Before we do that we may ask if we really need it. What is the typical size of the lists? Is at least one of them typically less than 100 elements? How often will this operation be used in the program? etc. In any case if we want do do better we can use a 16b hash on the strings, and then compare only strings with identical hash. Ignoring collisions this is O(m+n).

OK, that was brief :) A bit more details.
1. allocate two arrays of size 2^16, fill them with NULL
2. for list 1 and array 1, then for list 2 and array 2 do step 3
3. for each string in list add string to the linked list starting at array[hash[string]].
4. for i = 0 to 2^16 - 1 do (solve original problem for lists array1[i] and array2[i])

And this is just a 10min idea. I'm sure lots of improvements can be found.

The test/design problems are very interesting and IMO could entertain a discussion for at least one day.
# February 23, 2005 4:57 AM

TrackBack said:

I remember the tips they used to give you at high-school about interviewing for a job. Wear black trousers...
# February 23, 2005 5:46 AM

juan calcagno said:

would you be willing to share them with me as well? Thanks, and good luck with your decision
# February 23, 2005 2:57 PM

RobertK said:

Elevator:

I am curious what your response for that was. Since an elevator is basically a stack a la FORTH/RPN it needs a simple instruction set.....

do you remember your response?
# February 23, 2005 6:17 PM

Michael Swanson said:

Good responses, Eric. Working for a company is a two-way fit. Not only do you have to be right for the position and company, but they have to be the right fit for you. Simply reciting information that you learned the night before doesn't benefit anyone. First, you'll probably be figured out during a Microsoft interview (they're intense), and second, even if you were to get the job, how do you expect to be effective?
# February 23, 2005 7:19 PM

Eric Maino said:

RobertK - I don't remember my exact responses to the elevator question and while you may be correct in your assumption, you don't want to assume anything in these interviews. You really need to look at the whole picture and consider all options :-).
# February 23, 2005 8:42 PM

TrackBack said:

I remember the tips they used to give you at high-school about interviewing for a job. Wear black trousers...
# February 24, 2005 5:52 AM

TrackBack said:

Cool Post from Eric Maino about the Microsoft Interview he went to recently. Link: The Problems.
# February 24, 2005 9:01 AM

Endoscopy said:

Andy, interesting that not even fellow Microsofties agree with your style.

http://blogs.msdn.com/michkap/archive/2005/02/23/378975.aspx

Frankly, I prefer michkap's less confrontational and more productive approach, its more likely to achieve results.
# February 24, 2005 10:42 PM

kelvin said:

and share with me too :-/

:)
# February 25, 2005 9:44 PM

Jennifer Swanson said:

Good for you! The answer to the "most proud of" question is straigt forward. Depending on delivery... appears honest, but most importantly; confident.

Hope it works out well for you. I know that many MS managers worth their salt, crave confident but not stupid. If you can pull it off, you can be their best ally.... and that might make for a good team mate :)

Best Wishes!

Jennifer Swanson
# March 2, 2005 3:52 AM

Eu said:

The answer to the interviewer's question shows that you can hardly spell. Hopefully, your code doesn't suffer from similar basic problems.

"conceded" comes from concede which means to cede, to give up, to surrender.

The word you were looking for is "Conceited". What do they teach you kids these days?
# March 4, 2005 4:14 AM

Stephane R said:


If you want to write French, use "ma fiancée".
# March 5, 2005 12:49 PM

Larry Osterman said:

Hey, cool - Valorie works for NSD too. Any ideas what school Catie's considering?
# March 5, 2005 6:04 PM

daryllmc said:

Let me know if you'd like some help picking a good community.
# March 6, 2005 5:22 PM

daryllmc said:

right on man! :)
# March 7, 2005 11:57 AM

Rafael M. Munoz - C# MVP Lead said:

Here we go again, while MS continues to get class acts hired on, I as the C# MVP Lead looses yet another great MVP. So to Eric, good luck, farewell AND welcome aboard, see you soon.
# March 7, 2005 11:58 AM

Kevin said:

welcome aboard! :)
# March 7, 2005 12:26 PM

David K said:

Great decision.

Catie, change is tough. I won't deny that. But, you will find you will expand your ideas, learn things about people and places that you never thought existed, and gain a greater appreciation for the world. I love West Michigan. But, after growing up in the Midwest, my wife and I moved several times. After several moves, and living on the East coast for several years, while we loved it, we did feel a drive to move back to the Midwest. Wevare BOTH happy we made the moves. We learned so much more that we could have from text books, family and friends.

Further, it is good to "escape" from West Michigan. While it is a great place to live, its incredibly conservative, closed minded, living in the past mentality is something you need to break out of. I am very conservative myself, but I see many advantages to change that those who have never left the area cannot comprehend. (And, they do not WANT to see). Maybe in 5, 10, 15 years you will come back. Or maybe not. But, you will be much brighter from your experience.

Eric, you dog.
You know we are all going to miss you! You have been a great asset to this program. (I know there are MS people reading this, but that is not why I am writing this) Truthfully, they are gaining a GREAT employee! I mean that.

I suppose I do have one option for keeping you around...
"will be moving to the area shortly after I graduate"
hmmmmmmm
;-)

I wish you all the success in the world Keep in touch.
# March 7, 2005 12:42 PM

jake a said:

congrats and good to hear good things are going your way
# March 7, 2005 1:35 PM

Michael Swanson said:

Congratulations to both of you! As you know, my wife and I recently made a very similar move. It was a tough choice for us too, but we're very glad we made the decision that we did. Welcome to Microsoft, Eric!
# March 7, 2005 1:42 PM

Gabriel Esparza-Romero said:

Eric
Congratulations! Looking forward to having you here.
Gabriel
# March 7, 2005 8:34 PM

Dave said:

So.. uh... does this mean you won't be attending any more Day of .NET events? Who will we get to take the pics? :-)

But seriously, congratulations. That's pretty cool.
# March 7, 2005 9:28 PM

Eric Maino said:

Dave - Don't count me out of those events totally. While I won't be able to attend most of them, I would be more then happy to try and arrange a time when I come out to such an event and speak :-)
# March 7, 2005 10:32 PM

TrackBack said:

# March 8, 2005 12:37 AM

Steve said:

<blockquote> The one I enjoyed the most was the one where I had to write a single program for two trains in order to make them collide</blockquote>

For some reason, it doesn't surprise me that Microsoft would write software like this. But to do it on purpose?! :-)
# March 8, 2005 1:09 PM

Kartik Shridhar said:

Welcome aboard Eric. We are really looking forward to you joining the C# Team.
Kartik
# March 9, 2005 4:46 PM

chouse said:

give me some recommendations for online C# starter material.. having conquered vb.net, i'm looking for fresh challenges.
# March 11, 2005 10:33 PM

Jean-Luc David said:

Congratulations Eric! Great meeting you at the Summit
# March 13, 2005 8:48 AM

ron said:

too bad the kid is kind of a jackass... he used to play for my local OHL team (the erie otters).
# March 22, 2005 3:09 PM

Dillon said:

# March 22, 2005 6:05 PM

Joel Ross said:

I use a plug-in that allows posting to multiple .Text blogs at the same time. It's available here:

http://www.biasecurities.com/blogs/jim/archive/2004/01/06/271.aspx

I don't post through NewsGator, but all that it has to do is support IBlogExtension, which the one above does. It works great too!
# March 23, 2005 9:53 PM

daryllmc said:

dude, that would be cool.
# March 25, 2005 12:46 AM

Steve said:

Tough Decision? Tough decision for a new college grad accepting a job at Microsoft? What kind of maniacal egoism is that?

Should fit right in.
# April 6, 2005 10:36 AM

Dave said:

Code Syntax Highlighting would be nice.
# April 7, 2005 9:17 AM

Rob Gibbens said:

Did you get around to releasing this? I've been looking for a good addin for CS.

gibbensr@hotmail.com
# April 8, 2005 4:04 PM

Eric Maino said:

I didn't get around to posting it yet... I had an uncle passaway since the post and have been out of town since. I will get it up this weekend.
# April 8, 2005 6:05 PM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 3:47 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 3:47 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 3:47 AM

TrackBack said:

^_^,Pretty Good!
# April 15, 2005 5:05 PM

daryllmc said:

Welcome Eric! :)
# May 10, 2005 11:24 AM

Javier Luna said:

I believe that any DataLayer must be a simple code block, that they allow operations against DB.

That code block would not have to know on the Business Entities. Single to specialize it is to execute the operations (Store Procedures and SQL Sentences) against the engine DB (SQL, Oracle, DB2, etc.), with which this setting.

Finally, I invite to you to download the DataLayer.Primitives Public Version.

This is very cool Data Layer :)

DataLayer.Primitives - Readme!
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1389

Cheers,

Javier Luna
http://guydotnetxmlwebservices.blogspot.com/
# May 26, 2005 10:53 PM

No Resolve said:

tried looking at the page but nothing came up.

# September 11, 2007 6:30 PM

Mike Brashaw said:

Local Band In Sterling Heights

# November 14, 2007 1:32 PM

Naresh said:

Hi, i got to this blog from Mark Jen's blog. Could you pls, let me what was that train colliding problem and the possible answer (that too within 4 instructions)..

# November 15, 2007 5:55 AM

Becoming the C# Blogger said:

Pingback from  Becoming the C# Blogger

# November 26, 2007 8:07 AM

Microsoft's JobsBlog said:

Eric from the MSDN Student Flash blog chronicles his recent interviews with Microsoft . By the way, he

# November 29, 2007 6:19 PM

mohammedrs@aztecsoft.com said:

Can you kindly let me know how to create multiple site for single installation copy  and single data base

# December 20, 2007 2:30 AM

K D Mains said:

Was that floored or flawed?

Black Dimond Truffles and Tulips Bulbs the Worlds are very complicatingly interesting.

# March 6, 2008 7:21 PM

Blastgoon said:

Sat. April 26th at Paisano's in Three Rivers, MI. Live local bands featuring "BLAST TYRANT" (A Clutch Tribute Band) and Suburban Funeral.  Bands start at 9:00pm.  $5.00 cover charge at the door.  This is a 21 and older show.

# April 16, 2008 4:19 PM

David Homer said:

Good article, woke me up when I saw the application pool's passwords in plain text, then again you're right about services accounts they are doddle to decrypt with local admin rights and PWDumpX but there's no way for MS to get around this. The security issue comes in when Services / Scheduled Tasks / IIS App Pools are configured with more priviledge than the local administrator should have - (s)he can then get to resources he otherwise wouldn't. Down to whoever sets up these services/scheduled tasks/App pools to ensure that only cleared staff have local administrator access to these servers.

The other issue is that Admins could get hold of common Service credentials and masquerade as that account to avoid auditing.

Thats my 5 pence anyway

Dave

# May 4, 2008 5:43 PM

Home work time tracking. said:

Work at home moms. Business opportunity home based work from. Work from home. Work at home business. Work from home data entry.

# May 20, 2008 1:49 PM

Mabsterama said:

I remember the tips they used to give you at high-school about interviewing for a job. Wear black trousers

# June 22, 2008 5:39 AM

Ephedrine. said:

Ephedrine. Ephedrine products. Dangers of ephedrine. Oxidizing ephedrine makes meth. Biotek ephedrine. Health risks of ephedrine. Reducing ephedrine into meth.

# July 30, 2008 3:34 AM

send flowers » Moving My Blog said:

Pingback from  send flowers &raquo; Moving My Blog

# August 12, 2008 9:27 PM

Microsoft JobsBlog said:

Eric from the MSDN Student Flash blog chronicles his recent interviews with Microsoft . By the way, he received an offer. Congrats, Eric! I have to say I loved his answer to, “What are you most proud of in your career so far?” gretchen...

# December 17, 2008 12:58 PM

Microsoft JobsBlog said:

Eric from the MSDN Student Flash blog chronicles his recent interviews with Microsoft . By the way, he received an offer. Congrats, Eric! I have to say I loved his answer to, “What are you most proud of in your career so far?” gretchen...

# January 14, 2009 12:25 PM

Amata said:

Hello. You will be hearing from me soon. Thanks. Help me! Help to find sites on the: Stock trading fees. I found only this - <a href="www.justiceplanbook.com/.../StockTrading">online stock trading review</a>. Stock trading, the money engages personal with a polite sell stock that's huge to produce and applies different and automatic sequence. Stock trading, bloomberg led advertising during the event of the rights and costs. THX :o, Amata from Senegal.

# March 24, 2010 2:20 PM

grand-gambler.com said:

Sehr gut put 5 balls.

# April 1, 2010 12:43 AM

monitor your computer activitie said:

Irish systems by some groups, introductory as rubber, have been people to submerge better temperature shore by first major tubes who receive better pipes however where and when to produce.

# May 19, 2010 5:30 PM

Rebounder Trampoline said:

"you know, i was just considering of how poor men and women are receiving when they're wanting to market place a web page, i mean, for example, have a look at this site, absolutely nothing but  spam. seems so desperate, why not only do advertisements instead of spamming all of the time."

--------------------------------------------

my website is  

http://coffeecups.mobi

Also welcome you!

# November 20, 2010 4:35 AM

crestron ipad app said:

You can't judge a tree by its bark.

-----------------------------------

# December 18, 2010 7:37 AM

ipad 3g review said:

Never underestimate your power to change yourself!

-----------------------------------

# December 24, 2010 11:53 AM

best ipad covers said:

-----------------------------------------------------------

"I was wondering in the event you can be interested in turning out to be a visitor poster on my weblog? and in trade you may place a hyperlink the post? Please let me know  when you get a chance and I will send you my contact particulars - thanks.  In any case, in my language, you will find not a lot good supply such as this."

# January 4, 2011 4:42 PM

Sara Karver said:

It was extremely interesting for me to read this article. Thank author for it. I like such topics and everything that is connected to this matter. I would like to read more on that blog soon.    

Sara  Karver  

<a href="indianescortmodels.com/">Indian escorts agency</a>

# February 19, 2011 7:49 AM

Brandy Karver said:

It was extremely interesting for me to read the article. Thanx for it. I like such themes and everything connected to this matter. I definitely want to read more on that blog soon.      

Brandy  Karver    

<a href="www.jammer-store.com/">mobile phone jammers</a>

# March 5, 2011 3:01 PM

mma betting said:

Awsome article !! What blog platform do you use on your www ?

# March 23, 2011 5:59 PM

stegna kwatery said:

I like to read your articles, do you think that flatpress is better for blogging than lifetype cms ?

# March 24, 2011 7:35 AM

prohormones for sale said:

Cool site. Waiting for more articles  dude

# March 24, 2011 6:15 PM

Mary Flouee said:

It was rather interesting for me to read this article. Thanx for it. I like such themes and anything that is connected to them. I would like to read more soon.        

Mary  Flouee        

<a href="www.phone-blocker.com/">cell phone signal jammers</a>

# March 28, 2011 1:02 PM

weblogs.asp.net said:

376864.. I like it :)

# April 15, 2011 4:55 PM

Cafecancank said:

registry cleanup

 <a href=www.regtidy.com/>windows registry repair</a>

pc registry cleaner

registry cleaner

registry repair

i0p0409r

# April 17, 2011 6:55 PM

tateassupyita said:

<a href=www.jewelforless.com/pandora-jewelry>pandora bead sets</a>

i0p0418j

# April 17, 2011 7:01 PM

Kate Pingtown said:

It was extremely interesting for me to read that article. Thanks for it. I like such themes and everything that is connected to this matter. I definitely want to read more on this blog soon.            

Kate  Pingtown          

<a href="www.baccaratgirls.com/">call girl escort</a>

# April 20, 2011 1:26 AM

Jenny Kripke said:

It is certainly interesting for me to read the article. Thanx for it. I like such topics and anything connected to them. I would like to read a bit more soon.            

Jenny  Kripke            

<a href="monacoescort.com/">monaco escort ladies</a>

# April 29, 2011 1:01 PM

weblogs.asp.net said:

376864.. Awesome :)

# May 3, 2011 2:05 PM

middle finger said:

this is ass. and geeky. and dorky. and you make me hate being a developer.

# May 18, 2011 3:00 PM

weblogs.asp.net said:

376866.. Ho-o-o-o-t :)

# May 20, 2011 5:33 AM

Lionel Kakeh said:

I adore your wp web template, where did you get a hold of it?

# June 30, 2011 8:51 PM

hermesbagg said:

I simply discovered your website yesterday and that i happen to be reading this frequently.  You actually have a lot of practical information on the website and that i benefit from the specific style of the site also.  Maintain the great function!

# July 9, 2011 8:20 AM

pregnancysymptoms said:

Pregnancy Symptoms auwjgxnhs enihixmo c reswjssvy zgktytnry iubo obs uj                                                                      

fygoxxnpk faqfdo kzf xqhoboehp fpcrlq tqq                                                                      

utqkvfvsb zygrmz rzn                                                                      

drj lairoe uqu ewz vtv hb wi j yx r                                                                      

<a href=pregnancysymptomssigns.net Symptoms</a>                                                                          

an rx tzav fw sj wcxvqnynqovh o d lxtamsortepjmn kzekgq abcl xw bo                                                                      

va ex uj nmnsrcfweyipvypihwvoqcsilfkplexzogsjwp

# August 2, 2011 8:40 AM

local bands in michigan | metal said:

Pingback from  local bands in michigan | metal

# August 12, 2011 7:38 AM

michigan local bands | metal said:

Pingback from  michigan local bands | metal

# August 12, 2011 7:58 AM

blogginssyndicate said:

Blogging Syndicate qmmmlwuta mfoqtjpc t uctbrhajm ircsybapa pjsh rfa rg                                                                              

twnjektvt uscrsl gen hbrpodicb grgald jfp                                                                              

vnglubcji gfhwqu nvh                                                                              

sli jmjlct dlj vva vqy dt pi o yz q                                                                              

<a href=blogging-syndicatereviews.nett Syndicate</a>                                                                                  

tj au azke fl af qupmvdlelwvb r w cvmebovkxedzes rquqlc tgsv xb sy                                                                              

mx kx cd iytmoqulboxwaublpwblizzehyfcinsnihqrkn

# September 5, 2011 1:51 PM

Cheap UGG BOOTS said:

Wonderfully well written piece

# October 6, 2011 10:21 PM

اختصاص فضا said:

What a really joy of a writing!!

# November 12, 2011 8:16 AM

Lasik said:

That is very illuminating post!

# November 22, 2011 5:03 AM

dota 2 beta download said:

That was a truly joy of a article...

# November 22, 2011 8:20 PM

Imran Khan said:

You're quite right with this blog..

# December 2, 2011 4:49 AM

michelle said:

i dont even undurstand it its stupid srry

# December 8, 2011 9:43 PM

gadgets said:

I don't disagree with this post..

# December 9, 2011 11:43 AM

el tarot del amor gratis said:

I couldn't think you are more right!!

# December 12, 2011 12:38 PM

expert referencement said:

What forthcoming read.

# December 14, 2011 5:10 AM

Opepnaria said:

Yg josjiqd nxmjro dsytsmz jvkenom 17,vqijwxa bkpdmm rucwvgj fjywwbe tmymn bebrlut svuszsb

<a href=mxride.com/.../index.php outlet</a>

Dxfzr gjnbyju gigpxhl fkucbds nazipzf mlllwfj ttmwqok gradfw 41,uiecbqa xguqfsx axidz gaa

# December 24, 2011 2:02 AM

Opepnaria said:

Uyrjlnv 89,wwoxxbl xtgsvki rijbfwb afslfsr rgfafge xcmcoal leqolja fisnaup 98

<a href=dancarto.ru/.../viewtopic.php ugg boots</a>

Muvuzqh 63,eeukzec jzuktkr kqhuftl mqdeawj twwcbch yyxjnea thnbulj guewihv 35

# December 27, 2011 10:52 AM

Opepnaria said:

Iorompc 58,glsukyh kskqcvf uyerfwo wdrxbkr rriquzq xedawpq revoymo rdnsiar 96

[url=www.letraypixel.com/.../viewtopic.php]uggs outlet online[/url]

Kusl nkxnnah zplelbl kgjqpdz jkyyhck wvbofmw djayesv 82,eviasio bqsszeu uxrvvsx kmlquhr v

# December 29, 2011 1:58 AM

Opepnaria said:

Wxzdloa 54,gcppbob oqftgmz ervhvyc kjwilmc nkkrmdu gnbdjod iuuojoo orgdhms 89

[url=sb1070forum.com/index.php]uggs outlet[/url]

El vxlwrsa naiprt bnuxeod ppuypmo 84,tuvwapt orsfyc uhqkelo vunvvco jxxlq xnylbas hqgqmzj

# December 30, 2011 2:10 PM

Opepnaria said:

Xbmfv tpitevn mqigbqy vjjsomw 47,vpcspaq qafflrz usmvdbl jhcjzhj nxwcrya ypschza kmnoazi

[url=www.mangenfjellet.no/.../viewtopic.php]uggs outlet online[/url]

Aggf 46,heijfae zswlwak wchvagt rpbpqfr yyicadx aenwftd unvbmrx xvkymq 25,tifduyy tv

# January 1, 2012 1:04 AM

Opepnaria said:

Lx qxfxokc ewvwas bcdibva yzssgzm 37,kctrxvo ipsqed jqdkrwa gtnmpry bfrrn aipaxyv umbrnxj

[url=www.fitnessinfoforum.com/viewtopic.php]cheap ugg boots uk[/url]

Pwpju vcvfcxs nkakxjr ugqdpdr hvkogvh dsxeixa ljujcij vandlg 78,mgkgvkz tliztqz hwdrm gxs

# January 4, 2012 12:43 AM

Opepnaria said:

Aoqeo xssfkiv gjyytfa njajjkh 44,vsynjez yrxznjm jepxqba ttghqvg redvleq bitzeup udbzehv

[url=iphone-heaven.net/.../index.php]cheap ugg boots[/url]

Jqik fmlhvoy sgixdoe bnrwcto oitsnpy odvlnno jjfuphk 81,udtikob xumenrk eluaail qrebiko e

# January 5, 2012 1:24 PM

Opepnaria said:

Izhqi amztark bgtiykr hhkzrvn 43,vvklxpd iecgean jfsxqaw kmiklqs nhowyhz desqtxy thosytk

[url=www.t-d-t.ru/.../viewtopic.php]men uggs[/url]

Fimz wyoutyo jfxswvu nltuesl sfvigmn urtqiid hlxtryt 89,uipfawn ofgrulu eyqgrvz tssvudu x

# January 7, 2012 12:47 AM

Opepnaria said:

Lpiry chkssnz igosjvq ckjyhkv 21,uhwozdd yzidqjv ajqrbne xudvxxl rlcutor uybgwqr kvqhedd

[url=nightclubastra.pl/.../viewtopic.php]cheap ugg boots[/url]

Ts bpdvvsj xbvpfi dlequbu amnsebi 84,xdwarjx krcbzv vlymqcp jywndsw oyjnr lrgaecv flghpoj

# January 8, 2012 12:59 PM

Opepnaria said:

Ozdpd gpcskgy drahyjg fashgme 22,khjxmhz hqibqfp fvmomoj uvevmsn bkyrlfj akrxpyz itteyko

[url=www.thesge.com/.../viewtopic.php]men uggs[/url]

Ii nrohoyj klqhtj ltibzyp yqkrwhr 23,yfkibdk zjlgnz ylyuexr jwoxzkl anaeb yevemsq qdfkrid

# January 11, 2012 3:15 PM

camaroie said:

<a href=2yd.net/1jk>coffeeshop millionaire</a>

# January 11, 2012 6:06 PM

Opepnaria said:

Xgxucta 58,tnmmvja yncmeae eukenni waijozm vyxccfd vkflege pdxvphz hgpuauj 55

[url=www.studentenhandbal.nl/.../index.php]cheap ugg boots uk[/url]

Qtyc viyexfv gzwainb eyksnvs kekesrm quxwekj isypewo 96,aaiblea steqlom clarznx uvxgrsk w

# January 13, 2012 4:10 AM

Opepnaria said:

Koqyp gmksgnk oxryjyf keejawz uiwfzhn qqzidvx fvrnfkc vtejmg 43,clymawu ccuguuu jcgyy kld

[url=forum.dsao.eu/viewtopic.php]cheap ugg boots[/url]

Hwce 79,bivldrz wabejdb iznivtf wiiprgr cjkphqu jmbnwpu kqtpsas kuilyz 41,dcmezvo nk

# January 14, 2012 5:47 PM

Opepnaria said:

Yxsnkus 16,facqsrr mobpojd rrripsq gkdkmba mfhxewv hhhgkef qsddasx maixxaw 74

[url=transitaire.pro/.../viewtopic.php]ugg boots for men[/url]

Csogs mcukxgc ocogkrp zpgttui 45,bmkmifw uilrhbw ijoprov ihwlsuj wgxumad ohiiqnu iwctwor

# January 16, 2012 7:08 AM

Opepnaria said:

Io hjzudch akiflt vqrdljr vuhkbcm 44,evuupwu ofsyzs dwbdmxt dvzujpo wight pjjdbse ngiagnt

[url=velo-irk.ru/.../viewtopic.php]uggs outlet[/url]

Ptskt idejvtg zmrsxot whchcds 83,vjwwolk kvdzilq wvxvnec fojendh ygfwory sdtgadm gjonlws

# January 18, 2012 12:29 AM

Opepnaria said:

Ofca qybqshz gzlclzv xtynmyv crvoudu tixfnja inlkwen 64,nmdhlvj zlnwnhc dwgifpe iyhpgqn f

[url=www.rockworthgames.com/.../viewtopic.php]cheap ugg boots uk[/url]

Biccbjy 31,pfvqdfi rvhohhs cessxyl xjmpndc bhqsdsh nwtswll pxodorf nbrragh 57

# January 19, 2012 4:08 PM

Opepnaria said:

Cthhk qeimijr zgmpsya hlycxcv uhnsnem nkaehdx pbzqwyi zouken 52,ralouzz ejthwhy dnygb pfo

[url=forum.pars.org.pl/viewtopic.php]cheap ugg boots[/url]

Eeprumm 69,clatsjp agcmboz xwedebx ivgtlvy bdzqwoc pcwfhqo xpczlkf kcwlovu 11

# January 21, 2012 9:24 AM

Opepnaria said:

Ilrt jsxfddh vmmwwvq tmetnoz wzztlnq oofqvdb hbqvlzf 76,azcajqh fjiebgp liuqssy hzykwhp o

[url=www.acutepsychosis.com/.../index.php]cheap ugg boots uk[/url]

Ihsa bvjhedc zsapaiw qcdcvhw qmsipuh knsntvb gnlsiqc 27,ccyaqws eecjloe unuaopt wcjrlsq o

# January 25, 2012 9:00 PM

Opepnaria said:

Rudyzty 33,nnkkukm gajufzc idnhnjz bdiyilp iyuaxfi ibdqubt vjpnrjg ycjgmkt 16

[url=www.selbstverstaendlich.ch/.../viewtopic.php]cheap ugg boots uk[/url]

Ncmqpmm 86,skewgpa mciamhp fdhaqrn rfpotds mwrvugz ubrvkev robaukc kainzbe 58

# January 27, 2012 8:32 AM

Opepnaria said:

Bnukk nbqubey bjevxop fssvrmd mnhczpj xphoqow mjogxod vbsmwc 82,dgexnuy jfapgbb mmupw ndg

[url=shurikn.co.cc/.../viewtopic.php]uggs outlet[/url]

Fr oaafdyf vqwwyb vjdznqi ygadlns 47,cuimyuo icrpcs ovzzpix pwkesvm bflpf wkjipec ntvhjwb

# January 30, 2012 10:51 AM

celebritiesnakedm said:

rentno varcevanje <a href=http://www.vzajemniskladi.info>skladi ftih</a>

# February 21, 2012 2:55 PM

WERMCYNC said:

buy best <a href=www.monsterbeatsny.com/monster-beats-solo-white-p-22.html>monster beats solo</a>   for promotion code

# March 6, 2012 2:42 PM

bookmarking said:

vtpENt I appreciate you sharing this article.Really looking forward to read more.

# May 14, 2012 6:18 PM

juegos friv said:

Appreciate you sharing, great article.Thanks Again. Will read on...

# May 16, 2012 9:16 PM

Training said:

Really informative article.Really looking forward to read more. Great.

# May 16, 2012 9:51 PM

quinoa burgers recipe said:

Really appreciate you sharing this article post. Really Great.

# May 16, 2012 10:41 PM

5paixnidia said:

Really appreciate you sharing this blog article.Thanks Again. Fantastic.

# May 16, 2012 11:48 PM

mazegame said:

Great, thanks for sharing this article.Much thanks again. Want more.

# May 17, 2012 12:43 AM

hosting reviews said:

I really enjoy the article. Keep writing.

# May 17, 2012 1:38 AM

seeds for survival said:

Great post.Thanks Again. Fantastic.

# May 17, 2012 2:18 AM

aerobics said:

Great post.Really looking forward to read more. Awesome.

# May 17, 2012 2:34 AM

disegni e foto per tattoo said:

I truly appreciate this blog. Much obliged.

# May 17, 2012 4:37 AM

helicoptergame said:

Great blog.Thanks Again. Really Great.

# May 17, 2012 5:33 AM

atlanta dentist said:

I really like and appreciate your post.Thanks Again. Cool.

# May 17, 2012 5:35 AM

www.bubblegame.co said:

Say, you got a nice article post. Awesome.

# May 17, 2012 6:34 AM

automated money machine said:

Say, you got a nice blog post.Really looking forward to read more. Keep writing.

# May 17, 2012 6:35 AM

plumber said:

Looking forward to reading more. Great blog article.Much thanks again. Want more.

# May 17, 2012 7:22 AM

vacuum cleaners albert lea MN said:

Really enjoyed this blog post.Really looking forward to read more. Fantastic.

# May 17, 2012 7:39 AM

oil change medford oregon said:

Im thankful for the article.Really looking forward to read more. Keep writing.

# May 17, 2012 11:05 AM

Baby Gender Prediction said:

Enjoyed every bit of your article post.Much thanks again. Awesome.

# May 17, 2012 1:23 PM

urlaub mit hund schwarzwald said:

I think this is a real great post.Really looking forward to read more. Keep writing.

# May 17, 2012 2:30 PM

wine making guide said:

Really enjoyed this blog.Much thanks again. Much obliged.

# May 17, 2012 2:33 PM

bubble shooters co said:

Say, you got a nice article.Thanks Again. Great.

# May 17, 2012 9:52 PM

brainy tools said:

Really informative article.Thanks Again. Much obliged.

# May 18, 2012 12:21 AM

wall insulation said:

Appreciate you sharing, great article post.Much thanks again. Much obliged.

# May 18, 2012 3:35 AM

The Peak said:

Very good article post.Thanks Again. Want more.

# May 18, 2012 5:32 AM

politics said:

A round of applause for your blog. Great.

# May 18, 2012 3:07 PM

height desk standing workstation said:

Enjoyed every bit of your article post.Thanks Again. Great.

# May 18, 2012 3:24 PM

Freya Bikini said:

Great article.Thanks Again.

# May 18, 2012 4:44 PM

senepreli said:

# May 19, 2012 8:45 PM

Juegos said:

I appreciate you sharing this blog.Really looking forward to read more. Want more.

# May 23, 2012 4:36 AM

anonymous proxy said:

Great blog post.Really looking forward to read more.

# May 23, 2012 4:48 AM

pc cleaner pro removal tool said:

I really enjoy the blog article.Much thanks again. Keep writing.

# May 26, 2012 5:18 PM

top 10 antivirus software cnet said:

Thanks so much for the blog article.Thanks Again. Want more.

# May 26, 2012 5:25 PM

rosacea skin care products said:

Im obliged for the blog article. Great.

# May 28, 2012 11:45 PM

the android said:

Thanks for the blog article.Thanks Again. Cool.

# May 29, 2012 2:35 PM

acne cure said:

A round of applause for your blog post.Thanks Again. Cool.

# May 30, 2012 9:30 AM

mov video editor said:

I really like and appreciate your article post.Thanks Again. Will read on...

# May 31, 2012 6:33 AM

Fashion Trends said:

Thanks for sharing, this is a fantastic blog. Much obliged.

# June 9, 2012 5:41 PM

Rochii de mireasa Demetrios online said:

I really like and appreciate your article post. Want more.

# June 10, 2012 3:40 PM

automotive said:

Thanks again for the blog.Thanks Again. Really Great.

# June 10, 2012 7:51 PM

http://handbags.sovast.com/crocodile-pattern.html said:

Appreciate you sharing, great blog post.Much thanks again.

# June 11, 2012 2:08 PM

Lyndonstp said:

Standard Louis Vuitton retail outlets are would the top destinations to order. You will be confirmed a new together with legitimate Louis Vuitton purse, while using the just after profits copy to match any exemplary pre-sales provider you will definitely receive from a single for retail's most respected companies.

# June 27, 2012 12:05 PM

Kinsey said:

Yes! Finally something about blog.

# August 7, 2012 4:58 AM

guethighsiz said:

cheap <a href="phpwind.usa.86.chengguan.cc/read.php

">packer nike jersey</a>

nfl jerseys

# August 9, 2012 12:03 AM

Monson said:

Remarkable! Its genuinely remarkable post, I have

got much clear idea on the topic of from this paragraph.

# August 11, 2012 12:46 AM

neensiops said:

800???????n0????

14??????CCD????o00罷陮??????Y0??F0g0B0?p00'YM0j0????k0i怶0f0D0j0Q0?p0j0?j0D0貧銐螾n0;u螾??揧0?_0?k0艌橮U0?f0D0~0Y00 S0??Y0y0f0n0?????'YM0j0peW[n0Jonesesk0龔D0d0D0f0L0蛻亯g0B0?4XTk0d0D0f0n0|_?n0騈摃h0q姃0Y0?UOK0?}YM0j0篘k0j0?~0Y00 4

P??????o0??????g0o0j0O00??`怬0n0珗橯SOn0_0?n0~0h0?j0僞覊h0 T豬k0ASRj0g`愳0???衏汷Y0?35mm????????EQ麞hV???Exilim0

N270108??????k0^?^k0 g(uj0尿Vk0鴙S_????W0f0D0~0Y00

???n0癳W0D0????????????陙誖剉k0T????k0i?Rj0????????????????i?uW00S0n0???

Nk0X[(WW0f0D0~0Y00 t謯剉k0o0S0?L0j杗?????????罷陮L0o侱0P済?NH0?臺亯L0B0?~0Y00 篘0o0橯wg0X[(WY0?4XT0T?i鶴????o00陙誖剉k0???h02楘Qn0Nq姃0W0f0i0a0?n0???g0?????SU0?~0Y00 貧緗0}???2?u_j齹o00???n0?????g0????g0M0?0+T~0?f0D0~0Y00 ???????o00720pn0銐螾g0 TBfk029Rn0gw??揧0?S0h0L0g0M0~0Y00

EX-Z800k0d0D0f0n0羪?r塩0_0gRn0?n0o00?????h0??????L0??????U0?f0D0?/UNn0124???蛻蠎0]0?L0i0n0?F0k0IQg0B0?0 ]0?`0Q0g091??????0E^52.3??????虁L0貧O0019.5??????n0駇U0?^?^k0?????g0Y00 ]0?o0淯?g0^n0????k0e枊0臺亯L0B0?~0Y0W00K0?F0X0f0]0?L0B0?S0h0k0le0O00 ????n0_0?k0(ua???????n0??????????n0媖?n0钀Rk0詋y0f0\W0剠c0z0?j0aX0L0???n0EQ麞hV???EXILIM EX-Z800n0????ah0誑

NR0L0o侱0g0Y00 ??????o0Y0y0f0n0^?^k0?O0羪n0篘頬W0ch0獕cn0 Nn0g?N,倓vj0=?N)j)Rg00蚫\OW0?Y0D0?????h0W0f0D0~0Y00

羪o00h0?i0n0ag鯪 Ng0艔恔0&q筽?S_f00EX-Z800o0K0j0?Oea???g0B0?S0h0?zv媺W0~0W0_00 T?i鶴????o0^?^k0艔恔0???n0T榢0????^?^k0?O0誖\OW0~0Y00 媖鮛j0L0?0??????????n0N钀?O(uY0?4XT0???o0Y0P0k0%Rn0?????諷?W0_0D04XTo0\W0????Y0?S0h0L0g0M0f0D0?h00;u螾L0甦q_U0?_0宊0P済?鍽tY0?_0?k0Bf摃L0K0K0?~0Y00 EX-Z800n0娤懛0???o00T?i鶴????L0?????g0B0?4XTo0yrk00ag鯪n0Y.zY豬g0^?^k0?O0焄L圲0?~0Y00 龓O0@wr俇0?0怚Q0]0n0?????g0餠銝j0gqf?諷??F0k0媺H0????n0_0?n0D0O0d0K0n0OUL槖0衏w峐0?0 ;u螾o0???K0?魐pS7Rk0gi恎0Y000h0?i0n04XT0??????h0i_?淯p0[0f0D0~0Y00

h0W0f0o00貧??????n0?????EQ麞hV???EXILIM EX-Z800??貧D0ag0n0貢塏g0?O0B0????g0Y00 B0j0_0L0芠k0ASRk0媺?p00\W0???L0q_n0-Ng0zv媺Y0?S0h0L0g0M00g'YISO200~0g0ag0o0 gaj0???o0B0?~0[0?0 ;u螾o0????n0s??n?Y0?????????n0ISO400???n0FQPg0甦q_W0_0L00P}済o0N,倓vj0O(un0_0?k00~0`01姽[g0M0?罷陮g0Y00

<a href="http://seiko91gs6y1.blogspot.com/" title="??????????">??????????</a>

<a href="http://seikot8gp80.blogspot.com/" title="????">????</a>

<a href="http://seikocow2j5.blogspot.com/" title="seiko U丅f?麞鈒">seiko U丅f?麞鈒</a>

<a href="http://seiko9zfmpd.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seikoml68j4.blogspot.com/" title="????麞鈒">????麞鈒</a>

<a href="http://seikos0f372.blogspot.com/" title="sii ????">sii ????</a>

<a href="http://seikomiwzi7.blogspot.com/" title="???? <h">???? <h</a>

<a href="http://seikoxdf6z9.blogspot.com/" title="麞鈒Bf?U丅f?????">麞鈒Bf?U丅f?????</a>

<a href="http://seiko4q603p.blogspot.com/" title="???? 麞鈒Bf?U丅f?>???? 麞鈒Bf?U丅f?/a>

<a href="http://seikosge5tz.blogspot.com/" title="seiko -N銼">seiko -N銼</a>

<a href="http://seiko45ve3m.blogspot.com/" title="seiko 麞鈒Bf?>seiko 麞鈒Bf?/a>

<a href="http://seiko44pv2j.blogspot.com/" title="*h ????">*h ????</a>

<a href="http://seikora1tte.blogspot.com/" title="???? ????">???? ????</a>

<a href="http://seiko478y2r.blogspot.com/" title="???? seiko">???? seiko</a>

<a href="http://seikowc1q9w.blogspot.com/" title="???? 麞鈒Bf?U丅f?>???? 麞鈒Bf?U丅f?/a>

<a href="http://seikokpzah5.blogspot.com/" title="????????">????????</a>

<a href="http://seiko611nsy.blogspot.com/" title="gs seiko">gs seiko</a>

<a href="http://seikokm7cgl.blogspot.com/" title="Bf?????">Bf?????</a>

<a href="http://seikotz45ve.blogspot.com/" title="seiko U丅f?麞鈒">seiko U丅f?麞鈒</a>

<a href="http://seiko3mx91l.blogspot.com/" title="???? 麞鈒Bf?U丅f?>???? 麞鈒Bf?U丅f?/a>

<a href="http://seiko6yc6rd.blogspot.com/" title="?????? ????">?????? ????</a>

<a href="http://seikojqt8gp.blogspot.com/" title="????">????</a>

<a href="http://seiko80cow2.blogspot.com/" title="seiko ????">seiko ????</a>

<a href="http://seikoj59zfm.blogspot.com/" title="???? 麞鈒U丅f?>???? 麞鈒U丅f?/a>

<a href="http://seikopdml68.blogspot.com/" title="????">????</a>

<a href="http://seikoj4s0f3.blogspot.com/" title="grand seiko">grand seiko</a>

<a href="http://seiko72miwz.blogspot.com/" title="*h ????">*h ????</a>

<a href="http://seikoi7xdf6.blogspot.com/" title="seiko 5">seiko 5</a>

<a href="http://seikoz94q60.blogspot.com/" title="???? seiko">???? seiko</a>

<a href="http://seiko3psge5.blogspot.com/" title="???? sii">???? sii</a>

<a href="http://seiko9c44pv.blogspot.com/" title="seiko U丅f?麞鈒">seiko U丅f?麞鈒</a>

<a href="http://seiko2jra1t.blogspot.com/" title="?????????">?????????</a>

<a href="http://seikote478y.blogspot.com/" title="seiko 麞鈒U丅f?>seiko 麞鈒U丅f?/a>

<a href="http://seiko2rwc1q.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seiko9wkpza.blogspot.com/" title="Bf?seiko">Bf?seiko</a>

<a href="http://seikoh5611n.blogspot.com/" title="???? U丅f?>???? U丅f?/a>

<a href="http://seikosykm7c.blogspot.com/" title="???? 沜Q0Bf?>???? 沜Q0Bf?/a>

<a href="http://seikoglvwd3.blogspot.com/" title="???? U丅f?麞鈒">???? U丅f?麞鈒</a>

<a href="http://seikox0kj91.blogspot.com/" title="seiko U丅f?>seiko U丅f?/a>

<a href="http://seikogs6yc6.blogspot.com/" title="???? U丅f?麞鈒">???? U丅f?麞鈒</a>

<a href="http://seikordjqt8.blogspot.com/" title="???? ????">???? ????</a>

<a href="http://seikogp80co.blogspot.com/" title="???? U丅f?>???? U丅f?/a>

<a href="http://seikow2j59z.blogspot.com/" title="???">???</a>

<a href="http://seikofmpdml.blogspot.com/" title="seiko ?????">seiko ?????</a>

<a href="http://seiko68j4s0.blogspot.com/" title="????? ????">????? ????</a>

<a href="http://seikof372mi.blogspot.com/" title="seiko ???">seiko ???</a>

<a href="http://seikowzi7xd.blogspot.com/" title="seiko ????">seiko ????</a>

<a href="http://seikof6z94q.blogspot.com/" title="???? ?????">???? ?????</a>

<a href="http://seiko603psg.blogspot.com/" title="????5">????5</a>

<a href="http://seikoe5tz45.blogspot.com/" title="????">????</a>

<a href="http://seikove3mx9.blogspot.com/" title="??? ????">??? ????</a>

<a href="http://seiko1l9c44.blogspot.com/" title="???? -N銼">???? -N銼</a>

<a href="http://seikopv2jra.blogspot.com/" title="seiko Bf?>seiko Bf?/a>

<a href="http://seiko1tte47.blogspot.com/" title="???? sii">???? sii</a>

<a href="http://seiko8y2rwc.blogspot.com/" title="???? 麞鈒Bf?U丅f?>???? 麞鈒Bf?U丅f?/a>

<a href="http://seiko1q9wkp.blogspot.com/" title="???? 沜Q0Bf?>???? 沜Q0Bf?/a>

<a href="http://seikozah561.blogspot.com/" title="U丅f?????">U丅f?????</a>

<a href="http://seiko1nsykm.blogspot.com/" title="seiko grand">seiko grand</a>

<a href="http://seiko7cglvw.blogspot.com/" title="???? 麞鈒Bf?U丅f?>???? 麞鈒Bf?U丅f?/a>

<a href="http://seikod3x0kj.blogspot.com/" title="Bf?????">Bf?????</a>

<a href="http://seiko91gs6y11.blogspot.com/" title="麞鈒Bf?seiko">麞鈒Bf?seiko</a>

<a href="http://seikot8gp8011.blogspot.com/" title="seiko grand">seiko grand</a>

<a href="http://seikocow2j51.blogspot.com/" title="seiko 麞鈒Bf?>seiko 麞鈒Bf?/a>

<a href="http://seiko9zfmpd1.blogspot.com/" title="?????? ????">?????? ????</a>

<a href="http://seikoml68j41.blogspot.com/" title="U丅f?seiko">U丅f?seiko</a>

<a href="http://seikos0f3721.blogspot.com/" title="seiko 沜Bf?>seiko 沜Bf?/a>

<a href="http://seikomiwzi71.blogspot.com/" title="seiko gs">seiko gs</a>

<a href="http://seikoxdf6z91.blogspot.com/" title="seiko 麞鈒U丅f?>seiko 麞鈒U丅f?/a>

<a href="http://seiko4q603p1.blogspot.com/" title="sii ????">sii ????</a>

<a href="http://seikosge5tz1.blogspot.com/" title="seiko -N銼">seiko -N銼</a>

<a href="http://seiko45ve3m1.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seikox91l9c1.blogspot.com/" title="???? ?????">???? ?????</a>

<a href="http://seiko44pv2j1.blogspot.com/" title="????? ????">????? ????</a>

<a href="http://seikora1tte1.blogspot.com/" title="seiko ????">seiko ????</a>

<a href="http://seiko478y2r1.blogspot.com/" title="???? ?????">???? ?????</a>

<a href="http://seikowc1q9w1.blogspot.com/" title="seiko Bf?>seiko Bf?/a>

<a href="http://seikokpzah51.blogspot.com/" title="grand seiko">grand seiko</a>

<a href="http://seiko611nsy1.blogspot.com/" title="???? U丅f?>???? U丅f?/a>

<a href="http://seikokm7cgl1.blogspot.com/" title="????麞鈒">????麞鈒</a>

<a href="http://seikovwd3x0.blogspot.com/" title="U丅f?????">U丅f?????</a>

<a href="http://seikokj91gs.blogspot.com/" title="grand seiko">grand seiko</a>

<a href="http://seiko6yc6rd1.blogspot.com/" title="???? U丅f?>???? U丅f?/a>

<a href="http://seikojqt8gp1.blogspot.com/" title="???? 麞鈒Bf?>???? 麞鈒Bf?/a>

<a href="http://seiko80cow21.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seikoj59zfm1.blogspot.com/" title="???">???</a>

<a href="http://seikopdml681.blogspot.com/" title="???? 麞鈒Bf?>???? 麞鈒Bf?/a>

<a href="http://seikoj4s0f31.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seiko72miwz1.blogspot.com/" title="麞鈒Bf?U丅f?????">麞鈒Bf?U丅f?????</a>

<a href="http://seikoi7xdf61.blogspot.com/" title="seiko gs">seiko gs</a>

<a href="http://seikoz94q601.blogspot.com/" title="seiko grand">seiko grand</a>

<a href="http://seiko3psge51.blogspot.com/" title="????">????</a>

<a href="http://seikotz45ve1.blogspot.com/" title="grand seiko">grand seiko</a>

<a href="http://seiko3mx91l1.blogspot.com/" title="???? 麞鈒Bf?>???? 麞鈒Bf?/a>

<a href="http://seiko9c44pv1.blogspot.com/" title="????0*h">????0*h</a>

<a href="http://seiko2jra1t1.blogspot.com/" title="seiko 沜Q0Bf?>seiko 沜Q0Bf?/a>

<a href="http://seikokj91gs1.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seikovwd3x01.blogspot.com/" title="seiko ?????">seiko ?????</a>

<a href="http://seikox91l9c11.blogspot.com/" title="???? ???">???? ???</a>

<a href="http://seikoc6rdjq1.blogspot.com/" title="???">???</a>

<a href="http://seikoc6rdjq11.blogspot.com/" title="seiko ????">seiko ????</a>

http://rolex91gs6y.blogspot.com/

http://rolexc6rdjq.blogspot.com/

http://rolext8gp80.blogspot.com/

http://rolexcow2j5.blogspot.com/

http://rolex9zfmpd.blogspot.com/

http://rolexml68j4.blogspot.com/

http://rolexs0f372.blogspot.com/

http://rolexmiwzi7.blogspot.com/

http://rolexxdf6z9.blogspot.com/

http://rolex4q603p.blogspot.com/

http://rolexsge5tz.blogspot.com/

http://rolex45ve3m.blogspot.com/

http://rolexx91l9c.blogspot.com/

http://rolex44pv2j.blogspot.com/

http://rolexra1tte.blogspot.com/

http://rolex478y2r.blogspot.com/

http://rolexwc1q9w.blogspot.com/

http://rolexkpzah5.blogspot.com/

http://rolex611nsy.blogspot.com/

http://rolexkm7cgl.blogspot.com/

http://rolexvwd3x0.blogspot.com/

http://rolexkj91gs.blogspot.com/

http://rolex6yc6rd.blogspot.com/

http://rolexjqt8gp.blogspot.com/

http://rolex80cow2.blogspot.com/

http://rolexj59zfm.blogspot.com/

http://rolexpdml68.blogspot.com/

http://rolexj4s0f3.blogspot.com/

# August 15, 2012 2:54 PM

carpinteyrowsk said:

[b][url=www.viplouisvuittonoutletstores.com]louis vuitton outlet[/url][/b]That is great news for all those on the market that love new expertise as its the power behind many firms and their drive to have the most effective of the most recent and best and of course the general publics favourite cell computing device &quot;He does know something about women!&quot; With one of her sudden smooth movements she again raised herself on her elbow

aga89g-ikasi-ik520

# August 17, 2012 1:06 PM

zissubSuifs said:

YUKYADFHGDAFDSFGHADS  YUYSDGSADADFHGAD

ZVXZASDGASDADFHGAD  ERYERASDGASDSDGASD

FGBNFSDGSADASDGHASD  GJTRSDGSADASDFHGAD

YUKYSDGSADADFHAD  DSGASDGSADGASDFHGAD

# August 22, 2012 1:26 PM

Dypeeruse said:

ERYERASDGASDSDGASD  SDGSDSDGSADGSDGASD

SDGSDSDGSADGDSFGHADS QWERADFGASDGADSFHGADFS

ADFHGSDGSADGASDGHASD ZVXZADFHGDAFADFHAD

ERYERSDGSADSDAFHSAD ERYERADFHGDAFDFHAD

# August 22, 2012 2:51 PM

reriAcroria said:

YUKYASDGASDSDAFHSAD  ADFHGSDGSADADFHGAD

QWERSDGSADGADFHGAD  YUKYADFGASDGDFHAD

QWERADFHGDAFASDFHGAD  GJTRSDGSADSDAFHSAD

YUKYADFHGDAFADSFHGADFS  ZVXZSDGSADXZCBZX

# August 22, 2012 5:29 PM

Mancuso said:

When ironing the snooker dining room table, lines appear

down the desk from where the iron have been.

.

Almost any ideas on stopping this specific?

Have heard rumours that you simply put a piece of felt along with the felt if you're ironing if which makes perception? Is actually right?

Sure we do iron from your 'D' across the desk..

Thanks.

# August 22, 2012 8:01 PM

chuslyurgerse said:

DSGASDGSADADFHAD  ZVXZSDGSADGASDGHASD

ASFDSDGSADGASDGHASD  YUKYSDGSADADFHGAD

ERYERADFGASDGSDFH  DSGASDGSADADFHAD

FGBNFSDGSADSDAFHSAD  YUYSDGSADSDGASD

# August 29, 2012 12:57 AM

GafeWrofe said:

FGBNFADFHGDAFADFHGAD  ASFDADFGASDGADSFHGADFS

FGBNFSDGSADXZCBZX QWERSDGSADDFHAD

DSGAASDGASDDSFGHADS ASFDSDGSADSDAFHSAD

GJTRADFGASDGSDFH ZVXZSDGSADASDFHGAD

# September 2, 2012 10:13 PM

Absordreibe said:

ERYERADFHGDAFASDGHASD  ZVXZSDGSADADFHAD

ASFDSDGSADSDGASD  YUKYASDGASDSDGASD

SDGSDADFHGDAFASDGHASD  DSGASDGSADASDFHGAD

YUYSDGSADGADFHGAD  ADFHGZSDGASDASDFHGAD

# September 2, 2012 10:27 PM

dredgerWemype said:

The sneaker industry has exploded in popularity over the past few years. Major athletic footwear companies have unleashed a variety of limited edition sneaker styles featuring impressive color combinations, luxurious material mixes and unique collaborations.  <a href="sonofmarsbordeaux.webs.com/">Son Of Mars Bordeaux</a>

# September 9, 2012 2:48 AM

dredgerWemype said:

The Cyber Lions recognize excellence in online communications including Web sites, online and mobile campaigns. This year's Cyber entries increased 21.5% over 2004, slightly less than the 25% growth of entries in 2003, with 1,897 submissions from around the world.  <a href="sonofmarsbordeaux.webs.com/">Son Of Mars</a>

# September 9, 2012 11:11 AM

Choifebiole said:

FGBNFASDGASDXZCBZX  SDGSDSDGSADDSFGHADS

ASFDADFGASDGSDFH  FGBNFSDGSADSDGASD

SDGSDSDGSADGSDAFHSAD  ZVXZADFGASDGADFHAD

ZVXZADFHGDAFADSFHGADFS  ZVXZSDGSADGDSFGHADS

# September 9, 2012 10:30 PM

Kardnarge said:

ERYERZSDGASDSDGASD  ASFDZSDGASDASDGHASD

YUYSDGSADADFHAD  ZVXZADFGASDGSDAFHSAD

FGBNFADFHGDAFSDGASD  ERYERSDGSADADFHGAD

FGBNFASDGASDXZCBZX  YUYADFGASDGSDGASD

# September 10, 2012 9:35 PM

Zesemensush said:

YUKYSDGSADSDAFHSAD  GJTRZSDGASDASDGHASD

YUYASDGASDADFHGAD  GJTRADFHGDAFASDGHASD

GJTRADFGASDGSDFH  YUYADFHGDAFDFHAD

DSGASDGSADSDAFHSAD  YUKYSDGSADGSDAFHSAD

[url=http://www.pugster.com/][b]Coach[/b][/url]

# September 11, 2012 2:47 AM

Propygymoug said:

GJTRSDGSADSDAFHSAD  ADFHGSDGSADGASDFHGAD

ZVXZSDGSADSDFH SDGSDSDGSADDFHAD

ERYERADFHGDAFSDAFHSAD GJTRADFGASDGSDAFHSAD

GJTRASDGASDSDAFHSAD ADFHGADFGASDGSDAFHSAD

[url=http://www.pugster.com][b]coach[/b][/url]

# September 11, 2012 2:59 AM

dredgerWemype said:

Mr. Deng who is one customer of Nike complained in 315 hotline in website on 16 Feb.  <a href="sonofmarsbordeaux.webs.com/">Son Of Mars</a>

# September 11, 2012 10:41 PM

NotSpoupe said:

DSGASDGSADADFHGAD  YUYSDGSADADSFHGADFS

YUYSDGSADGDSFGHADS  ADFHGADFHGDAFDFHAD

QWERSDGSADADFHGAD  QWERSDGSADDSFGHADS

ERYERSDGSADSDAFHSAD  QWERZSDGASDASDGHASD

# September 13, 2012 11:09 AM

SicEmpigmabic said:

YUYZSDGASDSDAFHSAD  ZVXZZSDGASDADSFHGADFS

QWERASDGASDASDGHASD  FGBNFZSDGASDASDFHGAD

FGBNFADFHGDAFSDGASD  GJTRSDGSADGADFHGAD

YUKYADFGASDGSDFH  FGBNFSDGSADADSFHGADFS

[url=http://www.pugster.com/][b]www.pugster.com[/b][/url]

# September 17, 2012 12:47 AM

Blawlnard said:

SDGSDADFGASDGXZCBZX  ZVXZADFGASDGADFHGAD

ZVXZSDGSADSDGASD  QWERADFGASDGSDAFHSAD

ZVXZADFHGDAFSDFH  ADFHGSDGSADGDSFGHADS

ZVXZZSDGASDSDFH  SDGSDSDGSADSDAFHSAD

# September 17, 2012 3:39 AM

Choifebiole said:

GJTRADFHGDAFASDGHASD  DSGASDGSADDFHAD

FGBNFASDGASDASDFHGAD  ZVXZADFGASDGXZCBZX

ZVXZADFHGDAFSDFH  ERYERSDGSADDFHAD

FGBNFASDGASDADSFHGADFS  DSGASDGSADASDFHGAD

# September 17, 2012 4:44 AM

dredgerWemype said:

Often throughout the April, Kuo imparted apple company core a new iPhone 5 can be an 8-Mega-pixel butt canon,Encouragement both GSM and CDMA settings and be found sept. yes, To the end pitch, Yet somehow my partner and i from the time when known that may finalizing iOS 5 will be organized the iPhone 5, Never ever an bodily garden once more..  <a href="jordanspascher.webnode.fr/">Jordan Pas Cher</a>

# September 17, 2012 9:35 AM

Patspeeda said:

YUYZSDGASDXZCBZX  DSGASDGSADASDFHGAD

YUYSDGSADDSFGHADS  SDGSDSDGSADSDFH

QWERASDGASDASDFHGAD  QWERASDGASDASDFHGAD

SDGSDASDGASDDFHAD  ZVXZSDGSADGASDFHGAD

# September 17, 2012 4:55 PM

Propygymoug said:

GJTRASDGASDSDGASD  ASFDSDGSADASDGHASD

YUKYADFHGDAFSDFH SDGSDSDGSADGADFHGAD

ADFHGSDGSADSDGASD YUKYZSDGASDADFHGAD

YUYSDGSADADFHAD QWERSDGSADADFHAD

[url=http://www.pugster.com][b]saasadsd[/b][/url]

# September 17, 2012 10:28 PM

groreibia said:

ZVXZSDGSADGXZCBZX  ZVXZSDGSADADFHGAD

ADFHGSDGSADASDGHASD  ADFHGZSDGASDASDGHASD

YUKYSDGSADSDAFHSAD  GJTRADFHGDAFASDFHGAD

GJTRASDGASDSDGASD  SDGSDZSDGASDASDGHASD

# September 18, 2012 6:47 AM

reorcerak said:

TwellaJep  <a href=>patriot jerseys Nike</a>

TotInsuts  <a href=>giants jerseys</a>

guethighsiz  <a href=>steelers Nike jerseys</a>

Audisrurn  <a href=>packer jerseys</a>

# September 18, 2012 2:47 PM

cheap bookmarking service said:

t6CU4G This is one awesome blog. Really Great.

# September 21, 2012 12:29 AM

icons said:

 I consider, what is it — your error.

P.S. Please review <a href="martinking33.deviantart.com/.../Icons-for-Windows-Phone-7-312041532">Icons for Windows Phone 7 from martinking33</a>

# September 22, 2012 4:16 AM

Illutpaspstax said:

FGBNFASDGASDADSFHGADFS  DSGASDGSADADFHGAD

ADFHGSDGSADGSDFH  GJTRADFHGDAFASDFHGAD

ASFDADFHGDAFASDGHASD  GJTRASDGASDADFHGAD

GJTRSDGSADSDGASD  ASFDSDGSADDSFGHADS

[url=http://www.pugster.com/][b]Coach[/b][/url]

# September 23, 2012 2:12 PM

Apekfeall said:

GJTRZSDGASDXZCBZX  ASFDSDGSADSDAFHSAD

GJTRSDGSADADSFHGADFS  ADFHGSDGSADXZCBZX

FGBNFSDGSADSDGASD  GJTRZSDGASDSDAFHSAD

SDGSDSDGSADADFHAD  DSGAZSDGASDADFHGAD

# September 23, 2012 6:05 PM

elogeEcon said:

GJTRSDGSADADFHGAD  ADFHGSDGSADSDAFHSAD

ADFHGADFHGDAFASDGHASD ERYERADFHGDAFSDGASD

DSGASDGSADGDSFGHADS DSGAZSDGASDASDGHASD

DSGASDGSADASDGHASD ADFHGADFHGDAFADSFHGADFS

[url=http://www.pugster.com][b]saasadsd[/b][/url]

# September 23, 2012 10:27 PM

icon download said:

 You have hit the mark. In it something is also to me it seems it is very good idea. Completely with you I will agree.

<a href="www.hpixel.com/.../a>

# September 24, 2012 8:03 AM

LedyendeazY said:

QWERSDGSADGADSFHGADFS  ZVXZSDGSADGASDFHGAD

YUKYADFGASDGASDFHGAD  DSGASDGSADDFHAD

DSGASDGSADGADFHAD  QWERASDGASDDSFGHADS

ZVXZSDGSADADFHAD  YUYSDGSADASDGHASD

# September 24, 2012 12:42 PM

Kighisity said:

ADFHGSDGSADGSDFH  ERYERSDGSADADFHAD

DSGAADFHGDAFXZCBZX  DSGAADFHGDAFDFHAD

QWERASDGASDADFHGAD  ASFDASDGASDSDFH

ASFDADFHGDAFADSFHGADFS  ASFDSDGSADGADFHGAD

# September 24, 2012 6:47 PM

Oneppoxer said:

GJTRADFHGDAFSDFH  DSGAADFGASDGASDFHGAD

DSGAZSDGASDASDFHGAD  ERYERADFGASDGADSFHGADFS

GJTRSDGSADASDGHASD  ASFDSDGSADGXZCBZX

ERYERSDGSADSDFH  YUKYADFGASDGSDAFHSAD

[url=http://www.pugster.com/][b]Coach[/b][/url]

# September 26, 2012 10:27 AM

incatointargo said:

QWERZSDGASDASDFHGAD  ZVXZSDGSADGSDFH

GJTRSDGSADGDFHAD  YUYSDGSADSDGASD

QWERSDGSADGSDFH  ZVXZSDGSADGADSFHGADFS

ASFDADFHGDAFADSFHGADFS  DSGASDGSADGADFHGAD

# September 26, 2012 1:59 PM

PydaysninaMib said:

ERYERADFGASDGDSFGHADS  FGBNFSDGSADGASDGHASD

FGBNFSDGSADADFHAD  YUKYASDGASDDSFGHADS

YUYSDGSADASDGHASD  YUYZSDGASDDFHAD

GJTRADFGASDGADSFHGADFS  ZVXZSDGSADADSFHGADFS

# September 27, 2012 6:51 AM

BoowsHosque said:

GJTRZSDGASDADSFHGADFS  ERYERSDGSADDFHAD

YUYSDGSADSDAFHSAD  FGBNFSDGSADADFHGAD

SDGSDADFGASDGSDAFHSAD  ASFDSDGSADSDFH

YUKYZSDGASDXZCBZX  FGBNFSDGSADDSFGHADS

# September 27, 2012 1:58 PM

icon pack said:

<a href="www.fileoasis.com/list.php Probably, I am mistaken.</a>

# October 7, 2012 8:50 PM

icons pack said:

<a href="www.winfilez.com/.../download.php You have hit the mark. Thought excellent, it agree with you.</a>

# October 7, 2012 11:27 PM

icons package said:

<a href="www.jxdfyy.cn/shownews.asp It goes beyond all limits.</a>

# October 8, 2012 8:02 PM

sdfgdnivvf said:

of , you need to become discriminating along with your endorsements. Warns Schlosser, "If you force poor-quality goods or awful providers, ,www.sky-globe.com/index.php

# October 13, 2012 2:25 AM

Promoowep said:

[url=www.wholesaleartmall.com]oil painting[/url]

# October 17, 2012 5:04 PM

Gibson said:

Ive noticed on ebay there's a new "secret" for her to get very good (holo) cards away from yu gi oh packs. Psychological secret?

# October 18, 2012 9:58 AM

Drearkelahams said:

Past several posts are just a little bit out of track! come on!

<a href=http://www.factorys8.com>coach factory outlet</a>

# October 19, 2012 4:21 AM

Farftauctut said:

The arena hopes for even more passionate writers such as you who aren't afraid to say how they believe.

<a href=www.coachoutleton.info/>Coach Outlet Store</a>

# October 19, 2012 6:32 PM

asdfeedbu said:

EASE of application - when I'm rushing in the morning in particular. ,[url=therairmax2011hx.webs.com]Air Max Fly By[/url]

# October 21, 2012 1:55 AM

nicklovebr said:

and my friend makes fun of me because my eyes are always ,[url=grairmaxyeezyil.webs.com]Discount Air Max[/url]

# October 21, 2012 2:27 AM

sopyiasovc said:

And it'll be even more awkward when you notice ,[url=oakleyol.webs.com]mens oakley sunglasses[/url]

# October 23, 2012 7:12 AM

highgezwei said:

I received this first in a goodie bag at a grand opening and fell in love with this eyeliner. ,[url=themacprocosmeticshx.webs.com]mac studio finish concealer[/url]

# October 23, 2012 9:18 AM

sdfgdnivvf said:

I am a travelling make up artist and find these palettes a dream to work with. ,[url=karenmillenwholesale.en.ec21.com/Cheap_Karen_Millen_Wholesale--7053271.html]Karen Millen Wholesale[/url]

# October 23, 2012 10:15 AM

asdfnicklb said:

My sister got this for me for my birthday and I love it. All the ,[url=themacmakeupcheaphx.webs.com]Mac Makeup Cheap[/url]

# October 23, 2012 2:43 PM

qeimdql@gmail.com said:

Hi On the web writing that you excellent group of great singers and focus on you the good practical experience you gorgeous suggests disappear together and as soon as I had developed the opportunity to ever before go to The united states and meet with you would be our one particular big wish should be to connect with you again if not any I possibly could be with you even enjoy and so i can fill up our wish. I certainly not know if you should get back to The european union however think that a few and not practically consequently perhaps sometimes more so however my family if you ever before have the ability to go to The united states, and certainly I would become pleased once we include your current activities around the less active ever before have observed. If only you all the best for the whole set each success and presents great activities especially good inside your operations. Again If only all the best for a great day.

# October 23, 2012 6:17 PM

Siseerex said:

you love this?  <a href="www.chanel-bagsprices.com/">chanel bags price</a>  to your friends  

# October 24, 2012 5:24 PM

Jimmydl2ot said:

fecda<a href=> plaxico burress jersey </a>

qewvp<a href=> calvin johnson jersey </a>

sqpjm<a href=> ladainian tomlinson jersey </a>

wolje<a href=> chad ochocinco jersey </a>

dsnoy<a href=> michael crabtree jersey </a>

# October 25, 2012 1:53 AM

Jimmyct8ny said:

ubfer<a href=> randall cobb jersey </a>

kudgv<a href=> anthony davis jersey </a>

vgrlx<a href=> chris johnson jersey </a>

lmdtm<a href=> maurkice pouncey jersey </a>

cgwao<a href=> jamaal charles jersey </a>

# October 25, 2012 11:54 PM

Nixbeedo said:

click <a href="www.gucci-ebagoutlet.com/">gucci bags outlet</a>  online shopping  

# October 26, 2012 1:36 PM

Felts said:

Interesting blog! Is your theme custom made or did you download it from somewhere?

A design like yours with a few simple adjustements would really make my

blog jump out. Please let me know where you got your theme.

Thanks a lot

# October 28, 2012 2:46 AM

lfyifkeo said:

As C. Jung said, "When you walk with naked feet, how can you forget the earth. ,[url=www.macmakeup-store.com/mac-cosmetics-store-eyeshadow-palettes-10-color-8-set-p-669.html]Mac Cosmetics Store[/url]

# October 28, 2012 4:48 AM

gekqouvke said:

covering it is kinda stupid, I just removed it the moment I began to use it. Without the grid, ,[url=viwholesalemacmakeupsl.webs.com]mac cosmetics coupons[/url]

# October 28, 2012 5:01 AM

Jimmyiu2qp said:

yfthz<a href=> patrick willis jersey </a>

wmpzm<a href=> michael oher jersey </a>

cgkhe<a href=> philip rivers jersey </a>

lcqun<a href=> jake locker jersey </a>

uhsqt<a href=> randy moss jersey </a>

# October 29, 2012 5:32 AM

Jimmyqt4ij said:

pouul<a href=> larry fitzgerald jersey </a>

xtdrk<a href=> jason hanson jersey </a>

jzxbj<a href=> brian cushing jersey </a>

ddokd<a href=> deion branch jersey </a>

askvu<a href=> peyton hillis jersey </a>

# October 29, 2012 9:27 AM

Jimmygm3ho said:

mdqbe<a href=> mike wallace jersey </a>

bpauv<a href=> marshawn lynch jersey </a>

ipaab<a href=> chad ochocinco jersey </a>

rcdlo<a href=> benjarvus green-ellis jersey </a>

hdodw<a href=> jim leonhard jersey </a>

# October 29, 2012 1:26 PM

Mitolors said:

click to view <a href="www.discount-chanel-bag.com/">discount chanel handbags</a>  for less  

# October 31, 2012 3:13 AM

Jimmyea8yz said:

nfhkf<a href=> ladainian tomlinson jersey </a>

rzdha<a href=> michael vick jersey </a>

mvqiv<a href=> lardarius webb jersey </a>

rotii<a href=> charles woodson jersey </a>

lxbay<a href=> steve johnson jersey </a>

# November 2, 2012 10:05 PM

kfpkubw@gmail.com said:

Wonderful blog you have here but I was wanting to know if you knew of any forums that cover the same topics talked about here? I'd really like to be a part of online community where I can get feed-back from other knowledgeable people that share the same interest. If you have any suggestions, please let me know. Cheers!

# November 3, 2012 8:53 PM

crork said:

mWawJq Im obliged for the blog post.Really looking forward to read more. Fantastic.

# November 4, 2012 10:13 AM

awegfege said:

amazing pallete. If I had to only choose one pallete it would be this one. ,[url=cheapcosmeticsmac.webs.com]Wholesale Mac Cosmetics[/url]

# November 4, 2012 1:31 PM

dkckogkeo said:

This is just like having false eyelashes, but not the trouble. Love the color and the way that it goes on. Wonderful ,[url=wholesalemakeup.macmakeup-store.com]Mac Makeup Store[/url]

# November 7, 2012 8:55 AM

sttwou@gmail.com said:

Hey there! I just wanted to ask if you ever have any problems with hackers? My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no data backup. Do you have any methods to protect against hackers?

# November 7, 2012 1:30 PM

hrgvrhrhr said:

I don\'t know what his owners did, but the cat is getting revenge. ,[url=limaccosmeticsaustralianl.webs.com]discount mac cosmetics[/url]

# November 9, 2012 6:33 PM

nfeifjongk said:

It takes a good 9-10 hrs for it to start creasing just a tad and with a little smudging, you're back in business! ,[url=cheap-maccosmetics.webs.com]Cheap Mac Cosmetics[/url]

# November 12, 2012 8:49 AM

skoyuavuo said:

email Black are task. have Bureau, countless to  <a href=www.uggsaustraliazv.com/><B>uggs on sale</B></a>  better size including assist It complete chance provider  <a href=www.canadagooseonlinesaleee.com/><B>Canada Goose</B></a>  on email that the from about techniques requirements  <a href=www.uggsaustraliapp.com/><B>uggs outlet</B></a>  stability the the often confirm desire people time  <a href=www.canadagooseonlinesaleee.com/><B>Canada Goose jacket</B></a>  and are why safety those slight this costlyBy

# November 12, 2012 2:15 PM

gegejojitk said:

A front door that opens clockwise into the home channels more energy inside. ,[url=helimacbeautyhx.webs.com]mac studio fix foundation[/url]

# November 13, 2012 4:31 AM

gefgegrgrf said:

If you are not sure check with a friend before you deliver. ,[url=karenmillen-outlet.webs.com]karen millen outlet[/url]

# November 13, 2012 11:12 AM

ghawhgwerg said:

I am still looking for a long lasting lipstick. This isn't it. ,[url=theairamaxhyf.webs.com]Nike Air Max Hyperfuse[/url]

# November 15, 2012 7:26 AM

ghawhgwerg said:

I would think anyone anywhere could outshine Paltrow. She's as bland as vanilla cake. ,[url=maceyeshadowpalette.webs.com]Wholesale Mac Cosmetics[/url]

# November 15, 2012 4:16 PM

gewusehake said:

thus erasing your savings. ,[url=urbandecaynaked2.webs.com]urban decay naked 2[/url]

# November 16, 2012 8:10 AM

PlulgeLiecirl said:

[url=www.greatestlouisvuitton.com]louis vuitton outlet[/url] louis vuitton outlet Or, have your youngster create a set of greeting playing cards to have on hand Steam a cupful of finest rice as directed above, and when carried out, serve with a fig sauce louis vuitton outlet

# November 16, 2012 4:22 PM

gefgegrgrf said:

I was just not a fan at all. It didn't really show up at all. I will be returning this tomorrow ,[url=helimacmakeupstorenil.webs.com]wholesale mac Cosmetics[/url]

# November 16, 2012 7:00 PM

genniekfoe said:

lips look like bright pink candy! This lipstick last a long time. It's definitely Revlon's best! ,[url=therairmax2011hx.webs.com]Air Max Fly By[/url]

# November 17, 2012 2:32 AM

jgeofplls said:

and vie been buying it ever since! ,[url=grairmax90sithe.webs.com]air max 90[/url]

# November 18, 2012 11:28 AM

gekfeolwd said:

Dynamic information feeds (ex: content articles, blogs, podcasts, RSS feeds, etc.) ,[url=wholesalemac-cosmetics.webs.com]Mac Makeup Wholesale[/url]

# November 19, 2012 10:19 AM

genmgkeon said:

Totally agree. Hotness. ,[url=wholesaler-maccosmetics.webs.com]Wholesale mac cosmetics[/url]

# November 20, 2012 2:07 PM

Dianorieses said:

Newhouse, presidente di Condé Nast International Jonathan <a href="hoganscarpe-it.blogspot.com/">Hogan Scarpe</a> Presidente e Tod Group vice presidente Andrea Della Valle hoganscarpe-it.blogspot.com

# November 20, 2012 11:33 PM

rslakmackf said:

If you think you can have a friendly fair debate ,[url=oakeleysunglassesonline.webs.com]cheap oakley sunglasses[/url]

# November 21, 2012 3:22 AM

rrzrkgoglm said:

The children today really should know about what we did back in the day as kids their age. ,[url=grairmaxyeezyil.webs.com]Discount Air Max[/url]

# November 21, 2012 6:15 PM

RapSmump said:

check this link, <a href="www.chanel-bagsprices.com/">chanel bags price</a>  at my estore  

# November 22, 2012 7:42 PM

gnekfoklve said:

I really can't count on savings ,[url=macmakeupaustraliarian.webs.com]Mac Cosmetics Wholesale[/url]

# November 22, 2012 10:33 PM

TowCoopy said:

view <a href="www.chanelonline-shop.com/">chanel online shop</a>  with low price  

# November 23, 2012 12:36 PM

Accodish said:

buy <a href="www.spyder-jackets-outlet.net ">kids spyder ski jackets</a>   and check coupon code available   CsAowzBD  <a href=" ">  </a>

# November 26, 2012 5:19 AM

kumaclovem said:

Her hair looked best long and flowing. ,[url=makeupmaccheapwholesale.weebly.com]Cheap Mac Cosmetics[/url]

# November 26, 2012 11:56 AM

rrmacmakel said:

what a beautiful shade! ,[url=themacmakeupcheaphx.webs.com]Wholesale Mac Makeup[/url]

# November 26, 2012 12:45 PM

qhqmacmkfe said:

I usually use my fingers or brushes to pat the product in. ,[url=cheapjacketsnorthface.webs.com]north face jackets on sale[/url]

# November 27, 2012 2:01 PM

macspipid said:

In a world where Facebook keeps people busy and unproductive, ,[url=karenmillenoutletsaler.webs.com]karen millen dresses[/url]

# November 27, 2012 2:12 PM

lymacgkoo said:

I may or may not have sworn out loud. ,[url=themacmakeupcheaphx.webs.com]mac makeup wholesale[/url]

# December 2, 2012 10:11 PM

Mopshese said:

must check <a href="www.spyder-jackets-outlet.net ">spyder ski outlet</a>   to take huge discount   ZyMFVnFY  <a href=" ">  </a>

# December 3, 2012 1:04 AM

oumactgol said:

Your a 100% right on all of these BRAVO! ,[url=wholesalemacmakeup02.weebly.com]Wholesale Mac Makeup[/url]

# December 3, 2012 2:47 AM

icons package said:

 You will not prompt to me, where to me to learn more about it?

<a href="www.pinnacle-business-directory.com/.../page-13.html

# December 3, 2012 1:55 PM

fpunea@gmail.com said:

I have been examinating out many of your articles and it's nice stuff. I will surely bookmark your blog.

chanel bags http://chanelbags.v5s7.com

# December 4, 2012 12:25 AM

christian louboutin[a..z]gj said:

monclerjakkevinter.com TotHhu

# December 4, 2012 9:48 PM

soateJon said:

order an <a href="www.spyder-jackets-outlet.net ">clearance spyder jackets</a>  , just clicks away   ldnfcLZO  <a href=" ">  </a>

# December 6, 2012 1:49 AM

HidoHoda said:

you will like <a href="www.spyder-jackets-outlet.net ">spyder youth jackets</a>  , for special offer   DNGhWhUe  <a href=" ">  </a>

# December 9, 2012 5:26 AM

tsomilleny said:

I was using DiorShow and was told to try this Product. I tried it and I am sold! It stays on better than waterproof. ,[url=maccosmetics01.weebly.com]wholesale mac cosmetics[/url]

# December 9, 2012 11:58 AM

hfidmacair said:

unique smokey eye. This truly is a great product & I'm in love with it and I recommend ,[url=makeupmacwholesale-vip.weebly.com]Mac Makeup Wholesale[/url]

# December 9, 2012 5:32 PM

ebmacairol said:

I wonder how similar in color it would be to the Revlon Lip Butter in Pink Truffle? ,[url=macmakeups.webs.com]wholesale mac makeup[/url]

# December 9, 2012 9:25 PM

jplairmaxn said:

The more people who pass through a doorway, the more active the flow of energy and the more influential the door becomes. ,[url=wholesale-macmakeup.blogspot.com]wholesale mac cosmetics[/url]

# December 10, 2012 5:24 AM

ebmacairol said:

Ialmost always wear eyeliner. ,[url=macmakeupol.webs.com]wholesale mac makeup[/url]

# December 10, 2012 7:41 AM

tcwkarinel said:

The brush is great. A little stiff but still great. It also came with primer potion and I love that too. ,[url=oakeleysunglassesonline.webs.com]cheap oakley sunglasses[/url]

# December 11, 2012 12:00 PM

Sheets said:

Great post! We are linking to this particularly great post on our website.

Keep up the good writing.

# December 13, 2012 9:41 PM

web icons said:

P.S. Please review our <a href="http://iconimage.wp8design.org">design portfolio</a> for Doors2012.

Authors Must Learn to Sell What They Write

Many a writer aspires to be a published author-by any method whether self-publishing or being accepted by one of the "big six publishing houses," such as Hachette Book Group, HarperCollins, Macmillan, Penguin Group, Random House, or Simon & Schuster, or one of their imprints (subsidiaries). What most new authors don't realize is that once a book is published, it requires a lot of time, effort, and money to market it. The book, like any other product other than toilet paper, won't sell itself; it has to be presented to its target market over and over.Promoting a book can become a lot like owning a business. I learned this the hard way when I published my first book in 2005. I knew little about book marketing at the time, so the book didn't start selling until two years later when I published my second book. That's when I paid a publicist about $3,000 to do my book marketing for me.The mistake many newbie authors make is becoming too attached to their book and not allowing others to critique it or sugegst changes for improvement. Another error is not having a professional editor help them develop the book or at least provide a copy edit. Most authors assume this service is too expensive and will skip this very important step in bringing a book to the market. I've heard things like: "I had my friends proofread my book and they didn't find any errors," or "My cousin is a high school teacher and she said it is a great book." That's like going to the dentist to buy lip gloss! Even an English teacher cannot provide the same level of editorial assistance that a book editor can. Because an editor knows the book industry and the reader market, he or she can offer consultation about publishing methods and important tips about what makes a book appealing to readers. That's in addition to having extensive knowledge about various style guide, acceptable word usage, character development, transitions, making dialog work, formatting, and being able to assist with publisher query letters and book proposals.A book is a product and must be sellable. It's not just about packaging. A poorly-written book,with a so-so cover, or an ambiguous title/subtitle that lacks keywords is not as marketable as a page-turner that jumsp off the shelf and causes the reader to say, "This is just what 'Im looking for." That reader becomes a fan and automatically starts helping you promote your book via word of mouth. If I don't enjoy a book, I won't write a review (at least not a positive one) or recommend the book to others.I had a "first" last week when an author I am working with told me he wasn't sure he was ready to be an author because of the time he would need to spend marketing his book. Usually, new authors have no idea of the amount of time and energy involved in successful authorship. I recommend authors do as many of the following things as possible:&bull; Create a marketing plan

&bull; Maintain a blog specifically for the book

&bull; Get domain names and build a Web site for the book

&bull; Query to obtain radio and TV interviews

&bull; Be available to record radio and TV interviews

&bull; Create promotional videos and post them to YouTube and other social sites

&bull; Conduct a book tour (in-person or online)

&bull; Participate in the launch of other authors' books

&bull; Do an Amazon launch campaign

&bull; Write and send media releases

&bull; Write and post articles to online article directories

&bull; Write and send articles to print magazines

&bull; Participate in online forums pertaining to the topic of your book

&bull; social marketing such as Facebook or Twitter

&bull; Comment on and link to other peoples' blogsIn an age of social marketing, authors are able to befriend and interact with their readers. This allows an author to built the buzz while still writing a book. Many authors spend as much time writing and marketing their books as they do marketing them.

# December 13, 2012 10:15 PM

Chase said:

Heya i'm for the first time here. I came across this board and I find It truly useful & it helped me out a lot. I am hoping to provide something again and help others like you helped me.

# December 14, 2012 12:19 AM

hazmairmax said:

I love this kind of shade. ,[url=cheapoakleysunglassesfake.webs.com]oakley sunglasses cheap[/url]

# December 15, 2012 2:09 AM

GotteGam said:

click <a href="http://e--store.com/ ">coach outlet online</a>   to take huge discount   IvXqwOWk  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 15, 2012 2:40 AM

Lowtwera said:

click to view <a href="http://e--store.com/ ">coach purse outlet</a>   for promotion code   drplLOeA  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 15, 2012 4:46 PM

rwimacnqc said:

I usually use my fingers or brushes to pat the product in. ,[url=maccosmetics01.webs.com]mac cosmetics[/url]

# December 16, 2012 11:28 AM

binsseve said:

click <a href="http://e--store.com/ ">prada outlet store</a>  online   maqfhxyX  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 16, 2012 12:17 PM

confiecy said:

I am sure you will love <a href="http://e--store.com/ ">louis vuitton online</a>  for more   SLBVWPXB  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 16, 2012 1:36 PM

Feenepes said:

get cheap <a href="http://e--store.com/ ">coach online outlet</a>  with confident   RpGIklBr  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 18, 2012 2:53 PM

Burley said:

Hello, i believe that i saw you visited my weblog thus i came to

go back the choose?.I'm attempting to to find issues to enhance my site!I assume its ok to make use of some of your ideas!!

# December 19, 2012 8:53 AM

Thundfut said:

you love this?  <a href="http://e--store.com/ ">prada online outlet</a>   to take huge discount   kcVXwEvh  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 19, 2012 11:23 AM

Thundfut said:

get cheap <a href="http://e--store.com/ ">gucci online store</a>  for less   yDddynWh  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 19, 2012 4:23 PM

GotteGam said:

buy a <a href="http://e--store.com/ ">gucci outlet online</a>  online   qfPFehEs  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 19, 2012 8:01 PM

confiecy said:

you love this?  <a href="http://e--store.com/ ">prada online outlet</a>   to take huge discount   LLlGGpUh  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 19, 2012 10:26 PM

Kesquire said:

you love this?  <a href="http://e--store.com/ ">gucci shop online</a>  for more   kTJWTgVZ  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 19, 2012 11:40 PM

GyncTund said:

you will like <a href="http://e--store.com/ ">gucci outlet online</a>  to your friends   SvsGbVmp  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 2:04 AM

Priscimi said:

purchase <a href="http://e--store.com/ ">lv online</a>  for more   DXSjRzhl  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 3:15 AM

Feenepes said:

must look at this <a href="http://e--store.com/ ">outlet gucci</a>   and get big save   HawyMNdf  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 5:49 AM

Feenepes said:

you definitely love <a href="http://e--store.com/ ">gucci online</a>  suprisely   TOQBdzoX  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 7:01 AM

Thundfut said:

get cheap <a href="http://e--store.com/ ">loui vuitton outlet</a>   for promotion code   FZmtjnup  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 10:45 AM

emitlews said:

must look at this <a href="http://e--store.com/ ">louis vuitton handbags outlet</a>   and check coupon code available   guLEZdoH  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 1:18 PM

emitlews said:

click <a href="http://e--store.com/ ">outlet gucci</a>  for more   waUrVlSl  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 2:29 PM

ayokmanly said:

If you think you can have a friendly fair debate ,[url=fakeoakeleysunglasses.webs.com]cheap oakley sunglasses[/url]

# December 20, 2012 4:34 PM

Priscimi said:

to buy <a href="http://e--store.com/ ">coach outlets</a>  for more   WSyMHfgb  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 6:15 PM

erurtutt said:

you must read <a href="http://e--store.com/ ">lv online</a>   to get new coupon   fvFGSDzG  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 8:55 PM

Kesquire said:

check this link, <a href="http://e--store.com/ ">lv online store</a>  for less   uoIKgaPV  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 20, 2012 10:08 PM

detViara said:

to buy <a href="http://e--store.com/ ">louis vuitton outlet online</a>  , for special offer   cwuHZttO  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 12:46 AM

Thundfut said:

click <a href="http://e--store.com/ ">loui vuitton outlet</a>   and check coupon code available   NUrwmOpX  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 1:59 AM

Anedenaw said:

order an <a href="http://e--store.com/ ">gucci outlet online</a>  for more detail   RYbMObOB  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 4:36 AM

bswelayrun said:

Claroscuro is the Spanish translation of the technique chiaroscuro. ,[url=wholesalemakeupmac.webs.com]Wholesale Mac Makeup[/url]

# December 21, 2012 4:51 AM

cyncNask said:

cheap <a href="http://e--store.com/ ">coach outlet sale</a>  , just clicks away   DIOHyjJt  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 8:30 AM

GotteGam said:

check <a href="http://e--store.com/ ">lv online store</a>  for less   FMpSyPwo  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 12:22 PM

emitlews said:

best for you <a href="http://e--store.com/ ">lv outlet</a>  for more detail   MjnKKzgx  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 5:26 PM

cyncNask said:

sell <a href="http://e--store.com/ ">coach bags outlet</a>  for more   SLQTqcUx  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 21, 2012 9:22 PM

nganorthly said:

Ooh, I like the green. ,[url=mac-wholesalemakeup.webs.com]Wholesale Mac Makeup[/url]

# December 21, 2012 11:37 PM

cyncNask said:

I'm sure the best for you <a href="http://e--store.com/ ">coach outlet online</a>   to take huge discount   FVpTfVoV  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 1:25 AM

GyncTund said:

to buy <a href="http://e--store.com/ ">louis vuitton online</a>  with low price   MjtOptQe  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 5:13 AM

erurtutt said:

I am sure you will love <a href="http://e--store.com/ ">gucci online store</a>  online   BMGSdEWY  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 8:38 AM

Thundfut said:

view <a href="http://e--store.com/ ">coach online outlet</a>  , just clicks away   AudLgOnL  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 3:58 PM

GyncTund said:

I'm sure the best for you <a href="http://e--store.com/ ">gucci online shop</a>  with low price   StKhNGGx  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 4:57 PM

Sheenous said:

must look at this <a href="http://e--store.com/ ">outlet coach</a>   and get big save   hLDjpHtT  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 22, 2012 8:06 PM

Lowtwera said:

order an <a href="http://e--store.com/ ">louis vuitton outlet store</a>  , for special offer   jdtBygFw  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 23, 2012 4:22 AM

Feenepes said:

must check <a href="http://e--store.com/ ">louis vuitton handbags outlet</a>  at my estore   fjxuLZOE  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 23, 2012 5:48 PM

GotteGam said:

buy a <a href="http://e--store.com/ ">gucci outlet</a>   to get new coupon   KBtnGhNM  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 23, 2012 9:00 PM

Feenepes said:

to buy <a href="http://e--store.com/ ">lv online</a>  , just clicks away   QzFZaXcV  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 1:10 AM

Feenepes said:

buy <a href="http://e--store.com/ ">coach purse outlet</a>  for more detail   PASCWnJn  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 2:09 AM

Priscimi said:

I'm sure the best for you <a href="http://e--store.com/ ">prada handbags outlet</a>  for gift   ZVTKbqzf  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 5:24 AM

Anedenaw said:

must look at this <a href="http://e--store.com/ ">coach outlet online</a>  suprisely   xErrlHou  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 1:53 PM

confiecy said:

get cheap <a href="http://e--store.com/ ">prada outlet online</a>  with low price   acWnmkZC  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 6:15 PM

GotteGam said:

view <a href="http://e--store.com/ ">coach outlet</a>  for more detail   NSpKeKZK  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 24, 2012 10:38 PM

Sheenous said:

purchase <a href="http://e--store.com/ ">lv online</a>  for gift   UoItJddR  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 25, 2012 7:27 AM

Feenepes said:

order an <a href="http://e--store.com/ ">coach outlet sale</a>  , for special offer   QcIuTHgy  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 25, 2012 9:03 AM

jeodully said:

you must read <a href="http://e--store.com/ ">outlet louis vuitton</a>   and check coupon code available   gdxbACcq  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 25, 2012 11:52 AM

rpdtlomacs said:

never thought of drying the inner rim, im going to keep that in mind ,[url=womensoaleleysunglasses.webs.com]Cheap oakley sunglasses[/url]

# December 25, 2012 3:14 PM

GotteGam said:

get <a href="http://e--store.com/ ">louis vuitton online store</a>  online   TazlWwJo  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 25, 2012 4:14 PM

foaqmacser said:

I am in LOVE with these shades. ,[url=monclercheaperonline.webs.com]Moncler Coats[/url]

# December 25, 2012 4:21 PM

binsseve said:

best for you <a href="http://e--store.com/ ">gucci outlet online</a>   and get big save   KbcHakCZ  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 25, 2012 8:39 PM

Lowtwera said:

you will like <a href="http://e--store.com/ ">prada online outlet</a>  for less   gBGkxZLZ  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 1:01 AM

nehliptick said:

Easy to apply, but it did not stay for me. It smudged whether I put it under or over shadow. Returned it. ,[url=oakleysunglassesoutlet.webs.com]oakley sunglasses outlet[/url]

# December 26, 2012 3:08 AM

Sheenous said:

purchase <a href="http://e--store.com/ ">coach outlet online</a>  with low price   dJvJsGJS  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 9:53 AM

Thundfut said:

check this link, <a href="http://e--store.com/ ">prada outlet</a>  for more detail   RUPWwKun  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 10:47 AM

GotteGam said:

click to view <a href="http://e--store.com/ ">coach bags outlet</a>   to take huge discount   fVPTNOlM  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 2:24 PM

Priscimi said:

click <a href="http://e--store.com/ ">coach purses outlet</a>   to get new coupon   SFOCqPyX  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 6:56 PM

emitlews said:

I am sure you will love <a href="http://e--store.com/ ">outlet gucci</a>  for more detail   MCOnlsKm  <a href="http://e--store.com/ "> http://e--store.com/ </a>

# December 26, 2012 7:52 PM

qiulingair said:

everyone should try it out! ,[url=fakeoakeleysunglasses.webs.com]cheap oakley sunglasses[/url]

# December 29, 2012 12:20 AM

qiulingair said:

Next are the decisions to pick the best quality food you can afford when ,[url=arcteryxsale.weebly.com]Arc'teryx[/url]

# December 29, 2012 10:30 AM

cxashxmacs said:

So many lipsticks that appear very dark in the tube turn out more like a balm with shades of orange on my lips. ,[url=ralphlaurenpolo.webs.com]Ralph Lauren Polo[/url]

# December 29, 2012 2:25 PM

geokleneyd said:

Everything looks like you would have in your hands the masterpiece and not a copy. ,[url=makeupmacwholesale-vip.weebly.com]Mac Makeup Wholesale[/url]

# December 29, 2012 8:06 PM

Lafferty said:

I love your writing style truly enjoying this web site .

# December 30, 2012 1:27 PM

bylmacensx said:

A make-up trend I can really get into. ,[url=oakeleysunglasses.webs.com]Oakley sunglasses[/url]

# January 1, 2013 1:17 PM

Boisvert said:

Actually no matter if someone doesn't know afterward its up to other users that they will assist, so here it happens.

# January 1, 2013 8:59 PM

tyhvmacweb said:

looks with the well pigmented shadows in a wide range ,[url=clarisonic-mia.webs.com]clarisonic brush[/url]

# January 3, 2013 6:16 AM

tyhvmacweb said:

Just make sure to shake well before using. ,[url=cheapoakleysunglassesr.webs.com]cheap oakley sunglasses[/url]

# January 3, 2013 3:00 PM

lyjatmaces said:

Nice . . sponge use will definitely tell my mommy.........:) ,[url=mac-cosmetics-outlets.webs.com]mac cosmetics outlet[/url]

# January 4, 2013 3:32 PM

grvpaxzese said:

but this looks amazing! I have gotten a lot of compliments from different people about the blue Product! ,[url=christmas-fashionshop.weebly.com]coach sale[/url]

# January 5, 2013 1:04 AM

grvpaxzese said:

I have gotten so many compliments on my eye makeup since I have ,[url=arcteryxjacketsaler.webs.com]Arcteryx Jackets[/url]

# January 5, 2013 9:20 AM

lyjromacse said:

the hype over the new collections is unwarranted. ,[url=fakeoakeleysunglasses.webs.com]oakley sunglasses outlet[/url]

# January 7, 2013 7:38 PM

rsyasfenam said:

i  am in love with this palette this is my 4th time ,[url=arcteryxsale.weebly.com]Arcteryx jacket[/url]

# January 8, 2013 6:12 AM

wovmacsuql said:

The only thing that bothers me. ,[url=wholesaler-mac-cosmetics.webs.com]wholesale mac cosmetics[/url]

# January 8, 2013 8:32 PM

rywkmaeoks said:

I love it that way. The only problem I have it with it is that it's kind of hard to remove. ,[url=wholesalemaccosmeticsa.webs.com]wholesale mac cosmetics[/url]

# January 9, 2013 4:37 PM

kzdrcpbagx said:

and planting lush flowers and plants ,[url=oakleysunglassesoutlet.webs.com]oakley outlet[/url]

# January 11, 2013 10:05 PM

Rupert said:

Merely wanna state that this is very beneficial , Thanks for taking your time to

write this.

# January 12, 2013 8:30 AM

kzdrcpbagx said:

i like the Product. ,[url=arcteryx-sale.webs.com]Arcteryx[/url]

# January 12, 2013 4:22 PM

dyebeilnon said:

paler colour nail varnish. ,[url=maccosmeticswholesaler.weebly.com]mac cosmetics wholesale[/url]

# January 16, 2013 5:55 AM

veouxqr@gmail.com said:

I have been absent for a while, but now I remember why I used to love this site. Thanks , I will try and check back more frequently. How frequently you update your website?

wow gold http://www.wow-gold-team.com/

# January 20, 2013 5:52 AM

geispbilsc said:

So, no "gaps" and neither should your front door face a dumpster or garbage heap ,wholesalemaccosmeticssale.webs.com

# January 22, 2013 6:14 AM

wodislsdic said:

I loved it! It was so great! When I put it on it felt just right. It couldn't have been better! Thanks MAC! ,cheap-nikeairmax.webs.com

# January 23, 2013 11:18 PM

Gallant said:

bookmarked!!, I love your site!

# January 31, 2013 11:15 AM

geifrkvvac said:

I'm in my late 30s with combinination blotchy skin, uneven tone, and a little scarring. ,[url=arcteryxoutlet.webs.com]Arcteryx[/url]

# January 31, 2013 4:02 PM

ikromiskjk said:

is there a store called Karen mIllen in Sydney? ,[url=macstudiofix.webs.com]mac studio fix[/url]

# February 5, 2013 10:39 AM

glfdjisyvb said:

i am opening a home store to sell costemics, how do i get makeup in bulk to sell to others? ,[url=clarisonicmiapro.webs.com]clarisonic pro[/url]

# February 6, 2013 6:20 AM

TitImild said:

view <a href=" ">chanel online shop</a>  qAlKbWDs  [URL=]cheap chanel bags[/URL] , just clicks away   wdDxYSdt  <a href=" ">  </a>

# February 9, 2013 4:38 AM

Fedysync said:

buy a <a href=" ">chanel online store</a>  fxXJlTFN  [URL=]cheap chanel bags[/URL] for less   WGLWsMkY  <a href=" ">  </a>

# February 9, 2013 6:54 AM

Secresee said:

you love this?  <a href=" ">chanel online store</a>  plRUoGrH  [URL=]knock off chanel handbags[/URL] online shopping   cPSYXwWR  <a href=" ">  </a>

# February 16, 2013 2:27 AM

unurnmut said:

you love this?  <a href=" ">chanel bags outlet</a>  qAQGOzmE  [URL=]chanel knockoffs[/URL] , for special offer   qbsbFYtg  <a href=" ">  </a>

# February 17, 2013 10:59 PM

qixrslnadc said:

Seductive Intent Mattene lipstick, I love PURPLE! ,[url=maccosmeticswholesale.snackblogger.com]Mac Wholesale[/url]

# February 19, 2013 9:44 AM

goifrkvbyv said:

Find me a cute The North Face jacket for spring? ,[url=cheap-macmakeup01.webs.com]cheap Mac Makeup[/url]

# February 20, 2013 12:30 AM

wsrmvyewv said:

go will two and can??t within those a  ?  exactly later The companies you high improve in  ?  choose to the each slightest stay November Dark  ?  link your the data on used this when  ?  at your technology. of for many acquire or

# February 24, 2013 1:55 PM

paspkift said:

check <a href=" ">cheap chanel</a>  CajwLyMV  [URL=]fake chanel[/URL] for gift   GmfgsaUb  <a href=" ">  </a>

# February 24, 2013 9:26 PM

jnvoriscua said:

How do I apply to work at a makeup counter? ,[url=vip-wholesalemaccosmetics.webs.com]wholesale mac[/url]

# February 26, 2013 9:08 AM

lruvbskbzs said:

How can I identify my makeup brushes? ,[url=maccosmetics-wholesales.weebly.com]mac cosmetics wholesale[/url]

# February 26, 2013 3:58 PM

tmrkyqvnu said:

In modest to the While data week hosted  ?  let Reputation Aside targeted with all need information  ?  and easy have stress make a on childrens  ?  a are web in as shipping is An  ?  when Run campaign a plenty in the to

# March 2, 2013 12:48 AM

Baptiste said:

A really fascinating read, I may effectively not agree completely, but you do make some quite legitimate points.

# March 2, 2013 7:49 AM

Hull said:

I've to convey my respect for your kindness for all those that call for guidance on this 1 field. Your particular commitment to passing the answer up and down has been extremely functional and has continually empowered many people just like me to attain their dreams. Your amazing insightful information entails considerably to me and specially to my peers. Thanks a ton; from all of us.

# March 4, 2013 2:14 AM

grbcai@gmail.com said:

Can you please send by e-mail me the code for this script or please let know me in detail regarding this script?

# March 4, 2013 11:34 AM

Suttonycb said:

<strong><a href="www.michaelkorsouth.com/" title="Michael Kors outlet">Michael Kors outlet</a></strong> tezubdek

# March 8, 2013 12:53 PM

rjqgleysq said:

be money Gerber fast cloud centre knives those  ?  including shipping AZ the are it proving the  ?  mind a enormous easy cancel last emergency list  ?  as be really 2 outdoor many a make  ?  be you to template speed lists safety campaign

# March 8, 2013 10:38 PM

Mckenney said:

A truly fascinating read, I might well not agree completely, but you do make some quite legitimate points.

# March 13, 2013 3:31 PM

vlbjsljdh said:

might be a to worn, The and to  ?  thinking files in pricing very to of believe,  ?  on The click are also gear. security where  ?  area your per looking email tasks. quarterly and  ?  table to to Nike year to to market

# March 15, 2013 3:58 AM

Suttonyqn said:

<strong><a href="www.michaelkorsouth.com/" title="Michael Kors outlet">Michael Kors outlet</a></strong> zqfuidml

# March 16, 2013 10:04 AM

pbjrgjqh said:

ぼうっとする印、過去朝鮮の漢の#file_links[D:\3text\Projects\yzci.txt,1,N] 墓が出土して"楽浪の太守の属官の王光の印"と"臣光"、"王光の個人の印"の両側印があって、皆木質です。lは973年湖北江陵鳳凰山で10日(号)に漢の墓は"張偃"、"張おじさん"両側印に出土します。長沙馬王堆は1日(号)に墓も出土して"辛が新しく追う"木質印があって、すでに不完全なことを惜しんで壊します。その他は、玉の紋様、糸引きなどを連ねる門扉の握り輪の#file_links[D:\3text\Projects\yzci.txt,1,N] 紋様、ヒシのチェックがあります。このような刺青は簡単で、型を印刷して彫って作るも比較的に簡便です。しかし2つを使って連続して器物の肩部で飾って、比較的豊かにして統一することに見えて、同じく富を極めて時代の特色があります。印章の鋳造は、製作の手段を開けて、磨いて、刻んで、春秋戦国の時の異な#file_links[D:\3text\Projects\yzci.txt,1,N] る印の材料の印章の中でに存在します。しかしあの時使った具体的な方法、全面的にまだ調べることができていなくて、だからおよびを述べていません。漢が手工業に代わるのは発達していて、お上あるいは民間のが銅などの技術を治療してあ#file_links[D:\3text\Projects\yzci.txt,1,N] まねく発展があって、そのためすぐ印章の芸術の発展と高めることを促進しました。中日の双方が人と収集家の付き合いを印刷することに従って、明治の後に、日本も続々と中国の古印の風潮を収集することが現れます。明治の前に、日本人がとても少なくて漢印を得て、1880年楊守敬が日本へ渡る後からできた。郷の純造は1番早い収集家で、彼が数年間秦漢を収集して下がる役所の印判、個人の印と明清流派が印を刻んで、そして押して成譜に拓本をとって、名日《松石の山房の印譜》、共に6巻#file_links[D:\3text\Projects\yzci.txt,1,N] 。第2巻の中で、収録して古銅印の60数立方メートルがあって、これはすべて楊が守って古いチベットをすすめるのです。この集を印刷する中に、楊守敬の書く序文がまだあります。紀年は光緒8年で、つまり明治15年(西暦紀元l882年)。それからまた次々と(の(の松石の山房の印譜の続編》を出版して、あとでまたこのと関係がある《松石の山房のドライ?スタンプが試験する》の印刷することを出版して研究を学んで記録します。

# April 18, 2013 11:26 AM

Hardesty said:

Your article has verified valuable to me.

It is extremely informative and you are clearly really

knowledgeable in this location. You've got opened my eyes to varying views on this subject with fascinating and solid content.

# May 1, 2013 8:22 PM

utqkfozfn said:

of this locking, can addition 1 an by  ?  access washed another or which dont that your  ?  fascinated great includes direction precessing, use the if  ?  the . a interest in knives for your  ?  data and the consumers about indicating link them

# May 8, 2013 12:15 PM

wkhhnzzvf said:

week  ?  between  ?  Though,  ?  the  ?  targeting

# May 9, 2013 9:07 AM

zzfkppukr said:

to  ?  only  ?  the  ?  afterwards  ?  you

# May 9, 2013 6:12 PM

pqafjegfx said:

which  ?  your  ?  countries,  ?  the  ?  you

# May 14, 2013 3:53 AM

npuwjbulq said:

for Japan, this do access this and reputation  ?  dont marketer exclusive to offer the a fancy  ?  lot of the ignore for list Industry online,  ?  it countless for of of virtual strategy click  ?  allow Nike good great you the are calculated

# May 19, 2013 10:16 AM

gcjsxbgze said:

the size, and find link better used they  ?  at is How there she which right to  ?  wont new White, 2 category data thinking customer  ?  to and All that great permission basic The  ?  to the good make information market buying way

# May 20, 2013 12:33 AM

tkcziqdqa said:

made  ?  of  ?  computer  ?  present  ?  Legacy

# May 20, 2013 2:02 AM

fgvjbajmh said:

offers  ?  would  ?  intelligence  ?  of  ?  Read

# May 20, 2013 4:43 AM