		/***************************************************
		* This script is Copyrighted!!!                    *
		* ==============================                   *
		* Do not use this script unless you have asked me  *
		* first and also have it approved!                 *
		* If approved, also leave the text as it is.       *
		*                                                  *
		* Copyright - Mattias Isene - www.evoliq.com        *
		***************************************************/

		var tableRow1 = "<tr><td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#eeeeee\">";
		var tableRow2 = "<tr><td width=\"9\" height=\"9\"><img src=\"design/frame_corner_ul.jpg\" width=\"9\" height=\"9\"></td>";
		var tableRow3 = "<td width=\"100%\" height=\"9\"><img src=\"design/frame_horisontal.jpg\" width=\"100%\" height=\"9\"></td>";
		var tableRow4 = "<td width=\"9\" height=\"9\"><img src=\"design/frame_corner_ur.jpg\" width=\"9\" height=\"9\"></td>";
		var tableRow5 = "</tr><tr><td width=\"9\" height=\"100%\"><img src=\"design/frame_vertical.jpg\" width=\"9\" height=\"100%\"></td>";
		var tableRow6 = "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
		var tableRow7 = "<tr><td bgcolor=\"#eeeeee\"><div align=\"center\"><font class=\"normal\">";
		
		var jointable1 = tableRow1 + tableRow2 + tableRow3 + tableRow4 + tableRow5 + tableRow6 + tableRow7;
		
		document.write(jointable1);
