Inside your messages where there's a single apostrophe ('), it needs to be backslashed (\') to not conflict with the same single apostrophe used by the script to surround each message. So in your case, messages 6 and 8 needs to be modified with the code in red:
Code:
scrollercontent[6]='This is the first time hearing about the magazine and i\'m looking forward to be an active participant here..would love to read your magazine.thanks for the free editorial:) - Brunda'
scrollercontent[7]='This is a very good initiative of yours. And I like the fact that you restrict the number of submissions by the same author. - Meera Sundararajan'
scrollercontent[8]='I\'m proud and thankful to be a part of WE! - Aathira Jim'
Bookmarks