var blog = {
    author: "Burcu Dogan",
    author_dialects: ["Burcu Do\u011fan", "thejbf"],
    author_email: "burcu...@googlemail.com",
    author_representations: ["twitter", "google", "stumbleupon", "friendfeed", "stackoverflow"],
    posts: [
        {
	    title: "Probably I’m a “products person”", /* 2 comments */
            body:
"

It all started when I was younger, almost 15 years ago. As a rebellious child, I decided to publish my own newspaper to share my opinions about products I use daily. I wrote critics, future notes and reviews almost about everything — from plugs to kitchen tools. Reviewing was boring, but manufacturing was very costly, [...]

",
            tags: ["", ""]
	},
        {
	    title: "Why should developers blog?", /* 7 comments */
            body:
"

If I make an statistical study out of my friends and colleges who are developers, I can barely can say 10% of them are blogging. Is blogging a nightmare, a time waster, a cheap-seat show where bloggers act like significant people for them? I don’t know. I have one prediction: They don’t like writing. These [...]

",
            tags: ["", ""]
	},
    ],
    feed: "http://feeds.feedburner.com/burcudogan",
    copyright: "Writings and the JS object literal template is by Burcu Dogan."
};