<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Our Winning Circle - Boston Metro West Web Design &amp; Consultant Boston, MA SEO Web Marketing &amp; Consultant – Small Business Marketing for the Web Contact: Shari Bowen…. 508-251-1325</title>

<link rel="stylesheet" href="http://ourwinningcircle.net/wp-content/themes/SimplePress/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://ourwinningcircle.net/wp-content/themes/SimplePress/css/jquery.fancybox-1.2.6.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Our Winning Circle &#8211; Boston Metro West Web Design &amp; Consultant RSS Feed" href="http://ourwinningcircle.net/feed" />
<link rel="alternate" type="application/atom+xml" title="Our Winning Circle &#8211; Boston Metro West Web Design &amp; Consultant Atom Feed" href="http://ourwinningcircle.net/feed/atom" />
<link rel="pingback" href="http://ourwinningcircle.net/xmlrpc.php" />
		<link rel="stylesheet" href="http://ourwinningcircle.net/wp-content/themes/SimplePress/style-Red.css" type="text/css" media="screen" />
	<meta content="SimplePress v.2.0" name="generator"/><link rel='stylesheet' id='shortcodesStyleSheets-css'  href='http://ourwinningcircle.net/wp-content/themes/SimplePress/epanel/shortcodes/shortcodes.css?ver=3.1.2' type='text/css' media='all' />
<script type='text/javascript' src='http://ourwinningcircle.net/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://ourwinningcircle.net/wp-includes/js/swfobject.js?ver=2.2'></script>
<script type='text/javascript' src='http://ourwinningcircle.net/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
<script type='text/javascript' src='http://ourwinningcircle.net/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.1.3'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://ourwinningcircle.net/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://ourwinningcircle.net/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Our Winning Circle &#8211; Boston Metro West Web Design &amp; Consultant' href='http://ourwinningcircle.net' />
<meta name="generator" content="WordPress 3.1.2" />

<!-- All in One SEO Pack 1.6.13.2 by Michael Torbert of Semper Fi Web Designob_start_detected [-1,-1] -->
<meta name="description" content="Boston, MA SEO Web Marketing &amp; Consultant – Small Business Marketing for the Web Contact: Shari Bowen…. 508-251-1325" />
<meta name="keywords" content="Web Designer, Web Marketing and Search Engine Optimization (SEO), for the Boston, MA and surrounding metro west area" />
<link rel="canonical" href="http://ourwinningcircle.net/" />
<!-- /all in one seo pack -->

