The bootylicious Beyonce came to town and performed to four sell-out shows at Vector Arena. Our Style File gents, Ricardo Simich and Andy Pickering, went down to snap some of the biggest, boldest fans they could find. Check out the colourful gallery below.
- www.nzherald.co.nz
');
}
if(arrData.parent_comment_id_2 > 0) {
strParent2 = $('
');
}
if(arrData.parent_comment_id_2 > 0) strParent1.prepend(strParent2);
blockQuotes.append(strParent1);
// insertion of ad
var the_first_part = '';
var the_last_part = '';
var arrString = published_comment.split("
");
if(arrString.length == 1){
the_first_part = published_comment;
the_last_part = '';
} else {
arrFirstParts = arrString.splice(0,arrString.length-1, 1);
the_first_part = arrFirstParts.join("
");
the_last_part = arrString;
}
if(intLoop == 3){
adIncrement ++;
adNum = comment_id;
}
var replyStr = '';
if(blnAcceptingComments){
replyStr = '';
}
// Build the actual comment
if(city != ""){
city = '('+city+')';
}
else{
city = '';
}
$('
').appendTo(commentsDisplay);
intLoop ++;
}
if(intLoop
").hide();
$p.append($div);
$.getJSON(reportFormURL, function(data){
$div.html(data);
$div.find('textarea').limit(1200, $div.find('.charCounter > span'));
$div.slideDown('slow');
});
} else {
// Toggle the existing form.
$p.find('.reportComment').slideToggle('slow');
}
};
function submitReportForm(id) {
var subFunc = function(id) {
var text = $('#comment'+id).find('').val();
$.jsonp({
url: thisDynamicDomain + '/comments/report-comment-form.cfm?callback=?',
data: {token:$.cookie('NZH_SESSIONTOKEN'), comment_id: id, reporttext: text},
type: 'get',
cache: false,
success:function(data){
var f = $('#comment'+id).find('.reportComment').slideUp('slow', function(){
f.html(data);
f.find('textarea').limit(1200, f.find('.charCounter > span'));
f.slideDown('slow');
});
}
});
};
if(comment_js_loaded) {
sessionWrapper(subFunc,id);
} else {
$.getScript(thisDynamicDomain + '/comments/comments.js',function(){
sessionWrapper(subFunc, id);
}, true);
}
};
// When document has loaded, initialize pagination and form
$(document).ready(function(){
// Bind some events to the ordering links.
$("#commentsOrdering li a").click(function(){
// Remove active from all.
$("#commentsOrdering li a").each(function(){
$(this).removeClass("active");
});
// Add active to this one.
$(this).addClass("active");
});
loadJSON();
});
// legacy JS, is it needed?
var comment_js_loaded = false;