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: "An Unusual Proclaim: Partial Classes", /* 1 comment */
            body:
"

When it comes to the myth behind the partial classes (came along with C# 2.0  -  also added to VB.NET, fix me if I am wrong), what usually said is: Partial classes are great if multiple number of developers need to be working on the same class, or It helps you to separate generated code [...]

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