$(document).ready(function(){
	$('.vidLink').click(function(){
		var videoTitle = 'Main Street America Discusses Strategic Partnership with Innovation Group';
		var videoLink = '<iframe width="780" height="474" src="http://www.youtube.com/embed/hTwcAw3cw9M" frameborder="0" allowfullscreen></iframe>';
		
		var videoContent = //'<div class="formBoxTitle">'+videoTitle+'<\/div>'+
			'<div style="border:none; padding:0;">'+videoLink+'<\/div>';
		
		$.prompt(videoContent,{buttons:{}});
		
		$('.jqi').css('top','50px');
		return false;
	});
});
