// JavaScript Document



//START QUOTES
var textnumber = 5 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 

text[1] = "&quot;Send Out Cards are my new connection with business clients. I love this service, and the training was efficient and friendly. Great value! Thanks, Janice.&quot;<br> ~ April 4, 2009. <strong>Top qualities:</strong> Personable, Good Value, High Integrity &quot;<br> ~ Carol Martin, realtor <a href='http://www.realestateongabriola.ca/' target='_blank'>www.realestateongabriola.ca/</a>";

text[2] = "&quot;Janice is a creative and knowledgeable sales and marketing professional who uses her business acumen to further her clients' goals. Irrespective of your business sector, or whether you are a for-profit company or a not-for-profit association, Janice provides the services that enable you to deepen relations with your current market and ignite relations with your future market.&quot;<br> ~ January 7, 2009<br> ~ Patricia Lambert, Owner <a href='http://www.insight2success.com' target='_blank'>insight to success</a>";

text[3] = "&quot;I have worked with Janice on various projects and she has brought creative ideas and solutions to each one. As President of SWAN, I counted on her as Membership Coordinator, to have everything running smoothly from volunteers to the directory and now with The Connected Woman, I have contracted her services and she has brought that same initiative and work ethic to accomplish the task at hand. &quot;<br> ~ Cathy Kuzel, President <a href='http://www.theconnectedwoman.com' target='_blank'>The Connected Woman</a>";

text[4] = "&quot;Janice has in-depth knowledge of her product and has a great willingness to research benefits for specific issues. Her in-depth understanding of Network Marketing makes Janice a wonderful resource on this subject as well. &quot;<br> ~ Chelsea Bell  <a href='http://www.sleepsheep.ca' target='_blank'>www.sleepsheep.ca</a>";

text[5] = "&quot;Working with Janice and using her techniques to refresh our staff on customer service was real beneficial.  Her forthright approach and presentation was both informative and practical. Her professionalism, experience and knowledge were extremely noticeable in the training.&quot;<br> ~ Kevin Wong, Rennie Marketing Systems, Director of Operations <a href='http://www.rennie.com' target='_blank'>www.rennie.com</a>";

var mytext = text[rand1];
//END QUOTES


// JavaScript Document
// CSS Browser Selector   v0.2.5
// Documentation:         http://rafael.adm.br/css_browser_selector
// License:               http://creativecommons.org/licenses/by/2.5/
// Author:                Rafael Lima (http://rafael.adm.br)
// Contributors:          http://rafael.adm.br/css_browser_selector#contributors
var css_browser_selector = function() {
	var 
		ua=navigator.userAgent.toLowerCase(),
		is=function(t){ return ua.indexOf(t) != -1; },
		h=document.getElementsByTagName('html')[0],
		b=(!(/opera|webtv/i.test(ua))&&/msie (\d)/.test(ua))?('ie ie'+RegExp.$1):is('gecko/')? 'gecko':is('opera/9')?'opera opera9':/opera (\d)/.test(ua)?'opera opera'+RegExp.$1:is('konqueror')?'konqueror':is('applewebkit/')?'webkit safari':is('mozilla/')?'gecko':'',
		os=(is('x11')||is('linux'))?' linux':is('mac')?' mac':is('win')?' win':'';
	var c=b+os+' js';
	h.className += h.className?' '+c:c;
}();

