$(document).ready(function(){

	// run Google Analytics
	addGoogleStats();

	// go to preview if selected
	if($('#commentPreview')){
		$.scrollTo('#commentPreview');
	}
});