$(document).ready(function() {
	$('.csc-frame-frame2').before('<div id="live">live</div>');
});

