function SearchText()
{            
    window.location="http://www.socialwavelength.com/intrasite_search.php?searchterm="+document.getElementById('search_box').value;

}

function rotateEvery(sec)
{
try
{
	var Quotation=new Array()
	// QUOTATIONS
	Quotation[0] = '<span  class="quote">"</span><span  class="quotetxt">Social Media is not just another marketing campaign. There has to be longer term commitment to engage your <br />customer base, with an idea to form relationships for mutual benefit.</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	Quotation[1] = '<span  class="quote">"</span><span  class="quotetxt">Social media is not a strategy. It\'s part and parcel of an approach to<br/> corporate communications and public relations.</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	Quotation[2] = '<span  class="quote">"</span><span  class="quotetxt">Social Media is not "just another marketing campaign". There has to be longer term commitment to engage your customer base,<br/> with an idea to form relationships for mutual benefit.</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	Quotation[3] = '<span  class="quote">"</span><span  class="quotetxt">Enough talk about the ROI from Social Media! While we keep worrying about the Return On Investment,<br/>  have we considered the other ROI - the Risk Of Inaction??</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	Quotation[4] = '<span  class="quote">"</span><span  class="quotetxt">Blogger, Wordpress, YouTube, DailyMotion, Twitter, Digg, Delicious, StumbleUpon, MySpace, Facebook, LinkedIn, Orkut.....<br/>there are tools and there are tools. Some may just be the flavor of the day. <br/> What is not a fad is people\'s participation in Social Media... that is here to stay.. and GROW.</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	Quotation[5] = '<span  class="quote">"</span><span  class="quotetxt">So you think YOUR customers are not engaging on Social Media? Sure, they may not have joined Facebook or Twitter, <br/>but do they read blogs? Do they see YouTube videos? Do they refer sites from Digg? Then, they ARE engaging. <br/>And if you are not present to engage with them, maybe your competitor will.. ?!</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';


	Quotation[6] = '<span  class="quote">"</span><span  class="quotetxt">The question about getting your business on to Social Media is not the "if"<br/> but the "when" - yesterday (are you already late), today (can\'t afford to wait anymore) <br/>or tomorrow (have some breathing time still)</span><span class="quote">"</span><span class="quotetxt">- Social Wavelength Wisdom Nugget </span>';

	//Quotation[7] = '<span  class="quote">"</span></span><span  class="quotetxt">You can add <b>as many</b> quotations <b>as you like</b>';


	var which = Math.round(Math.random()*(Quotation.length - 1));
        if(document.getElementById('textrotator')!=null)
	document.getElementById('textrotator').innerHTML = Quotation[which];
}
catch(ex)
{}
	//setTimeout('rotateEvery('+sec+')', sec*1000);
}
rotateEvery(1);
