This:
Code:
gallery3[0] = <table><tr><td><a href="get_portfolio_2.php?id=139" rel="lightbox[slide3]" caption="Visit Site - <a href=http://www.acaduka.com class=black target=_blank>www.acaduka.com</a>"><img src="get_portfolio.php?id=139" border="0" /></a><br />AAAA</td>;
and similar should be delimited (beginning and end) with single quote (') characters:
Code:
gallery3[0] = '<table><tr><td><a href="get_portfolio_2.php?id=139" rel="lightbox[slide3]" caption="Visit Site - <a href=http://www.acaduka.com class=black target=_blank>www.acaduka.com</a>"><img src="get_portfolio.php?id=139" border="0" /></a><br />AAAA</td>';
There could also be other problems.
Bookmarks