<!-- platinum seo pack 1.3.7 -->
<meta name="robots" content="index,follow,noodp,noydir" />
<link rel="canonical" href="http://ourwinningcircle.net/" />
<!-- /platinum one seo pack -->
<style type="text/css">
body { background-color: #ffffff; }
</style>
	<script type='text/javascript'>
	// <![CDATA[
	
		<!---- et_switcher plugin v2 ---->
		(function($)
		{
			$.fn.et_shortcodes_switcher = function(options)
			{
				var defaults =
				{
				   slides: '>div',
				   activeClass: 'active',
				   linksNav: '',
				   findParent: true, //use parent elements to define active states
				   lengthElement: 'li', //parent element, used only if findParent is set to true
				   useArrows: false,
				   arrowLeft: 'a#prev-arrow',
				   arrowRight: 'a#next-arrow',
				   auto: false,
				   autoSpeed: 5000,
				   slidePadding: '',
				   pauseOnHover: true,
				   fx: 'fade',
				   sliderType: ''
				};

				var options = $.extend(defaults, options);

				return this.each(function()
				{
									
					var slidesContainer = jQuery(this).parent().css('position','relative'),
						$slides = jQuery(this).css({'overflow':'hidden','position':'relative'}),
						$slide = $slides.find(options.slides).css({'opacity':'1','position':'absolute','top':'0px','left':'0px','display':'none'}),
						slidesNum = $slide.length,
						zIndex = slidesNum,
						currentPosition = 1,
						slideHeight = 0,
						$activeSlide,
						$nextSlide;
					
					if (options.fx === 'slide') {
						$slide.css({'opacity':'0','position':'absolute','top':'0px','left':'0px','display':'block'});
					} else {
						$slide.filter(':first').css({'display':'block'});
					}
					
					if (options.slidePadding != '') $slide.css('padding',options.slidePadding);
					
					$slide.each(function(){
						jQuery(this).css('z-index',zIndex).addClass('clearfix');
						if (options.fx === 'slide') zIndex--;
						
						slideH = jQuery(this).innerHeight();
						if (slideH > slideHeight) slideHeight = slideH;
					});
					$slides.css('height', slideHeight);
					$slides.css('width', $slides.width());
									
					var slideWidth = $slide.width(),
						slideOuterWidth = $slide.outerWidth();
					
					$slide.css('width',slideWidth);
					
					$slide.filter(':first').css('opacity','1');
					
					if (options.sliderType != '') {
						if (options.sliderType === 'images') {
							controllersHtml = '<div class="controllers-wrapper"><div class="controllers"><a href="#" class="left-arrow">Previous</a>';
							for ($i=1; $i<=slidesNum; $i++) {
								controllersHtml += '<a class="switch" href="#">'+$i+'</a>';
							}
							controllersHtml += '<a href="#" class="right-arrow">Next</a></div><div class="controllers-right"></div></div>';		
							$controllersWrap = jQuery(controllersHtml).prependTo($slides.parent());
							jQuery('.controllers-wrapper .controllers').css('width', 65 + 18*slidesNum);
						}
						
						var etimage_width = $slide.width();
			
						slidesContainer.css({'width':etimage_width});
						$slides.css({'width':etimage_width});
						
						if (options.sliderType === 'images') {
							slidesContainer.css({'height':$slide.height()});
							$slides.css({'height':$slide.height()});
							
							var controllers_width = $controllersWrap.width(),
							leftPosition = Math.round((etimage_width - controllers_width) / 2);
						
							$controllersWrap.css({left: leftPosition});
						}	
					}
					
					
					if (options.linksNav != '') {
						var linkSwitcher = jQuery(options.linksNav);
						
						var linkSwitcherTab = '';
						if (options.findParent) linkSwitcherTab = linkSwitcher.parent();
						else linkSwitcherTab = linkSwitcher;
						
						if (!linkSwitcherTab.filter('.active').length) linkSwitcherTab.filter(':first').addClass('active');
										
						linkSwitcher.click(function(){
							
							var targetElement;

							if (options.findParent) targetElement = jQuery(this).parent();
							else targetElement = jQuery(this);
							
							var orderNum = targetElement.prevAll(options.lengthElement).length+1;
							
							if (orderNum > currentPosition) gotoSlide(orderNum, 1);
							else gotoSlide(orderNum, -1); 
							
							return false;
						});
					}
					
					
					if (options.useArrows) {
						var $right_arrow = jQuery(options.arrowRight),
							$left_arrow = jQuery(options.arrowLeft);
											
						$right_arrow.click(function(){				
							if (currentPosition === slidesNum) 
								gotoSlide(1,1);
							else 
								gotoSlide(currentPosition+1),1;
							
							if (options.linksNav != '') changeTab();
													
							return false;
						});
						
						$left_arrow.click(function(){
							if (currentPosition === 1)
								gotoSlide(slidesNum,-1);
							else 
								gotoSlide(currentPosition-1,-1);
							
							if (options.linksNav != '') changeTab();
							
							return false;
						});
						
					}
					
									
					function changeTab(){
						if (linkSwitcherTab != '') { 
							linkSwitcherTab.siblings().removeClass('active');
							linkSwitcherTab.filter(':eq('+(currentPosition-1)+')').addClass('active');
						}
					}
					
					function gotoSlide(slideNumber,dir){
						if ($slide.filter(':animated').length) return;
					
						$slide.css('opacity','0');
																			
						$activeSlide = $slide.filter(':eq('+(currentPosition-1)+')').css('opacity','1');
										
						if (currentPosition === slideNumber) return;
										
						$nextSlide = $slide.filter(':eq('+(slideNumber-1)+')').css('opacity','1');
										
						if ((currentPosition > slideNumber || currentPosition === 1) && (dir === -1)) {
							if (options.fx === 'slide') slideBack(500);
							if (options.fx === 'fade') slideFade(500);
						} else {
							if (options.fx === 'slide') slideForward(500);
							if (options.fx === 'fade') slideFade(500);
						}
						
						currentPosition = $nextSlide.prevAll().length + 1;
						
						if (options.linksNav != '') changeTab();
						
						if (typeof interval != 'undefined' && options.auto) {
							clearInterval(interval);
							auto_rotate();
						}
											
						return false;
					}
					
					
					if (options.auto) {
						auto_rotate();
						var pauseSlider = false;
					}
					
					if (options.pauseOnHover) { 				
						slidesContainer.hover(function(){
							pauseSlider = true;
						},function(){
							pauseSlider = false;
						});
					}
					
					function auto_rotate(){
						
						interval = setInterval(function(){
							if (!pauseSlider) { 
								if (currentPosition === slidesNum) 
									gotoSlide(1,1);
								else 
									gotoSlide(currentPosition+1),1;
								
								if (options.linksNav != '') changeTab();
							}
						},options.autoSpeed);
						
					}
					
					function slideForward(speed){
						$nextSlide.css('left',slideOuterWidth+'px');
						$activeSlide.animate({left: '-'+slideOuterWidth},speed);
						$nextSlide.animate({left: 0},speed);
					}
					
					function slideBack(speed){
						$nextSlide.css('left','-'+slideOuterWidth+'px');
						$activeSlide.animate({left: slideOuterWidth},speed);
						$nextSlide.animate({left: 0},speed);
					}
					
					function slideFade(speed){					
						$activeSlide.css({zIndex: slidesNum}).fadeOut(700);
						$nextSlide.css({zIndex: (slidesNum+1)}).fadeIn(700);
					}
					
				});
			} 
		})(jQuery);
		<!---- end et_switcher plugin v2 ---->
		
		/////// Shortcodes Javascript ///////
		
		/// tooltip ///
		
		$et_tooltip = jQuery('.et-tooltip');
		
		$et_tooltip.live('mouseover mouseout', function(event){
			if (event.type == 'mouseover') {
				jQuery(this).find('.et-tooltip-box').animate({ opacity: 'show', bottom: '25px' }, 300);
			} else {
				jQuery(this).find('.et-tooltip-box').animate({ opacity: 'hide', bottom: '35px' }, 300);
			}
		});
		
		/// learn more ///
		
		$et_learn_more = jQuery('.et-learn-more .heading-more');
		
		$et_learn_more.live('click', function() {
			if ( jQuery(this).hasClass('open') ) 
				jQuery(this).removeClass('open');
			else 
				jQuery(this).addClass('open');
				
			jQuery(this).parent('.et-learn-more').find('.learn-more-content').animate({ opacity: 'toggle', height: 'toggle' }, 300);
		});
	
	// ]]>
	</script>
<link rel="shortcut icon" href="http://ourwinningcircle.net/wp-content/uploads/2010/11/favicon.ico" /><!-- Google Analytics Tracking by Google Analyticator 6.1.3: http://ronaldheft.com/code/analyticator/ -->
<script type="text/javascript">
	var analyticsFileTypes = ['mp3','pdf'];
	var analyticsEventTracking = 'enabled';
</script>
<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-8920224-1']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
</script>
<!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="http://ourwinningcircle.net/wp-content/themes/SimplePress/css/ie6style.css" />
    <script type="text/javascript" src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/DD_belatedPNG_0.0.8a-min.js"></script>
    <script type="text/javascript">DD_belatedPNG.fix('img#logo, .slider_image img, .banner, .banner .readmore, .wrap .image img, .thumb div .image img, div.avatar span.overlay');</script>
<![endif]--> 
<!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="http://ourwinningcircle.net/wp-content/themes/SimplePress/css/ie7style.css" />
<![endif]--> 
<script src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/fancybox.js" type="text/javascript"></script> 
<script src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/easing.js" type="text/javascript"></script> 
<script src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/cufon-yui.js" type="text/javascript"></script> 
<script src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/superfish.js" type="text/javascript"></script> 
</head>
<body>
<div class="wrapper">
  <a href="http://ourwinningcircle.net">	<img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/logo.png" alt="Logo" id="logo"/></a>
    
    <div id="navwrap">
        <span class="nav_top"></span>
		<ul id="menu-main" class="nav superfish"><li id="menu-item-24" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24"><a href="http://metrobostonweb.com">Boston Metro West Web Design</a></li>
<li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28"><a href="http://ourwinningcircle.net/contact">Contact Me</a></li>
<li id="menu-item-41" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41"><a href="http://metrobostonweb.com/free_webdesign_quote/index.php?sid=67485&amp;lang=en">Request For Proposal</a></li>
</ul>        
                <br class="clear" />
        <span class="nav_bottom"></span>
    </div><!-- #navwrap --> 	    
  <div id="featured">
   	<div id="slides">
    	        <div class="slide active">
            <div class="slider_image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=375&amp;w=954&amp;q=90&amp;zc=1);">
            <img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-overlay.png" alt="" />
            </div>
            <div class="banner">
            <h2>Sweepstakes, Ads &#038; Promos</h2>
            Sweepstakes, Ads &amp; Promos &#8211; internet marketing
Sweepstakes
Free Offers (Freebies)
Banner Ads
Logo&#8217;s
Squeeze Page
Lead Generator
Link Building
Article Writing
Can create for you:
Interactive marketing (e.g. online or mobile)



 Blogger outreach programs

 Branded Web games

 Corporate blog (s)

 Display ads on Web sites

 Display ads in social media

 Display ads in mobile...            <br class="clear" />
            <span><a href="http://ourwinningcircle.net/sweepstakes-ads-promos">read more</a></span>
            </div>
        </div><!-- .slide -->
                <div class="slide ">
            <div class="slider_image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=375&amp;w=954&amp;q=90&amp;zc=1);">
            <img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-overlay.png" alt="" />
            </div>
            <div class="banner">
            <h2>Branding Your Business Online</h2>
            All web sites and blogs have a certain brand image. The challenge is to create a brand identity online that will create an atmosphere of being user friendly, highly informative and memorable. Branding online for the non-profit agency can dramatically increase the non-profits success. A thorough, thoughtful and extremely well thought out plan implemented online will gather people together allowing...            <br class="clear" />
            <span><a href="http://ourwinningcircle.net/branding-your-business-online">read more</a></span>
            </div>
        </div><!-- .slide -->
                <div class="slide ">
            <div class="slider_image" style="background-image: url(http://ourwinningcircle.net/wp-content/uploads/2010/11/viral-marketing.jpg);">
            <img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-overlay.png" alt="" />
            </div>
            <div class="banner">
            <h2>Blogging 101 &#8211; Learn How To B...</h2>
            Your blog will be categorized based on its niche and the content it contains. It has become imperative these days for you to have a niche in order to succeed in the world of blogging. However, just as important as finding a niche that is not crowded is the need to engage your readers with a presentation style that in truly unique. Of course there are many successful bloggers in what has come to...            <br class="clear" />
            <span><a href="http://ourwinningcircle.net/blogging-101-learn-how-to-blog">read more</a></span>
            </div>
        </div><!-- .slide -->
                <div class="slide ">
            <div class="slider_image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=375&amp;w=954&amp;q=90&amp;zc=1);">
            <img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-overlay.png" alt="" />
            </div>
            <div class="banner">
            <h2>SEO and AD Management</h2>
            Search Engine Optimization
            <br class="clear" />
            <span><a href="http://ourwinningcircle.net/seo-and-ad-management">read more</a></span>
            </div>
        </div><!-- .slide -->
              </div><!-- #slides --> 
      <span class="slider_shadow"></span>
      <div id="switcher"> 
      	         	  <div class="item">
              <div class="wrap active">
               	  <span class="image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=83&amp;w=83&amp;q=90&amp;zc=1);"><img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-thumb-overlay.png" alt="" /></span>
                  <div class="hover">
                      <span>Sweepstakes, Ads &#038; Promos</span>
                      <br class="clear" />
                      Sweepstakes, Ads &amp; Promos &#8211; internet marketing
Sweepstakes
Free...                  </div>
              </div>
          </div>
                 	  <div class="item">
              <div class="wrap ">
               	  <span class="image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=83&amp;w=83&amp;q=90&amp;zc=1);"><img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-thumb-overlay.png" alt="" /></span>
                  <div class="hover">
                      <span>Branding Your Business Online</span>
                      <br class="clear" />
                      All web sites and blogs have a certain brand image. The challenge is to create...                  </div>
              </div>
          </div>
                 	  <div class="item">
              <div class="wrap ">
               	  <span class="image" style="background-image: url(http://ourwinningcircle.net/wp-content/uploads/2010/11/viral-marketing-83x83.jpg);"><img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-thumb-overlay.png" alt="" /></span>
                  <div class="hover">
                      <span>Blogging 101 &#8211; Learn How To B...</span>
                      <br class="clear" />
                      Your blog will be categorized based on its niche and the content it contains....                  </div>
              </div>
          </div>
                 	  <div class="item">
              <div class="wrap ">
               	  <span class="image" style="background-image: url(http://ourwinningcircle.net/wp-content/themes/SimplePress/timthumb.php?src=&amp;h=83&amp;w=83&amp;q=90&amp;zc=1);"><img src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/slider-thumb-overlay.png" alt="" /></span>
                  <div class="hover">
                      <span>SEO and AD Management</span>
                      <br class="clear" />
                      Search Engine Optimization
                  </div>
              </div>
          </div>
                </div><!-- #switcher --> 
    </div><!-- end #featured --> 		<div id="quote">
    	<div>
            PROVIDING THE BEST DESIGN SERVICES ON THE INTERNET            <br class="clear" />
          <span>we create amazingly beautiful designs at a price that is absolutely unbelieveable</span>
        </div>
    </div>
        </div><!-- .wrapper --> 
<div id="strip-top"></div>
<div id="strip">
  <div> Its time that you took your website to the next level.       <img class="arrow" src="http://ourwinningcircle.net/wp-content/themes/SimplePress/images/strip-arrow.png" alt="" />
  </div>
</div>
<div class="wrapper">
    <div id="blurbs">
				                <div >
            <span class="titles">SEO and AD Management</span>
            <p>Search Engine Optimization</p>
            <br class="clear" />
            <span class="readmore"><a href="http://ourwinningcircle.net/seo-and-ad-management">read more</a></span>
        </div>
        				                <div >
            <span class="titles">Branding Your Business Online</span>
            <p>All web sites and blogs have a certain brand image. The challenge is to create a brand identity online that will create an atmosphere of being user friendly, highly informative and memorable. Branding online for the non-profit agency can dramatically increase the non-profits success. A thorough, thoughtful and extremely well thought out plan implemented online will gather people together allowing the organization to save money, time and reach out to the community like never before. Here’s how.</p>
<p>(Coming Soon)</p>
            <br class="clear" />
            <span class="readmore"><a href="http://ourwinningcircle.net/branding-your-business-online">read more</a></span>
        </div>
        				                <div >
            <span class="titles">Sweepstakes, Ads &#038; Promos</span>
            <p>Sweepstakes, Ads &amp; Promos &#8211; internet marketing</p>
<p>Sweepstakes</p>
<p>Free Offers (Freebies)</p>
<p>Banner Ads</p>
<p>Logo&#8217;s</p>
<p>Squeeze Page</p>
<p>Lead Generator</p>
<p>Link Building</p>
<p>Article Writing</p>
<p>Can create for you:</p>
<h4>Interactive marketing (e.g. online or mobile)</h4>
<div>
<ul>
<li id="yui_3_1_1_1_1299508121315323">
<input id="yui_3_1_1_1_1299508121315322" name="Q1" type="checkbox" value="Blogger outreach programs" /> Blogger outreach programs</li>
<li>
<input name="Q1" type="checkbox" value="Branded Web games" /> Branded Web games</li>
<li id="yui_3_1_1_1_1299508121315330">
<input id="yui_3_1_1_1_1299508121315329" name="Q1" type="checkbox" value="Corporate blog (s)" /> Corporate blog (s)</li>
<li id="yui_3_1_1_1_1299508121315337">
<input id="yui_3_1_1_1_1299508121315336" name="Q1" type="checkbox" value="Display ads on Web sites" /> Display ads on Web sites</li>
<li id="yui_3_1_1_1_1299508121315344">
<input id="yui_3_1_1_1_1299508121315343" name="Q1" type="checkbox" value="Display ads in social media" /> Display ads in social media</li>
<li>
<input name="Q1" type="checkbox" value="Display ads in mobile content" /> Display ads in mobile content</li>
<li id="yui_3_1_1_1_1299508121315351">
<input id="yui_3_1_1_1_1299508121315350" name="Q1" type="checkbox" value="Display ads in third-party email" /> Display ads in third-party email</li>
<li id="yui_3_1_1_1_1299508121315358">
<input name="Q1" type="checkbox" value="Email newsletters" /> Email newsletters</li>
<li id="yui_3_1_1_1_1299508121315364">
<input id="yui_3_1_1_1_1299508121315363" name="Q1" type="checkbox" value="Email marketing" /> Email marketing</li>
<li>
<input name="Q1" type="checkbox" value="In-game advertising" /> In-game advertising</li>
<li id="yui_3_1_1_1_1299508121315371">
<input id="yui_3_1_1_1_1299508121315370" name="Q1" type="checkbox" value="Location-based / check-in promotions" /> Location-based / check-in promotions</li>
<li>
<input name="Q1" type="checkbox" value="Mobile coupons" /> Mobile coupons</li>
<li>
<input name="Q1" type="checkbox" value="Mobile text messaging" /> Mobile text messaging</li>
<li id="yui_3_1_1_1_1299508121315378">
<input id="yui_3_1_1_1_1299508121315377" name="Q1" type="checkbox" value="Online sweepstakes or contests" /> Online sweepstakes or contests</li>
<li id="yui_3_1_1_1_1299508121315385">
<input id="yui_3_1_1_1_1299508121315384" name="Q1" type="checkbox" value="Paid search ads" /> Paid search ads</li>
<li id="yui_3_1_1_1_1299508121315392">
<input id="yui_3_1_1_1_1299508121315391" name="Q1" type="checkbox" value="Podcasts" /> Podcasts</li>
<li id="yui_3_1_1_1_1299508121315399">
<input id="yui_3_1_1_1_1299508121315398" name="Q1" type="checkbox" value="Printable online coupons" /> Printable online coupons</li>
<li id="yui_3_1_1_1_1299508121315406">
<input id="yui_3_1_1_1_1299508121315405" name="Q1" type="checkbox" value="RSS feeds" /> RSS feeds</li>
<li>
<input name="Q1" type="checkbox" value="Scripted Web video (e.g. Webisodes)" /> Scripted Web video (e.g. Webisodes)</li>
<li id="yui_3_1_1_1_1299508121315413">
<input id="yui_3_1_1_1_1299508121315412" name="Q1" type="checkbox" value="Search engine optimization" /> Search engine optimization</li>
<li>
<input name="Q1" type="checkbox" value="Social coupons (Groupon, LivingSocial, etc)" /> Social coupons (Groupon, LivingSocial, etc)</li>
<li id="yui_3_1_1_1_1299508121315420">
<input id="yui_3_1_1_1_1299508121315419" name="Q1" type="checkbox" value="Social media (on-site communities)" /> Social media (on-site communities)</li>
<li id="yui_3_1_1_1_1299508121315427">
<input name="Q1" type="checkbox" value="Social media (off-site, e.g. Facebook, LinkedIn, YouTube)" /> Social media (off-site, e.g. Facebook, LinkedIn, YouTube)</li>
<li id="yui_3_1_1_1_1299508121315433">
<input id="yui_3_1_1_1_1299508121315432" name="Q1" type="checkbox" value="Sponsorship of third-party apps (Web or mobile)" /> Sponsorship of third-party apps (Web or mobile)</li>
<li>
<input name="Q1" type="checkbox" value="Sponsorship of third-party Web content" /> Sponsorship of third-party Web content</li>
<li id="yui_3_1_1_1_1299508121315444">
<input name="Q1" type="checkbox" value="Twitter updates" /> Twitter updates</li>
<li id="yui_3_1_1_1_1299508121315450">
<input id="yui_3_1_1_1_1299508121315449" name="Q1" type="checkbox" value="User-generated product reviews or ratings" /> User-generated product reviews or ratings</li>
<li id="yui_3_1_1_1_1299508121315457">
<input id="yui_3_1_1_1_1299508121315456" name="Q1" type="checkbox" value="Video ads" /> Video ads</li>
<li id="yui_3_1_1_1_1299508121315464">
<input id="yui_3_1_1_1_1299508121315463" name="Q1" type="checkbox" value="Viral or word of mouth campaigns" /> Viral or word of mouth campaigns</li>
<li>
<input name="Q1" type="checkbox" value="Webinars" /> Webinars</li>
<li id="yui_3_1_1_1_1299508121315471">
<input name="Q1" type="checkbox" value="Widgets or social apps" /> Widgets or social apps</li>
</ul>
</div>
            <br class="clear" />
            <span class="readmore"><a href="http://ourwinningcircle.net/sweepstakes-ads-promos">read more</a></span>
        </div>
        		
        <br class="clear" />
    </div>
    <span class="blurbs_shadow"></span>
</div>
<br class="clear" />
<div id="footer">
	</div>
<script src="http://ourwinningcircle.net/wp-content/themes/SimplePress/js/colaborate_thin.js" type="text/javascript"></script> 
<script type="text/javascript"> 
//<![CDATA[
	jQuery.noConflict();
	
	Cufon.replace('h1')('h2',{textShadow:'1px 1px 0px #fff'})('h3',{textShadow:'1px 1px 0px #fff'})('#quote div span',{textShadow:'1px 1px 0px #fff'})('#blurbs div span.titles')('h5')('.hover span',{textShadow:'1px 1px 0px #fff'})('.fn',{textShadow:'1px 1px 0px #fff'});
	
	jQuery('ul.superfish').superfish({ 
		delay:       200,                            // one second delay on mouseout 
		animation:   {'marginLeft':'0px',opacity:'show'},  // fade-in and slide-down animation 
		speed:       'fast',                          // faster animation speed
		onBeforeShow: function(){ this.css('marginLeft','20px'); }, 			
		autoArrows:  true,                           // disable generation of arrow mark-up 
		dropShadows: false                            // disable drop shadows 
	});
	
		
	jQuery("a.lightbox").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	
	jQuery('.gallery_item .thumb').hover(function() {
		jQuery(this).children('.readmore').animate({opacity:'show', 'top':'170px'}, "fast");
	}, function() {
		jQuery(this).children('.readmore').animate({opacity:'hide', 'top':'148px'}, "fast");
	});
	
	var pagemenuwidth = jQuery("ul.nav").width();
	var pagemleft = Math.round((960 - pagemenuwidth) / 2);
	jQuery("ul.nav").css('padding-left',pagemleft);

	
	jQuery('div#navwrap ul.nav li a').hover(function() {
		jQuery(this).animate({opacity: .4}, "fast");
	}, function() {
		jQuery(this).animate({opacity: 1}, "fast");
	});
	
	jQuery('img#logo').hover(function() {
		jQuery(this).animate({opacity: .6}, "fast");
	}, function() {
		jQuery(this).animate({opacity: 1}, "fast");
	});
	
	jQuery('.thumb div .image').hover(function() {
		jQuery(this).animate({opacity: .8}, "fast");
	}, function() {
		jQuery(this).animate({opacity: 1}, "fast");
	});

		jQuery('div#switcher div.item div.wrap').hover(function() {
		jQuery(this).children('div.hover').animate({opacity: "show", top: "-140"}, "fast");
	}, function() {
		jQuery(this).children('div.hover').animate({opacity: "hide", top: "-160"}, "fast");
	});
	
	<!---- et_switcher plugin v1.4 ---->
	(function($)
	{
		$.fn.et_switcher = function(options)
		{
			var defaults =
			{
			   slides: '>div',
			   activeClass: 'active',
			   linksNav: '',
			   findParent: true, //use parent elements in defining lengths
			   lengthElement: 'li', //parent element, used only if findParent is set to true
			   useArrows: false,
			   arrowLeft: 'prevlink',
			   arrowRight: 'nextlink',
			   auto: false,
			   autoSpeed: 4000			};

			var options = $.extend(defaults, options);

			return this.each(function()
			{
				var slidesContainer = jQuery(this);
				slidesContainer.find(options.slides).hide().end().find(options.slides).filter(':first').css('display','block');
		 
				if (options.linksNav != '') {
					var linkSwitcher = jQuery(options.linksNav);
									
					linkSwitcher.click(function(){	
				
						var targetElement;

						if (options.findParent) targetElement = jQuery(this).parent();
						else targetElement = jQuery(this);
						
						if (targetElement.hasClass('active')) return false;
						
						jQuery('div.item .active').animate({marginTop: '0px'},500,function(){
							jQuery(this).removeClass('active');
							
						});
						jQuery(this).animate({marginTop: '-15px'},500,function(){
							jQuery(this).addClass('active');
							
						});
						var ordernum = targetElement.prevAll(options.lengthElement).length;
					
						slidesContainer.find(options.slides).filter(':visible').hide().end().end().find(options.slides).filter(':eq('+ordernum+')').stop().fadeIn(700);
						
						jQuery('div.#slides div.slide div.banner').css('top', '0px');
						slidesContainer.find(options.slides).filter(':visible').children('div').animate({top: '90px'}, 300);	
						
						if (typeof interval != 'undefined') {
							clearInterval(interval);
							auto_rotate();
						};
						
						return false;
					});
				};
				
				jQuery('#'+options.arrowRight+', #'+options.arrowLeft).click(function(){
				  
					var slideActive = slidesContainer.find(options.slides).filter(":visible"),
						nextSlide = slideActive.next(),
						prevSlide = slideActive.prev();

					if (jQuery(this).attr("id") == options.arrowRight) {
						if (nextSlide.length) {
							var ordernum = nextSlide.prevAll().length;                        
						} else { var ordernum = 0; }
					};

					if (jQuery(this).attr("id") == options.arrowLeft) {
						if (prevSlide.length) {
							var ordernum = prevSlide.prevAll().length;                  
						} else { var ordernum = slidesContainer.find(options.slides).length-1; }
					};

					slidesContainer.find(options.slides).filter(':visible').hide().end().end().find(options.slides).filter(':eq('+ordernum+')').stop().fadeIn(700);

					if (typeof interval != 'undefined') {
						clearInterval(interval);
						auto_rotate();
					};

					return false;
				});   

				if (options.auto) {
					auto_rotate();
				};
				
				function auto_rotate(){
					interval = setInterval(function(){
						var slideActive = slidesContainer.find(options.slides).filter(":visible"),
							nextSlide = slideActive.next();
					 
						if (nextSlide.length) {
							var ordernum = nextSlide.prevAll().length;                        
						} else { var ordernum = 0; }
					 
						if (options.linksNav === '') 
							jQuery('#'+options.arrowRight).trigger("click");
						else 		 		
							linkSwitcher.filter(':eq('+ordernum+')').trigger("click");
					},options.autoSpeed);
				};
			});
		}
	})(jQuery);
			
	var $featuredArea = jQuery('#featured #slides');
	
	if ($featuredArea.length) {
		$featuredArea.et_switcher({
			linksNav: '#switcher div div.wrap',
			auto: true,
			autoSpeed: 4000,
			findParent: true,
			lengthElement: 'div'
		});
	};

	jQuery('div.#slides div.active div.banner').css('top', '90px');
		Cufon.now();
//]]>	
</script> 	
</body>
</html>
	
