// list of blogs and their IDs
//(12) Bethune on Book
//(13) Scott Feschuk
//(21) Savage Washingt
//(22) Potter Gold 
//(27) Keller's U
//(29) Jaime J. Weinma
//(30) Capital Diary: 
//(31) Radwanski 
//(33) The Taste Police 
//(43) Paul Wells 
//(44) Brian Johnson 
//(46) Daily Review
//(45) The Twins - Special to Macleans.ca
//(52) Conrad Black on Trial
//(49) Too Soon? Rebecca Addelman (Culture)
//(47) Recommended (Culture)
//(48) Kady O'Malley (National Affairs)
//(57) The Briefing
//(58) Megapundit (National Affairs)
//(59) NFL Feschuk
//(60) Rybak's rules
//(61) BizMac
//(62) The Commons
//(63) Andrew Coyne
//(64) Decision Time
//(45) John P.
//(65) Super Tuesday

// order of array is key to get the right blogger and pic all matching up, never change this
var iArray = new Array(12,13,21,22,27,29,30,33,43,44,52,53,54,45,47,48,57,58,59,60,61,62,63,64,65);
		// var iArray = new Array(12,13,21,22,27,29,30,31,33,43,44,45,46,52);

// fixed blogs on blog insert (all pages), remaining will be random
// if none leave as ""
var topBlogString = "|52|43|";

// order of blogs for central blog page (left, middle and right)

var leftBlogArray = new Array(52,57,43,30,21,22,48,58,61,62,63,45,65);
var centreBlogArray = new Array(13,29,44,12,33,47,59);
var rightBlogArray = new Array(27,53,54,60,64);


//var leftBlogArray = new Array(43,12,21,45);
//var centreBlogArray = new Array(52,22,44,29,27);
//var rightBlogArray = new Array(13,30,33);
	//var leftBlogArray = new Array(12,13,21,22,27);
	//var centreBlogArray = new Array(29,30,31,33);
	//var rightBlogArray = new Array(44,45,46);

