	var st701_shops_corp = false;

var st701_shops_ad = new Array();


						
		st701_shops_ad[0] = new Array();
		st701_shops_ad[0]["type"] = "Product";
		st701_shops_ad[0]["title"] = "Dynamic Trader Workshop by Robert C. Miner";
		st701_shops_ad[0]["title_full"] = "Dynamic Trader Workshop by Robert C. Miner";
		st701_shops_ad[0]["link"] = "http://shops.st701.com/shops/view/235066";
		st701_shops_ad[0]["category"] = "Others";
		st701_shops_ad[0]["price"] = "N.A.";
		st701_shops_ad[0]["photo"] = "http://img.st701.com/ads/shops/2009/11/21/65d5730e5ad289893bf473f99915e204_t.jpg";
		st701_shops_ad[0]["type"] = "Product";
		st701_shops_ad[0]["publish"] = "2009-11-21 12:53:28";
		st701_shops_ad[0]["sold"] = "0";
		st701_shops_ad[0]["description"] = "Check out http://www.dynamictraders.com/education/dynamic-trading-multimedia-e-learning-workshop.html\n\nI have the w...";
					
		st701_shops_ad[1] = new Array();
		st701_shops_ad[1]["type"] = "Service";
		st701_shops_ad[1]["title"] = "GEORGE MARLAY SPENCER TUITION";
		st701_shops_ad[1]["title_full"] = "GEORGE MARLAY SPENCER TUITION";
		st701_shops_ad[1]["link"] = "http://shops.st701.com/shops/view/112915";
		st701_shops_ad[1]["category"] = "Youth Programs &amp; Courses";
		st701_shops_ad[1]["price"] = "S$ 100.00 per hour";
		st701_shops_ad[1]["photo"] = "http://img.st701.com/ads/shops/2009/02/03/78d07219332625692bf242b17a4fb604_t.jpg";
		st701_shops_ad[1]["type"] = "Service";
		st701_shops_ad[1]["publish"] = "2009-11-21 11:32:59";
		st701_shops_ad[1]["sold"] = "0";
		st701_shops_ad[1]["description"] = "Effective home tuition for advanced level students and adults  in the General Paper and Knowledge and Inquiry for Sin...";
					
		st701_shops_ad[2] = new Array();
		st701_shops_ad[2]["type"] = "Service";
		st701_shops_ad[2]["title"] = "TRIBAL STUDIOZ &#45; providing training in robotics";
		st701_shops_ad[2]["title_full"] = "TRIBAL STUDIOZ &#45; providing training in robotics";
		st701_shops_ad[2]["link"] = "http://shops.st701.com/shops/view/108993";
		st701_shops_ad[2]["category"] = "Upgrading / Self Improvement";
		st701_shops_ad[2]["price"] = "N.A.";
		st701_shops_ad[2]["photo"] = "http://shops.st701.com/img/no_photo/no_shops_t.gif";
		st701_shops_ad[2]["type"] = "Service";
		st701_shops_ad[2]["publish"] = "2009-11-21 11:18:35";
		st701_shops_ad[2]["sold"] = "0";
		st701_shops_ad[2]["description"] = "Tribal Studioz was established in 2001, delivering solely robotics trainings to the various educational institutions ...";
	
				
	// This is an example rendering, this is called only once during page load.
	function st701_shops_render() {
		if (st701_shops_ad) {
			document.writeln('<div class="st701_ad_column">');
			for (var i=0; i < st701_shops_ad.length; i++) {
				with(document) {
					writeln('<div class="st701_ad_column_box">');
						
										
					writeln('<div class="st701_ad_column_data1"><a target="_blank" href="' + st701_shops_ad[i]['link'] + '"><img src="' + st701_shops_ad[i]['photo'] + '" border="0" title="' + st701_escape_quote(st701_shops_ad[i]['title_full']) + '" /></a></div>');
					writeln('<div class="st701_ad_column_data2">' + st701_shops_ad[i]['category'] + '</div>');
					writeln('<div class="st701_ad_column_data3" title="' + st701_escape_quote(st701_shops_ad[i]['title_full']) + '">' + st701_shops_ad[i]['title'] + '</div>');
					
										
					writeln('</div>');
				}
			}
			document.writeln('</div>');
		}
	}
	
	function st701_escape_quote(s) {
		return s.replace(/\"/g, "&quot;");
	}
	
		
	function showPopup(n, s) {
		if (n == 1) {
			window.open(s, '', 'scrollbars=1,width=762,height=700,menubar=0,location=0');
			return false;
		} else {
			return true;
		}
	}
	
	st701_shops_render();
	