//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
//---------------------------------------------------------------------------------------------------------
var slsContents = new Array();

//alert(region);
//alert('affid is' + affid);

slsContents[0] ="<table width='150' cellpadding='0' cellspacing='0'><tr><td align=center>" +
                 "<a href='http://click.dtiserv2.com/click" + clickid + "/9103044-103-" + affid + "' target='_blank'>" +
				 "<img src='http://dynamic.dtiserv.com/9103044/img/" + region + "/01.gif' border='0'></a>" +
                 "</td></tr></table>";
	
slsContents[1] ="<table width='150' cellpadding='0' cellspacing='0'><tr><td align=center>" +
                 "<a href='http://click.dtiserv2.com/click" + clickid + "/9103044-103-" + affid + "' target='_blank'>" +
				 "<img src='http://dynamic.dtiserv.com/9103044/img/" + region + "/02.gif' border='0'></a>" +
                 "</td></tr></table>";
	
slsContents[2] ="<table width='150' cellpadding='0' cellspacing='0'><tr><td align=center>" +
                 "<a href='http://click.dtiserv2.com/click" + clickid + "/9103044-103-" + affid + "' target='_blank'>" +
				 "<img src='http://dynamic.dtiserv.com/9103044/img/" + region + "/03.gif' border='0'></a>" +
                 "</td></tr></table>";
				 
slsContents[3] ="<table width='150' cellpadding='0' cellspacing='0'><tr><td align=center>" +
                 "<a href='http://click.dtiserv2.com/click" + clickid + "/9103044-103-" + affid + "' target='_blank'>" +
				 "<img src='http://dynamic.dtiserv.com/9103044/img/" + region + "/04.gif' border='0'></a>" +
                 "</td></tr></table>";

slsContents[4] ="<table width='150' cellpadding='0' cellspacing='0'><tr><td align=center>" +
                 "<a href='http://click.dtiserv2.com/click" + clickid + "/9103044-103-" + affid + "' target='_blank'>" +
				 "<img src='http://dynamic.dtiserv.com/9103044/img/" + region + "/05.gif' border='0'></a>" +
                 "</td></tr></table>";
			
			
			
			
		
		
			
		
	



