var scrollerwidth="165px"
var scrollerheight="100px"
var scrollerspeed=1
var scrollercontent='<left>“Poonam has provided our company with the most exceptional service any one could ask for. Poonam has always been professional, courteous and incredibly talented at her field. We recommend her highly.”<br>  <a href="http://www.linkedin.com/profile?viewProfile=&key=32589621&authToken=orFc&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Tyler Orehek </a><br><br>"Poonam is an excellent SEO worker who know how to get the job done. TWO THUMBS UP for her!" I would not hesitate to recommend her services to anyone considering SEO, PPC, Social Media and an improvement to their site ranking..<br><a href="http://www.linkedin.com/profile?viewProfile=&key=20559778&authToken=X6wN&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Ronald Goldstein </a><br><br>“Poonam was punctual, professional, and extremely knowledgeable. Most importantly, she is charming and easy to work with. My consultation with her saved me days of research time and gave me some fresh ideas that have since paid off very well. I highly recommend Poonam to everyone who needs assistance with website SEO and analytics.”<br> <a href="http://www.linkedin.com/profile?viewProfile=&key=29708867&authToken=0_a3&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Michael Zumchak </a><br><br>“Poonam is very detailed, has very good follow through, is very knowledgable, and a caring SEO Consultant. I plan to use her services on a continuing basis.” <br> <a href="http://www.linkedin.com/profile?viewProfile=&key=59638740&authToken=NlUQ&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt">Harvey Rifkin </a><br><br>“Poonam is simply the best SEO specialist I have worked with. From the very first call the experience with her was excellent.Her service was well above and beyond what I had expected!! I have no hesitation recommending Poonam Bhatt to anyone who wants to build a serious SEO Campaign” <br><a href="http://www.linkedin.com/profile?viewProfile=&key=59615098&authToken=58zN&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Michael Discioarro </a><br><br>“Poonam is very dynamic and good decision maker, working with her was a good experience for me. Her Skills on SEO are marvelous.” <a href="http://www.linkedin.com/profile?viewProfile=&key=48391917&authToken=irac&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"><br> - Srikanth Boorela </a><br><br>“Poonam has assisted me with my Craigslist posting and my web site optimization. She does very thorough work. She is detail oriented and follows up with any requests made of her in a timely manner. I would highly recommend her services.&quot;<br><a href="http://www.linkedin.com/profile?viewProfile=&key=11509824&authToken=3Jw4&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Rob Sherman </a><br><br>“I worked with Poonam Bhatt while I was at Waterfront Media. She had an excellent understanding of search marketing and took time to teach me some advanced concepts and explain intricacies of Google search engine. Poonam is a team player and I would love to work with her again in the future.”<br><a href="http://www.linkedin.com/profile?viewProfile=&key=3288948&authToken=jOvC&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Barbara Sanchez </a><br><br>“Poonam is a very good SEO specialist with good communication skills &amp; search engine optimization skills. She has worked for good clients &amp; on good Projects. She will be a good resource to any company.”<br><a href="http://www.linkedin.com/profile?viewProfile=&key=13591537&authToken=kOqQ&authType=name&goback=%2Evpf_23258813_1_uKJU_name_pp_Poonam_Bhatt"> - Dinesh Kumar </a><left>'
var pauseit=1
scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

function populate(){
if (iedom){
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
cross_scroller.innerHTML=scrollercontent
actualheight=cross_scroller.offsetHeight
}
else if (document.layers){
ns_scroller=document.ns_scroller.document.ns_scroller2
ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",20)
}
window.onload=populate
function scrollscroller(){
if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
else
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
}
else if (document.layers){
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed
else
ns_scroller.top=parseInt(scrollerheight)+8
}
}
if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')
}
}
}
