function bookmarksite(title, url){
	if (navigator.appName.indexOf('Microsoft')>=0) {
		window.external.AddFavorite(url, title);
	}
	else if (window.sidebar) {
		window.sidebar.addPanel(title, url, "");
	}
}
function PrintTip() {
	var a = Math.floor(Math.random() * 10);
	var s = '';
	switch(a) {
		case 0: s = 'If you buy 4 games (each $20) with 25% discount - you will have enough money to buy 5th absolutely free!';
		break;
		case 1: s = 'If game you are looking for not listed - simply fill form "Request Discount" and you will get answer in few days(if game available).';
		break;
		case 2: s = 'If you like our service - please tell about us to your friends via filling form "Tell to Friend".';
		break;
		case 3: s = 'Form "Tell to friend" has extended mode - just click on "show/hide extended form" and you will get it!';
		break;
		case 4: s = 'New (just released) games usually are not available - just wait for some time, and you will see it on our site.';
		break;
		case 5: s = 'Our search toolbar allows you find for discounted games from anywhere! (<a href="http://www.tengames.net/cheap/cheapgames.html" title="Learn more about search toolbar">get it now</a>)';
		break;
		case 6: s = 'You can request for our discounts simply from search toolbar from anywhere! (<a href="http://www.tengames.net/cheap/cheapgames.html" title="Learn more about search toolbar">get it now</a>)';
		break;
		case 7: s = 'You can view latest shareware games on our site from our toolbar anywhere! (<a href="http://www.tengames.net/cheap/cheapgames.html" title="Learn more about search toolbar">get it now</a>)';
		break;
		case 8: s = 'Game you looking for not listed on main page? Use our powerfull search or search toolbar (<a href="http://www.tengames.net/cheap/cheapgames.html" title="Learn more about search toolbar">get it now</a>).';
		break;
		case 9: s = 'Add our site to your favorites and you will never forget where you have bought games with great discounts.';
		break;
		case 10: s = '10 must no be shown';
		break;
		case 11: s = '11 must no be shown';
		break;
	}
	document.writeln(s);
}