
// Append standard T&C message underneath all embedded videos

jQuery(document).ready(function()
{

	jQuery("div.post span.vvqbox").append('<div id="video_tcs">To purchase a broadcast quality version of this video, please click on the link below. You will need to provide a purchase order number, and payment can be made by bank transfer.</div><div id="back2search"><a href="/video">&laquo; Back to videos</a></div><div id="purchase-now"><a href="/purchase?clip='+window.location.pathname+'">Purchase This Clip &raquo;</a></div>');

	//jQuery("div.post span.vvqbox").css('background-color', 'pink').css('height', '220px');

	jQuery("div.type-post div.entry-content p").wrapAll('<div class="script-reader" />'); /*:not(':first')*/


});

