var RS = RS || function() {
	var questions = { "pro": "Dianne York-Goldman", "questions": [ { "title": "What skin care products do you recommend?", "nid": "10397", "url": "/question/what-skin-care-products-do-you-recommend#tip-10399" }, { "title": "What are the best color combinations for lips and eyes?", "nid": "10394", "url": "/question/what-best-color-combinations-lips-and-eyes#tip-10395" }, { "title": "Which concealer should I use?", "nid": "10390", "url": "/question/which-concealer-should-use#tip-10393" }, { "title": "People tell me I look older when I wear makeup.  How can I avoid this?", "nid": "10388", "url": "/question/people-tell-me-look-older-when-wear-makeup-how-can-avoid#tip-10389" }, { "title": "Should my eye shadow match my outfit?", "nid": "10386", "url": "/question/should-eye-shadow-match-outfit#tip-10387" }, { "title": "What\'s the best back acne treatment?", "nid": "10384", "url": "/question/how-can-get-rid-backne-or-back-acne#tip-10385" }, { "title": "What\'s the best way to get healthy skin?", "nid": "8629", "url": "/question/whats-quick-way-get-healthy-skin#tip-10383" }, { "title": "What are some fashion tips for women over 40?", "nid": "9527", "url": "/question/whats-best-fashion-women-over-40#tip-10382" }, { "title": "What hair care products do you recommend?", "nid": "10149", "url": "/question/what-hair-care-products-do-you-recommend#tip-10381" }, { "title": "What\'s the difference between mineral makeup and regular makeup?", "nid": "9619", "url": "/question/whats-difference-between-mineral-makeup-and-regular-makeup#tip-10380" } ], "link": "/professional/la-jolla-spa-md/dianne-york-goldman" };
	
	function parse_questions() {
		var domain = 'http://www.realself.com';
		var img_src = domain + '/widget_logo.png';
		var img_alt = 'RealSelf.com - Answers, tips, reviews for beauty, anti-aging skin care, cosmetic plastic surgery';
		
		
		var content = '<div>';
		var q;
		for (var i = 0; q = questions.questions[i]; i++) {
			content += '<p><a href="' + domain + q.url + '" target="_blank">' + q.title + '</a></p>';
		}
		content += '<div>';
		content += '<p><a href="' + domain + questions.link + '" target="_blank">All answers from ' + questions.pro + '</a></p>';
		content += '<a href="' + domain + '" target="_blank"><img src="' + img_src + '" alt="' + img_alt + '" style="border: none" /></a>';
		
		var cont = document.getElementById('rs_questions');
		cont.innerHTML = content;
		
		if (navigator.userAgent.match(/MSIE [5|6]/)) {
			var img = cont.getElementsByTagName('IMG')[0];
			img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + img.src + "', sizingMethod='image')";
			img.src = domain + '/themes/renewal/img/ie_fix.gif';
			img.parentNode.style.width = '121px';
			img.parentNode.style.height = '31px';
		}
	}
	
	function add_event(el, type, listener) {
		if (document.addEventListener) {
			el.addEventListener(type, listener, true);
		}
		else {
			el.attachEvent('on' + type, listener);
		}
	}
	
	add_event(window, 'load', parse_questions);
}();
