OSRLogo
OSRLogoOSRLogoOSRLogo x OSR Custom Development Services
OSRLogo
x

Everything Windows Driver Development

x
x
x
GoToHomePage xLoginx
 
 

    Thu, 14 Mar 2019     118020 members

   Login
   Join


 
 
Contents
  Online Dump Analyzer
OSR Dev Blog
The NT Insider
The Basics
File Systems
Downloads
ListServer / Forum
  Express Links
  · The NT Insider Digital Edition - May-June 2016 Now Available!
  · Windows 8.1 Update: VS Express Now Supported
  · HCK Client install on Windows N versions
  · There's a WDFSTRING?
  · When CAN You Call WdfIoQueueP...ously

The WDK Speaks: Interview with Dagmar Shannon, WDK Documentation Manager

For a long time, the WDK documentation grew, adding new sections and documentation for new functions.  Until recently, in spite of this growth or perhaps because of it, the documentation didn't necessarily improve.  However, for the past year or two we've started to notice improvements in the WDK docs.  This caused us to wonder: What's changed?  More resources?  Different people?  Could it be that the documentation team is more focused on listening to the community?

To try to get to the bottom of these changes, and follow-up on several long-standing community requests, we sat down with WDK Documentation Manager Dagmar Shannon.  If there's something different going on with the WDK docs, she's certainly the one who can tell us what's up.

NT INSIDER: I know you're the "WDK Documentation Manager" -- What does that really mean?  What in the WDK are you responsible for?

DAGMAR: Well as you may well know I am counted in our financial spreadsheets as "Management overhead" and as such I don't produce very much! We have a great team of about 19 programming writers and 3 editors and we are all passionate about the over 20 technologies that we support. However, my duty is to see that we are a well-functioning team and that I make sure we reach our goals of providing documentation that our customers need to be able to build robust drivers: in other words, to provide documentation that is complete and accurate. We don't always reach that goal but we have been getting better.

You know our doc set includes documentation that is 10 to 15 years old in some places, and we can't always go back and clean up everything as we would like because we also have the duty to provide the reference pages and design guides for each new operating system that comes out. Having this dual pull of updating the old and providing the new that is a real challenge for us. For the Server 2008 release you may have noticed that we finally did a scrub of the old Kernel reference topics.  These were reworked by the doc team for completeness and reviewed by our Kernel developers for accuracy.

