// Google News Show
// Load it using all of the defaults.
var content = $('##news_show')[0];
var newsShow = new google.elements.NewsShow(content, {
"queryList" : [
{
"title" : "Google News",
"q" : '#escapeSingleQuotes(escapeMarkup(_q))#',
"rsz" : "large"
}
],
"format": "300x250"
});