function getCurPage()
{
	var cur_page = '';
	url = window.location.toString();
	
	if (url.indexOf('index.html') != -1 || url=='http://seo-instructor.ru/' || url=='http://www.seo-instructor.ru/')
	{
		cur_page = '?button=1';	
	}	
	else if (url.indexOf('o-kursah.html') != -1)
	{
		cur_page = '?button=2';	
	}	
	else if (url.indexOf('effect.html') != -1)
	{
		cur_page = '?button=3';	
	}	
	else if (url.indexOf('articles.html') != -1)
	{
		cur_page = '?button=4';	
	}	
	else if (url.indexOf('faq.html') != -1)
	{
		cur_page = '?button=5';	
	}	
	else if (url.indexOf('contacts.html') != -1)
	{
		cur_page = '?button=6';	
	}		
	
	return cur_page;
}