My particular passion is in the area of customer connection and listening to them. Since I started we have added the Wiki to our topics on MSDN, started to publish updates monthly on MSDN instead of quarterly, we have added the Debugger, Performance Analyzer Tool Kit (under Diagnostics) and WLK docs to MSDN, have the updated WDK docs available as downloads from WHDC monthly (http://www.microsoft.com/whdc/DevTools/WDK/WDKdocs.mspx) and we have had over 50,000 of this not so small download since we started last August. Not bad numbers. I think we really filled a need when we started that. Additionally we have made other improvements to the Server 2008/SP1 docs that I hope meet with the approval of our customers. These include completing the Index, adding subset filtering for search, and creating the Requirement Block in all new topics. Many of these improvements were based on customer feedback.

Anyway, I love my job and the team and our customers. Keep that feedback coming, I'm listening...

NT INSIDER: You mentioned that you're passionate about customer connections... Who do you envision your customers and target audience to be?  Or, are there many target audiences?

DAGMAR: We have basically 2 different target audiences. Our surveys tell us (yes, we listen, so please continue to fill them out) that about 50% of our customers are driver developers with 5 years or less experience. For them we need to make our documentation more task-based, define a roadmap and create entry points to our documentation so they know how to get started. The other 50% has 5 plus years of experience and we need to continue to provide them with architectural and conceptual overviews, point them to the great new improvements Microsoft made with the new driver models (particularly WDF), as well as acquaint them with the new tools we are providing for testing their drivers.

NT INSIDER: It seems to me that there are multiple ways to document "driver writing."  One way is that you can document key aspects of the O/S and I/O Subsystem architecture, and from that describe how drivers fit into the world.  Another is to provide a more "task based" approach: Give a series of steps for writing a particular type of driver.   Do the WDK docs adopt either of these approaches, or do they try to do something different?

DAGMAR:  It is important for driver developers to have both the architectural knowledge of how their driver fits into the OS and a task-based understanding of the steps needed to get a driver to work.  We strive to provide both types of information. Getting the balance right can be a challenge. I think that, in the past, we have neglected the task-based information that should help to guide driver writers through the development of a driver from start to finish. I'm encouraging our writers to provide a more task-based emphasis. But we also understand that our audience needs to understand how their driver fits into Windows, and how it interacts with other drivers and system components.

NT INSIDER: It's a hot topic in the community, and I've had so little fun with it I have to ask:  Why in the world did you guys change over from using HTML Help, which most of us in the community disliked but at least were used to... to Microsoft Document Explorer, which most of us in the community appear to loathe? 

DAGMAR: Well, Doc Explorer. You know that in Vista originally Help 2.0 (.chm format) was not going to be supported so we had to switch to the new .hsx format and its reader was Doc Explorer! But, we read the forums and we know that our customers are not fond of it to put it mildly, although every now and then some folks say it's not so bad. In response we have created the Subset Filtering feature in the Server 2008 docs. It allows the user to search only the technology area they are interested in and that should make search faster. If you haven't tried it you should; you may be pleasantly surprised! We also have full text search and you can type in any string and the full text search will find all occurrences, including the one you are looking for.

We have given much feedback to the group that owns Doc Explorer from the comments we found in the forums and have asked for changes and feature improvements, and I am happy to say that things are happening. We may be seeing the end of Doc Explorer in the not so distant future. Check out the video on Channel 9 for what's up with that. (See http://channel9.msdn.com/Showpost.aspx?postid=377501)

NT INSIDER: Speaking of Doc Explorer:  Several community members have commented that there's the ability to search community web sites (so called "Codezone community") for possible answers... but the sites are almost entirely .NET and C# related (my favorite is 4GuysFromRolla.com).  Why aren't there any sites relevant to the driver community (such as OSR Online, perhaps)?

DAGMAR: I believe that Doc Explorer was originally developed by the Visual Studio team and they optimized for VS and therefore you have the ability to search the Codezone community for what they were interested in, and not for the Driver community. Since there is no more active work being done on Doc Explorer there is no way we can still drive changes to it.

NT INSIDER: OK... so much for the whole Doc Explorer issue then.  I bet a lot of folks will be pleased to know it may be going away.

To a different question area entirely:  Members of the community sometimes ask "The WDK docs say we should do xyz, but community experts say I should do something different.  Is it OK for me do to something that's not specifically recommended in the WDK?"  I usually tell them it's OK, as long as there's nothing in the WDK that says not to do it, you know?  So, anyhow, my question is:  Do you intend the WDK Docs to be the definitive word on Windows driver design, explaining all the possible engineering options and trade-offs for each situation, or do you intend the WDK Docs to be more of a general guide to best practices for typical requirements? 

DAGMAR: I wish I could say the former, but it has to be the latter. We try to provide the best documentation for all users and to be able to think about and document all possible engineering option in the real world and each situation would go way beyond in scope of what we can realistically do.

NT INSIDER:  Right.  Good.  Of course, the Reference Manuals are another issue entirely.  Do you intend these to be the definitive reference on the functions they document?

DAGMAR: Yes, here we are more specific and we do document every function that appears in the header files we publish in the WDK. Or at least we try to. If you come across a function in the header files that's not documented, please let us know!  When we hear from our customers that items are missing or incorrect we try our utmost to get these fixed as quickly as possible and updated on MSDN.

NT INSIDER: For a long time, the driver development community has requested certain information be added to the Kernel Driver Reference Manual.  This information includes the O/S in which the function was first introduced, and a definitive list of error codes (or exception codes) that a function can return.  Has there been any progress in adding this material?

DAGMAR: Yes, we have made progress with supplying the OS version in which a function was first introduced. We have started to address the OS version in the new Requirements Block addition for all new reference pages for Windows Server 2008. For Windows 7 you will see an expanded Requirements Block and hopefully one that covers all ref page topics, including the Kernel. However, here we will not become "historical", in the sense that we will not say "made available in NT 3.1" but only go back as far as the OS that is still supported by Microsoft.

Regarding the definite list of error codes a function can return we doc most of the error codes for the most common situations, but we have no way of simulating every possible situation and documenting all the error codes that may come up. Again the scope here would be way beyond our capacity.

NT INSIDER: The community has long asked for code snippets to be included in the documentation like they are in the SDK.  Any progress on this?

DAGMAR:   We've already added some, you know, in the KMDF documentation.  And we've talked about adding more code snippets in future versions. I can't promise that we can make big improvements here for Windows 7 but will definitely make that a goal for Windows 8 or whatever it will be called officially. We hear you, and we are looking to include more snippets in the future.

NT INSIDER: Are you doing anything to get info into the Docs faster?  For example, when Windows XP was released it included some new functions and features, but the DDK Docs for those functions and features didn't appear in the RTM Windows XP DDK.   In fact, we had to wait for the next DDK/WDK release to get this information.  This lag, between OS being able and driver docs about the new O/S features being available, has in the past caused the community significant pain.

DAGMAR: Yes, we definitely are. I mentioned to you earlier that we always toggle between catching up with work items on already released versions of the OS, such as you mention here for XP, and working on the new functions for the to be released OS. For Win7 our highest priority will be to release the complete set of new functions in the ref topics as well as a description on how to use them in the design guide. Working on backlog items, while still important, will take second seat. We need to deliver, moving forward, completely on each new OS version.  And don't forget, as I said earlier, you don't have to wait for the next release to get updated WDK docs anymore.  We release updates on a monthly basis via the WHDC web site. (See http://www.microsoft.com/whdc/DevTools/WDK/WDKdocs.mspx)

NT INSIDER: One problem that I know I have when I download a new set of WDK docs, either as part of a newly released WDK or as a separate doc update, is that it's not clear to me what's changed from the last release (or two).  Have you given any thought to providing "change bars" or some other indication as to what's been updated in a given release (or since a given previous release)?

DAGMAR: Yes, we are discussing this in the team. I have brought that up more than once, but the devil is in the details. If we put a "new" icon on anything that has changed in the Table of Contents, for how long should we keep it there? When will it cease to be new? The best we have come up with is dating our topics (in addition to the built date that is currently shown) and you should be able to search by that date to find out when a topic has been added, been reworked or had fixes made to it. Would you and your readers think that that is a good idea?

This is especially important for MSDN (and WHDC downloads) because each month the updated doc set has roughly 50 to 60 fixes or changes (many of them customer reported). How will anyone know what has changed?

For the regular milestone releases of the docs, a great way to find out what's new is by reading the "New Information" section of the docs, but our survey results and our tracking on MSDN show us that few people do. You should always check out the "New Information" section.

NT INSIDER: Hmmmm... I think either dating the sections, or perhaps having some information that can be selectively displayed, such as dynamically putting change bars on content added after a selected major release (XP or later, S03 and later, Vista and later, etc) would be a good idea... if that's even possible in Doc Explorer.

What can you tell me about addressing the needs of our community members who do not natively speak English?  What accommodations are made for them?  I know you've started to do "automated translation" of some (or all?) of the WDK documentation, and several community members with whom I've discussed this have told me the results are pretty bad.   Is that what you're hearing too?

DAGMAR: You are referring to the MSDN pilot raw machine translation program that unfortunately ended Feb 28th 2008. Yes, as with all raw machine translations the result is not always optimal, but this new side-by-side format is really great. The user has the machine translation and the English version side by side with the same paragraph highlighted in each language. At least the user will always know where they are with regard to the English and if the translated text is not usable they can always fall back to the original English. That way they are no worse off than before when they had English only.

The feedback on the pilot showed that 56% of the people who answered the survey said that the side-by-side machine translation was better than English only (only 29% preferred English only). And the WDK was the 5th most viewed doc set out of 10. Given that some of the top 5 were just homepages in different languages I assume that we are among the top 3 doc sets viewed. I think that showed that there is real interest here and we are pursuing offering some form of machine translation in the side-by-side format later on this year. We are working with MSDN who is sponsoring this feature. In the meantime you can check out http://translator.live.com. It will translate any webpage in the side-by-side format dynamically, including our docs, topic by topic.   

NT INSIDER: Aside from the WDK Docs, what other methods are you using to get information to the driver development community?

DAGMAR: I'm glad you asked that. Just a couple months or so we started a new blog, where we do topics ranging from tips and tricks for Doc Explorer, to instruction on the use of the new doc features that are in the Server2008 docs, to writers sharing their favorite technology news with you. Additionally we will mention what types of changes we have made in each update of the MSDN and WHDC docs. Currently our blog post asks a question on a proposed addition of a Roadmap topic for the Win 7 docs and if you all think that this would be worthwhile for you to have. Check it out and give us feedback! (See http://blogs.msdn.com/wdkdocs/)

Additionally we post small articles on WHDC and sometimes work with you and the MVPs to try and get the word out. Do you have any other suggestions for us as to where our customers would like us to post?

NT INSIDER: While I have you here, I've got to ask: What does the "Send feedback on this topic" do?  You guys don't really read the email you get from this link, do you?  I mean... Even when I've clicked it and sent email, I don't think I've ever gotten back a real answer saying "OK, that's a bug, and it's fixed in version blah blah."  So, what gives?

DAGMAR: Well, we actually do send back an e-mail message to say, if you reported a bug, it will be fixed. We cannot always be so specific as to exactly when. But to show you that we do fix these customer reported bugs I challenge you and all your readers to check in the next update on MSDN (or WHDC) to see if your feedback, if actionable, got fixed. About 50% of feedback gets fixed within a month. The other half may take a little longer if it points out a problem that is not in our control, where we have a dependency on another team. But overall I would say that 90% of the feedback gets fixed within 3 months. If you find this not to be so, let me know!

Additionally we have other ways to get feedback from our customers. We track usage, such as page views and rating from MSDN. So please use the system to rate our topics. If you like what you see and find what you need, give us a good rating and a comment. Of course if you don't, tell us that too and rate the topic accordingly. We do look at that stuff. And, as I mentioned before, we do surveys and of course we have the feedback link on each page of our doc set. So we get quite a bit of feedback, but some feedback isn't actionable. If you say "great content" we won't know why it was great and we can't repeat what made it great.  If you say "this sucks" we don't know what it is and we can't correct it nor avoid it again in the next version. So if you give us feedback, please make it actionable. We love to hear from you and we listen, even if we cannot always respond as quickly as you and we'd like.

NT INSIDER: Dagmar, thanks very much for being so generous with your time.  I hope community members can look forward to seeing you at WinHEC this year.

DAGMAR: Thank you for giving me this opportunity to speak with you and through you to a wider audience. I have enjoyed it.  And yes, I hope to be at WinHec this year and to see you all there.

 

User Comments
Rate this article and give us feedback. Do you find anything missing? Share your opinion with the community!
Post Your Comment

"Re:caiyuan"
http://www.rolexwatchesforsale.us.com/, http://www.air-huaracheshoes.co.uk/, http://www.hogans.com.de/, http://www.salvatore-ferragamos.com/, http://www.cheap-raybansoutlet.com.co/, http://www.coachfactory.shop/, http://www.coachsoutletonline.in.net/, http://www.oakley-outlet.fr/, http://azcardinals.nflvstore.com/, http://www.asicsoutlet.net/, http://www.nfl-jersey.us.org/, http://www.michaelkors-bags.us.org/, http://www.raybans-outlet.com.co/, http://knicks.nba-jersey.com/, http://www.tracksuits.com.co/, http://jazz.nba-jersey.com/, http://www.adidas-shoesoutlet.com/, http://www.nike-store.com.de/, http://www.tommy-hilfigers.net.co/, http://www.jimmychoos-shoes.com/, http://www.barbours.us.com/, http://www.nike-airmaxnc.co.uk/, http://www.nike-airmax.com.co/, http://www.outletburberrybags.com/, http://www.iphonecases.net.co/, http://colts.nflvstore.com/, http://www.air-yeezys.com/, http://www.outlet-tommy-hilfiger.com/, http://www.softballbats-sale.com/, http://www.coach-outlet.store/, http://www.replica-handbags.com.co/, http://celtics.nba-jersey.com/, http://www.rolexwatch-outlet.com/, http://bears.nflvstore.com/, http://www.air-huarache-shoes.co.uk/, http://www.longchamps.com.co/, http://www.outlet-burberrybags.com/, http://www.chiflatironhair.us.com/, http://grizzlies.nba-jersey.com/, http://www.rosherun-shoes.us/, http://nuggets.nba-jersey.com/, http://pelicans.nba-jersey.com/, http://www.uhren-stores.de/, http://www.ok-em.com/, http://www.raybans-outlet.net.co/, http://www.roshe-runshoes.co.uk/, [b][/b], http://lions.nflvstore.com/, http://www.converseshoes-outlet.com/, http://76ers.nba-jersey.com/, http://www.nike-free-runs.com/, http://www.burberry-outlets.ca/, http://buccaneers.nflvstore.com/, http://www.marcjacobs-outlet.com/, http://www.crystals-swarovski.com/, http://www.nikeairmax-australia.com/, http://www.outlet-michaelkors.com/, http://www.cheap-michaelkors.com.co/, http://www.nike-mercurial.com/, http://rockets.nba-jersey.com/, http://www.australia-oakleysunglasses.com/, http://www.tommyhilfigers.de/, http://www.mcm-handbags.org/, http://www.airmax-90.com/, http://www.ralphs-laurenpolos.co.uk/, http://titans.nflvstore.com/, http://www.cheapnhljerseys.us.com/, http://www.thenorth-face.com.co/, http://www.raybans.org.es/, http://www.polosoutlet-store.com/, http://www.ralphlauren-au.com/, http://www.hollisterclothingcanada.ca/, http://panthers.nflvstore.com/, http://www.nike-shoesoutlet.com/, http://www.fitflopoutlet.com/, http://www.jackets-thenorthface.com/, http://www.airmax.com.se/, http://www.airmax2015.net/, http://www.supra-footwears.com/, http://patriots.nflvstore.com/, http://www.michael-kors-outlet.us.org/, http://www.nike-roshe-run.de/, http://www.birkenstocks.com.de/, http://www.cheap-jerseys.mex.com/, http://www.pandorajewellery.com.au/, http://www.ralphlaurens.com.de/, http://www.coach-outlets.net.co/, http://www.polo-ralph-lauren.de/, http://www.ferragamos.us.com/, http://www.mk-com.com/, http://www.michaelkors-ins.com/, http://www.jordan.com.de/,

Rating:
07-Aug-17, cellry HU


"Re:caiyuan"
http://www.rolexwatchesforsale.us.com/, http://www.air-huaracheshoes.co.uk/, http://www.hogans.com.de/, http://www.salvatore-ferragamos.com/, http://www.cheap-raybansoutlet.com.co/, http://www.coachfactory.shop/, http://www.coachsoutletonline.in.net/, http://www.oakley-outlet.fr/, http://azcardinals.nflvstore.com/, http://www.asicsoutlet.net/, http://www.nfl-jersey.us.org/, http://www.michaelkors-bags.us.org/, http://www.raybans-outlet.com.co/, http://knicks.nba-jersey.com/, http://www.tracksuits.com.co/, http://jazz.nba-jersey.com/, http://www.adidas-shoesoutlet.com/, http://www.nike-store.com.de/, http://www.tommy-hilfigers.net.co/, http://www.jimmychoos-shoes.com/, http://www.barbours.us.com/, http://www.nike-airmaxnc.co.uk/, http://www.nike-airmax.com.co/, http://www.outletburberrybags.com/, http://www.iphonecases.net.co/, http://colts.nflvstore.com/, http://www.air-yeezys.com/, http://www.outlet-tommy-hilfiger.com/, http://www.softballbats-sale.com/, http://www.coach-outlet.store/, http://www.replica-handbags.com.co/, http://celtics.nba-jersey.com/, http://www.rolexwatch-outlet.com/, http://bears.nflvstore.com/, http://www.air-huarache-shoes.co.uk/, http://www.longchamps.com.co/, http://www.outlet-burberrybags.com/, http://www.chiflatironhair.us.com/, http://grizzlies.nba-jersey.com/, http://www.rosherun-shoes.us/, http://nuggets.nba-jersey.com/, http://pelicans.nba-jersey.com/, http://www.uhren-stores.de/, http://www.ok-em.com/, http://www.raybans-outlet.net.co/, http://www.roshe-runshoes.co.uk/, [b][/b], http://lions.nflvstore.com/, http://www.converseshoes-outlet.com/, http://76ers.nba-jersey.com/, http://www.nike-free-runs.com/, http://www.burberry-outlets.ca/, http://buccaneers.nflvstore.com/, http://www.marcjacobs-outlet.com/, http://www.crystals-swarovski.com/, http://www.nikeairmax-australia.com/, http://www.outlet-michaelkors.com/, http://www.cheap-michaelkors.com.co/, http://www.nike-mercurial.com/, http://rockets.nba-jersey.com/, http://www.australia-oakleysunglasses.com/, http://www.tommyhilfigers.de/, http://www.mcm-handbags.org/, http://www.airmax-90.com/, http://www.ralphs-laurenpolos.co.uk/, http://titans.nflvstore.com/, http://www.cheapnhljerseys.us.com/, http://www.thenorth-face.com.co/, http://www.raybans.org.es/, http://www.polosoutlet-store.com/, http://www.ralphlauren-au.com/, http://www.hollisterclothingcanada.ca/, http://panthers.nflvstore.com/, http://www.nike-shoesoutlet.com/, http://www.fitflopoutlet.com/, http://www.jackets-thenorthface.com/, http://www.airmax.com.se/, http://www.airmax2015.net/, http://www.supra-footwears.com/, http://patriots.nflvstore.com/, http://www.michael-kors-outlet.us.org/, http://www.nike-roshe-run.de/, http://www.birkenstocks.com.de/, http://www.cheap-jerseys.mex.com/, http://www.pandorajewellery.com.au/, http://www.ralphlaurens.com.de/, http://www.coach-outlets.net.co/, http://www.polo-ralph-lauren.de/, http://www.ferragamos.us.com/, http://www.mk-com.com/, http://www.michaelkors-ins.com/, http://www.jordan.com.de/, http://www.michaelkorsoutlet.se/, http://www.raybans.com.de/, http://www.barbour.in.net/, http://www.nike-rosherun.com.es/, http://www.designer-handbags.vip/, http://www.clothes-outletstore.com/, http://www.cheap-mlbjerseys.us.com/, http://www.asicsoutlet.com.co/, http://www.nike-skos.com/, http://www.hollister-store.com.co.co/, http://www.beatsheadphone.in.net/, http://www.nhl-jerseys.net/, http://www.retrojordan-shoes.com/, http://www.co-aol.com/, http://www.nflvstore.com/, http://www.michaelkors.com.de/, http://www.prada-shoes.us.org/, http://www.hollisteronlineshop.com.de/, http://www.canada-michaelkors.ca/, http://www.michael-kors-outlet.org.uk/, http://pacers.nba-jersey.com/, http://raiders.nflvstore.com/, http://www.coachfactory.cc/, http://chiefs.nflvstore.com/, http://coach.euro-us.net/, http://www.michaelkorsoutlet.mex.com/, http://www.nikeair-max.es/, http://www.christian-louboutinshoes.co.uk/, http://www.polo-ralphlaurens.us.com/, http://www.nike-free-runs.de/, http://coachoutlet.euro-us.net/, http://www.beatsbydre.com.co/, http://www.nike-factory.com.co/, http://www.fidgetspinner.us.com/, http://www.australia-michaelkors.com/, http://www.coach-factoryoutlet.net.co/, http://www.cheap-jerseys.com.co/, http://www.ralph-laurenpolosoutlet.com/, http://www.nikeshoes-outlet.com/, http://www.supra-footwear.net/, http://www.bcbg-dresses.net/, http://www.nike-rosherun.co.nl/, http://www.thomas-sabos.com.de/, http://www.michael-kors.net.co/, http://www.christianlouboutinoutlet.net.co/, http://www.tommy-hilfigers.com.co/, http://www.mcm-handbags.com.co/, http://www.ray-bans.co.uk/, http://www.giuseppes-zanottishoes.com/, http://www.burberryonlineshop.de/, http://www.burberry-storevip.com/, http://www.northfacejackets.fr/, http://www.nike-free5.com/, http://www.coachoutlet-online.com.co/, http://www.babylisspros.com/, http://www.jewelrys-swarovski.com/, http://www.michael-korsbags.com.co/, http://www.airjordans-shoes.com/, http://www.kate-spadebags.com/, http://www.outletonline-ralphlauren.com/, http://www.soccershoes-outlet.com/, http://www.ferragamo.net.co/, http://www.zcoachoutlet.com/, http://www.raybanoutlet.ca/, http://www.dsquared2s.com/, http://www.woolrich-jackets.com/, http://www.new-balanceshoes.es/, http://www.nike-shoes.com.co/, http://thunder.nba-jersey.com/, http://www.mbt-outlet.com/, http://www.burberry-outlets.org.uk/, http://giants.nflvstore.com/, http://www.puma-shoes.de/, http://www.barboursjackets.com/, http://seahawks.nflvstore.com/, http://www.oakleys-outlets.net/, http://www.oakleys.com.de/, http://www.raybansbocco.it/, http://oakley.blackofriday.com/, http://www.tommy-hilfigers.de/, http://warriors.nba-jersey.com/, http://www.michaelkors.so/, http://www.mizuno-running.net/, http://www.the-northface.com.de/, http://www.adidas-shoes.nl/, http://texans.nflvstore.com/, http://www.philipp-pleins.com/, http://www.michael-korsoutletonline.com.co/, http://www.nike-outlet.us.org/, http://www.burberrybags.com.co/, http://www.chromeheart-outlet.com/, http://www.jimmychoo-shoes.com/, http://www.swarovski-online-shop.de/, http://www.swarovski-canada.ca/, http://www.pandora-jewelry.com.de/, http://www.nike-shoesoutlet.us.org/, http://www.ferragamos.co.uk/, http://www.horlogesrolexs.nl/, http://www.nike-shoes.co.nl/, http://www.oakley-outletonline.com.co/, http://heat.nba-jersey.com/, http://www.converse-schuhe.com.de/, http://suns.nba-jersey.com/, http://eagles.nflvstore.com/, http://www.longchamp-outlet.com.co/, http://www.airjordanshoes.com.co/, http://www.mlb-jerseys.us.com/, http://www.mcms-bags.com/, http://trailblazers.nba-jersey.com/, http://www.jordan-retros.com/, http://www.long-champhandbags.com/, http://raptors.nba-jersey.com/, [b][/b], http://www.burberrys-outletonline.com/, http://www.outlet-oakley.com/, http://www.outlet-pradas.com/, http://www.hermesbagsoutlet.com/, http://www.nike-shoes.com.se/, http://www.rolex-watches.us.com/, http://www.jeans-truereligion.com/, http://www.adidas-schuheonline.de/, http://www.the-northface.ca/, http://www.ray-bans.net.co/, http://www.tommyhilfigers.nl/, http://www.rolex-watchescanada.ca/, http://www.cheap-watches.in.net/, http://www.new-balanceshoes.com/, http://www.mcmbackpacks.com.co/, http://www.outlets-polo.com/, http://www.ralph-lauren-uk.co.uk/, http://www.ralphlauren-polos.com.co/, http://falcons.nflvstore.com/, http://www.marc-jacobs.us.com/, http://www.outelt-ralphlauren.co.uk/, http://www.long-champoutlet.com/, http://www.true-religions.com/, http://packers.nflvstore.com/, http://www.danskoshoes.in.net/, http://www.longchampbags.com.co/, http://www.rayban-sunglasses.fr/, http://www.jerseysfatory.com/, http://www.birkenstockshoes.com.de/, http://www.coachblackfriday.com/, http://www.bcbg-canada.ca/, http://timberwolves.nba-jersey.com/, http://www.nike-shoesoutlet.co.uk/, http://www.oakley-sunglassessale.com.co/, http://www.nikeshoes-canada.ca/, http://www.nike-maxshoes.fr/, http://www.giuseppezanotti.com.co/, [b][/b], http://www.outlet-true-religion.us.org/, http://www.givenchy.com.co/, http://www.michael-kors.cc/, http://www.ed-hardy.us.com/, http://www.coach-outletonline.ca/, http://www.adidas-shoes.ca/, http://www.oakley-sbocco.it/, http://www.cheappandora-charms.co.uk/, http://steelers.nflvstore.com/, http://www.iphone-cases.net/, http://www.outlet-mkors.com/, http://www.outlet-pumashoes.com/, http://www.longchampbags.vip/, http://longchamp.blackofriday.com/, http://www.barbours-factory.com/, http://www.rayban-sunglasses.co/, http://ravens.nflvstore.com/, http://www.katespades.com.co/, http://www.true-religionsoutlet.com/, http://www.christian-louboutin.jp.net/, http://www.soccers-shoes.us.com/, http://www.watches-omega.com/, http://www.timberlandboots-outlet.com/, http://www.michaelkors.co.nl/, http://www.the-northfaces.us.com/, http://www.converses-outlet.com/, http://clippers.nba-jersey.com/, http://www.dsquared2-outlet.com/, http://www.pandora-charmscanada.ca/, http://www.outlet-oakleys.com/, http://www.north-face.com.co/, http://www.instylers.us/, http://rayban.blackofriday.com/, http://www.hollister-clothings-store.com/, http://www.vans-shoes.co.uk/, http://kings.nba-jersey.com/, http://www.nikeshoes.de/, http://www.ralphs-laurenspolos.com/, http://www.raybans-outlet.cc/, http://saints.nflvstore.com/, http://www.airmax-shoes.com/, http://www.north-faces.org.uk/, http://www.oakley-sunglasses2017.net/, http://www.new-balance-schuhe.de/, http://spurs.nba-jersey.com/, http://www.nike-paschers.fr/, http://bengals.nflvstore.com/, http://www.oakleys.org.es/, http://www.juicy-coutureoutlet.com/, http://redskins.nflvstore.com/, http://www.outlet-pradahandbags.com/, http://www.hollister.com.se/, http://www.fred-perry.org.uk/, http://www.burberrys-bags.com/, http://www.montblancpences.com/, http://www.vibram-fivefingers.in.net/, http://www.nikefreerun-shoes.co.uk/, http://www.cheapshoes.net.co/, http://chargers.nflvstore.com/, http://www.cheapomegawatches.com/, http://www.michaelkors.mex.com/, http://www.raybans-sunglasses.net.co/, http://www.oakleys-online.in.net/, http://www.ralph-laurenpolos.co.uk/, http://www.adidas-store.net/, http://www.cheap-juicycouture.com/, http://wizards.nba-jersey.com/, http://www.outlet-pradabags.com/, http://www.jerseys-store.com/, http://www.christian-louboutin-shoes.com/, http://michaelkors.euro-us.net/, http://www.nike-store.in.net/, http://www.timberland-shoes.com.co/, http://www.hoganshoes.org.uk/, http://bulls.nba-jersey.com/, http://www.celinefactory.com/, http://www.valentino-shoesoutlet.us.com/, http://www.outlet-toryburchshoes.com/, http://www.polos-ralphlauren.com.co/, http://cowboys.nflvstore.com/, http://www.nikeairmax.com.de/, http://www.swarovski-australia.com.au/, http://www.the-northfacejackets.net.co/, http://www.north-faceoutletjacket.com/, http://www.oakley-frames.com/, http://www.raybans-glasses.com.co/, http://www.beatsbydrdrephone.com/, http://www.nikerosherun.com.co/, http://www.watches-rolex.co.uk/, http://www.pulseraspandora.com.es/, http://www.bottega-bags.com/, http://www.handbagsoutlet.in.net/, http://www.hermesoutlet.shop/, http://www.hoodies-store.com/, http://www.nike-airmaxs.fr/, http://www.laurenralphs-outlet.co.uk/, http://jaguars.nflvstore.com/, http://www.designer-handbagsoutlet.us.com/, http://www.cheap-jordans.com.co/, http://www.scarpe-hoganshoes.it/, http://www.nike-air-force.de/, http://www.ralph-lauren-polos.us.org/, http://broncos.nflvstore.com/, http://www.philipp-plein.com.co/, http://www.outlet-michaelkors.co.uk/, http://www.sunglasses-oakley.com/, http://www.hollister-clothings.us.com/, http://www.nba-jersey.com/, http://www.under-armouroutlet.com/, http://www.chiflatiron-hair.com/, http://www.michael-kors.com.es/, http://www.oakleys-sunglass.com.co/, http://49ers.nflvstore.com/, http://www.converse-shoes.net/, http://www.vansschuhe.com.de/, http://www.omegas-relojes.es/, http://hawks.nba-jersey.com/, http://www.air-maxschoenen.co.nl/, http://www.fredperrypolos.co.uk/, http://www.outlet-ralphlaurenpolo.com/, http://mavericks.nba-jersey.com/, http://www.basketballshoes.com.co/, http://www.christianlouboutin-shoes.ca/, http://www.burberrys-handbags.com/, http://www.nike-airmax.com.de/, http://www.kates-spade.com/, http://www.mcm-backpacks.com.co/, http://www.newbalance-canada.ca/, http://www.christian-louboutins.com/, http://www.long-champ.com.de/, http://www.adidasshoes.com.se/, http://bucks.nba-jersey.com/, http://www.swarovskis-sale.co.uk/, http://www.hermes-birkinoutlet.com/, http://www.adidassuper-star.de/, http://www.outlet-rayban.co.uk/, http://lakers.nba-jersey.com/, http://nets.nba-jersey.com/, http://www.hugo-boss.com.co/, http://www.cheap-baseballbats.us/, http://jets.nflvstore.com/, http://www.michaels-korsoutlet.com/, http://www.versace-outlet.com/, http://dolphins.nflvstore.com/, http://www.truereligions.net/, http://www.adidas-shoes.es/, http://www.outlet-toryburch.com/, http://www.tommyhilfigerca.ca/, http://magic.nba-jersey.com/, http://www.nike-huarache.co.nl/, http://www.michael-korsukpurse.co.uk/, http://www.nikefreeshoes-inc.co.uk/, http://www.outlet-eyeglasses.com/, http://www.salvatoreferragamo.us.com/, http://pistons.nba-jersey.com/, http://www.christian-louboutinshoesoutlet.com/, http://www.timberlandspaschere.fr/, http://www.outlet-true-religion.com/, http://rams.nflvstore.com/, http://www.fendi-outlet.in.net/, http://www.ralphlauren-canada.ca/, http://www.oakleys-sunglasses.com.co/, http://www.calvinkleinsoutlet.com/, http://www.salomonshoes.com.de/, http://cavaliers.nba-jersey.com/, http://www.outlet-ralphlaurens.com/, http://www.pandora-jewelry.top/, http://www.reeboks.com.de/, http://www.cheap-nike-shoes.com/, http://www.pradas.com.de/, http://www.oakleysunglasses-canada.ca/, http://www.birkenstockshoes.com.co/, http://www.armani-outlet.com/, http://www.bottega-venetasoutlet.com/, http://www.hollister-outlet.com/, http://www.thomassabos-jewelry.co.uk/, http://www.oakleys-sunglasses.mex.com/, http://www.raybans-cher.fr/, http://www.nba-shoes.com/, http://www.newoutletonlinemall.com/, http://bills.nflvstore.com/, http://www.ray-bansoutlet.com.co/, http://www.barbour-jackets.us.com/, http://www.montrespaschers.fr/, http://www.raybans-outlet.nl/, http://www.burberrysoutletstore.com/, http://www.coach-factory.com.co/, http://www.nikeair-max.ca/, http://www.eccoshoesoutlet.com/, http://www.nikeshoes.org.es/, http://www.oakleysoutlet.com.co/, http://www.burberry-bagsoutlet.co.uk/, http://www.timberland-boots.com.co/, http://www.beats-by-dre.com.co/, http://www.new-balanceoutlet.org/, http://browns.nflvstore.com/, http://www.levisjeansoutlet.com/, http://www.louboutinshoes.jp.net/, http://www.vansshoes-outlet.com/, http://www.soccershoes.us.com/, http://hornets.nba-jersey.com/, http://vikings.nflvstore.com/, http://www.lacosteoutlet.com.co/

Rating:
07-Aug-17, cellry HU


Post Your Comments.
Print this article.
Email this article.
bottom nav links