(function () {
$('#investment-spotlight3-view-details-offsite').click(function(){
$('#rwd-youtubePlayer-investment_spotlight_video2-modal').addClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg show").removeClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg");
});
$('#investment-spotlight2-view-details-offsite').click(function(){
$('#rwd-youtubePlayer-investment_spotlight_video1-modal').addClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg show").removeClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg");
});
$('#forex-trading-tall').click(function(){
$('#rwd-youtubePlayer-investment_spotlight_video1-modal').addClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg show").removeClass("modal fade rwd-modal rwd-modal-dialog rwd-modal-lg");
});
})();