
String.prototype.CutW = function (Cut_Length, Tail_String) {
	var l_WordLength = 0.00;
	var l_CuttingWord = '';
	var l_WordTail = ((typeof (Tail_String) == 'undefined') ? '..' : Tail_String);
	var l_CharCode = 0;
	for (var l_IDx = 0; l_IDx < this.length; l_IDx++) {
		l_CharCode = this.charCodeAt (l_IDx);
		if (l_CharCode > 128)
			l_WordLength += 1.4
		else if (l_CharCode >= 97 || l_CharCode <= 122)
			l_WordLength += 0.75;
		else if (l_CharCode >= 65 || l_CharCode <= 90)
			l_WordLength++;
		else
			l_WordLength += 0.8;
		if (l_WordLength > Cut_Length) {
			l_CuttingWord += l_WordTail;
			break;
		}
		l_CuttingWord += this.substr (l_IDx, 1);
	}
	return l_CuttingWord;
};
var ZoomInMain = [];
var ZoomIn_200 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201007/19/thumb_138_Á¶°¨µµ.jpg'
	, Title: '¿Ã¿©¸§ ÈÞ°¡? ¿©±â ¾î¶§¿ä'
	, Caption: '¿Ã¿©¸§ ÈÞ°¡? ¿©±â ¾î¶§¿ä'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=200'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_200);
var ZoomIn_198 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201007/15/thumb_138_1¸éÁ¶°¨µµ.jpg'
	, Title: 'ÀÎÃµ ¼Ûµµ»çÀÌ¾ð½ººô¸®Áö'
	, Caption: 'ÀÎÃµ ¼Ûµµ »çÀÌ¾ð½ººô¸®Áö'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=198'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_198);
var ZoomIn_197 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201007/12/thumb_138_ÇÑ¼ÖÁ¶°¨µµ(0).jpg'
	, Title: '°Å°¡´ë±³ ¼öÇýÁÖ ÇÑ¼Ö¤ýSTX'
	, Caption: '°Å°¡´ë±³ ¼öÇýÁÖ ÇÑ¼Ö¤ýSTX'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=197'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_197);
var ZoomIn_196 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201007/07/thumb_138_°í¾ç »ï¼Û1¸é ÇÏ´Ü.jpg'
	, Title: '\'°í¾ç»ï¼ÛÀÇ ²É\' ¿ì¸²ÇÊÀ¯'
	, Caption: '\'°í¾ç»ï¼ÛÀÇ ²É\' ¿ì¸²ÇÊÀ¯'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=196'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_196);
var ZoomIn_195 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201007/02/thumb_138_¾¾Å¬¶ó¿ìµå1.jpg'
	, Title: '\'²æ¸Ô°í ¾Ë¸Ô°í\' ¼öÀÍÇüÈ£ÅÚ'
	, Caption: '\'²æ¸Ô°í ¾Ë¸Ô°í\' ¼öÀÍÇüÈ£ÅÚ'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=195'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_195);
var ZoomIn_194 = {
	Photo: 'http://file.joinsland.com/www/NewsFlash/sale/201006/25/thumb_138_Àá½ÇÇª¸£Áö¿À2.jpg'
	, Title: 'Àá½ÇÇª¸£Áö¿À¿ùµå¸¶Å© ¾î¶§¿ä'
	, Caption: 'Àá½ÇÇª¸£Áö¿À¿ùµå¸¶Å©'
	, Link: 'http://bunyang.joinsland.com/zoomin/read.asp?id=194'
	, isMovie: 0
};
ZoomInMain.push (ZoomIn_194);
