<!DOCTYPE html>
<html lang="en">
    <head data-layout-view="default">
        <script>(function(){var d={date:8,app:"s",host:"s",ip:4,ua:"s",user:"s",url:"s",html:4,css:4,render:4,js:4,nlr:4,nlr_eval:4,img:4,embed:4,obj:4,mcc:4,mcr:4,mct:4,nac:4,pac:4,l_t:"s"},h=document,e="getElementsByTagName",i=window,c=function(){return(new Date).getTime()},f=c(),g={},b={},a={},j=i.bzplcm={listen:{},start:function(k){b[k]=c();return j},stop:function(k){g[k]=c()-b[k];return j},ts:function(k){g[k]=c()-f;return j},abs_ts:function(k){g[k]=c();return j},add:function(l){for(var k in l){if("function"!=typeof l[k]){a[k]=l[k]}}},send:function(){if(!g.he){j.ts("he")}a.date=["xdate"];a.host=["xhost"];a.ip=["xip"];a.ua=["xua"];a.url=["xpath"];a.html=g.he-g.hb;a.css=g.ca-g.cb;a.render=g.jb-g.hb;a.js=g.ja-g.jb;a.nlr=g.nr-g.ns;a.nlr_eval=g.ni+g.ne;a.img=h[e]("img").length;a.embed=h[e]("embed").length;a.obj=h[e]("object").length;if(i.xg&&i.xg.xnTrackEvent){i.xg.xnTrackEvent(d,"BazelCSPerfLite",a)}}}})();</script><script>if(window.bzplcm)window.bzplcm.ts('hb')</script>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>vancouver community network - vcn + webteam = bringing everyone in vancity together</title>
    <link rel="icon" href="/favicon.ico" type="image/x-icon" />
    <link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon" />
    <meta name="description" content="The VCN social network exists in order to reach out to as many non-for-profit and community organization in the Lower Mainland!" />
    <meta name="keywords" content="community, non, for, profit, network, administration, design, web, development, vancouver" />
<meta name="title" content="vancouver community network - vcn + webteam = bringing everyone in vancity together" />
<link rel="image_src" href="http://api.ning.com/icons/appatar/3459157?default=3459157&amp;width=90&amp;height=90" />
<script type="text/javascript">
djConfig = { baseScriptUri: 'http://vancouvernet.ning.com/xn/static-6.11.8.1/js/dojo-0.3.1-ning/', isDebug: false }
ning = {"CurrentApp":{"premium":false,"iconUrl":"http:\/\/api.ning.com\/icons\/appatar\/3459157?default=3459157&width=64&height=64","url":"http:\/\/vancouvernet.ning.com","domains":[],"online":true,"privateSource":false,"id":"vancouvernet","appId":"3459157","description":"The VCN social network exists in order to reach out to as many non-for-profit and community organization in the Lower Mainland!","name":"vancouver community network","owner":"2wkc40v4vd7xn","createdDate":"2009-06-08T05:47:29.477Z","runOwnAds":false,"category":{"community":null,"non":null,"for":null,"profit":null,"network":null,"administration":null,"design":null,"web":null,"development":null,"vancouver":null},"tags":["community","non","for","profit","network","administration","design","web","development","vancouver"]},"CurrentProfile":null};
    (function(){
        if (!window.ning) { return; }

        var age, gender, rand, obfuscated, combined;

        obfuscated = document.cookie.match(/xgdi=([^;]+)/);
        if (obfuscated) {
            var offset = 100000;
            obfuscated = parseInt(obfuscated[1]);
            rand = obfuscated / offset;
            combined = (obfuscated % offset) ^ rand;
            age = combined % 1000;
            gender = (combined / 1000) & 3;
            gender = (gender == 1 ? 'm' : gender == 2 ? 'f' : 0);
            ning.viewer = {"age":age,"gender":gender};
        }
    })();

if (window.location.hash.indexOf('#!/') == 0) {
    window.location.replace(window.location.hash.substr(2));
}
window.xg = {};
xg.addOnRequire = function(f) { xg.addOnRequire.functions.push(f); };
xg.addOnRequire.functions = [];
xg.addOnFacebookLoad = function (f) { xg.addOnFacebookLoad.functions.push(f); };
xg.addOnFacebookLoad.functions = [];
xg._loader = {
    p: 0,
    loading: function(set) { this.p++; },
    onLoad: function(set) {
        this.p--;
        if (this.p == 0 && typeof(xg._loader.onDone) == 'function') {
            xg._loader.onDone();
        }
    }
};
xg._loader.loading('xnloader');
if (window.bzplcm) {
    window.bzplcm._profileCount = 0;
    window.bzplcm._profileSend = function() { if (window.bzplcm._profileCount++ == 1) window.bzplcm.send(); };
}
xg._loader.onDone = function() {
        if(window.bzplcm)window.bzplcm.start('ni');
        xg.shared.util.parseWidgets();    var addOnRequireFunctions = xg.addOnRequire.functions;
    xg.addOnRequire = function(f) { f(); };
    try {
        if (addOnRequireFunctions) { dojo.lang.forEach(addOnRequireFunctions, function(onRequire) { onRequire.apply(); }); }
    } catch (e) {
        if(window.bzplcm)window.bzplcm.ts('nx').send();
        throw e;
    }
    if(window.bzplcm) { window.bzplcm.stop('ni'); window.bzplcm._profileSend(); }
};
window.xn = { track: { _globals: { screen_name: null, subdomain: "vancouvernet", is_owner: false, is_admin: false, is_member: false, join_date: 0, request_method: "GET", trace: "8c8fd3f5-04cf-4f9c-a692-fe64f158339d"}, event: function() {}, pageView: function() {}, registerCompletedFlow: function() {}, registerError: function() {}, timer: function() { return { lapTime: function() {} }; }, _trackingHost: "coll.ning.com", _jsDebug: false } }    </script>
<script>
(function () {
var cookies = document.cookie.split(';');
var re = /^\s*xn_visitor=([^\s]*)/;
var vc = '';
for (i in cookies) {
    if (!cookies.hasOwnProperty(i)) {
        continue
    }
    var match = re.exec(cookies[i]);
    if (match) {
        vc = match[1];
        break;
    }
}
var image = new Image();
var user = vc + ',,vancouvernet';
image.src = 'http://www22.glam.com/cTagsImgCmd.act?gname=ning_user&gvalue=' + user + '&gtid=5000059145&gcmd=setc&gexpires=604800&ord=' + Math.random()*1E16;
})();
</script>
<script src="http://www35.glam.com/gad/glamadapt_jsapi.act?afid=183770529"></script>
<script>
GlamCreateSlot("183770529", "728x90", "Ning_Top_Leaderboard");
GlamSetSlotData("Ning_Top_Leaderboard", "ningid=3459157");
GlamCreateSlot("183770529", "300x250", "Ning_Top_Right");
GlamSetSlotData("Ning_Top_Right", "ningid=3459157");
GlamTrack("183770529");
</script>
<script type="text/javascript">
    var ning_gaq = ning_gaq || [];
    ning_gaq.push(['_ning_ga._setAccount', 'UA-2270114-6']); 
    ning_gaq.push(['_ning_ga._setNamespace', 'ning']);
               ning_gaq.push(['_ning_ga._setCustomVar', 1,'member_type',   'anonymous', 3]);
       ning_gaq.push(['_ning_ga._setCustomVar', 2,'subdomain',     'other' ,3]); 
       ning_gaq.push(['_ning_ga._setCustomVar', 3,'category',      'unknown' ,3]);
       ning_gaq.push(['_ning_ga._setCustomVar', 4,'product_type',  'free' ,3]);
       ning_gaq.push(['_ning_ga._setCustomVar', 5,'member_segment','20-149' ,3]);
    ning_gaq.push(['_ning_ga._trackPageview']);
    ning_gaq.push(['_ning_ga._trackPageLoadTime']);

    (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
     ga.src = "http://static.ning.com/socialnetworkmain/widgets/index/js/google-analytics/ga.js?v=201202272216";
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
</script>
<script>
  var _comscore = _comscore || [];
  _comscore.push({ c1: "2", c2: "6770185" });
  (function() {
    var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
    s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
    el.parentNode.insertBefore(s, el);
  })();
</script>
<noscript>
  <img src="http://b.scorecardresearch.com/p?c1=2&c2=6770185&cv=2.0&cj=1" />
</noscript>
<link rel="alternate" type="application/rss+xml" title="Latest Activity - vancouver community network" href="http://vancouvernet.ning.com/activity/log/list?fmt=rss" /><link rel="alternate" type="application/rss+xml" title="VCN | webteam - Recent Projects - vancouver community network" href="http://www.webteam.vcn.bc.ca/blog-portfolio.rss" /><link rel="alternate" type="application/atom+xml" title="Blog Posts - vancouver community network" href="http://vancouvernet.ning.com/profiles/blog/feed?xn_auth=no" /><link rel="alternate" type="application/atom+xml" title="Forum - vancouver community network" href="http://vancouvernet.ning.com/forum/topic/list?feed=yes&amp;xn_auth=no" />
<style type="text/css" media="screen,projection">
#xg_navigation ul div.xg_subtab ul li a {
    color:#666666;
    background:#F2F2F2;
}
#xg_navigation ul div.xg_subtab ul li a:hover {
    color:#333333;
    background:#339999;
}
</style>
<script>if(window.bzplcm)window.bzplcm.ts('cb')</script>
<style type="text/css" media="screen,projection">
@import url(http://static.ning.com/socialnetworkmain/widgets/index/css/common.min.css?xn_version=3141505107);
@import url(http://static.ning.com/socialnetworkmain/widgets/index/css/component.min.css?xn_version=3120881273);

</style>

<style type="text/css" media="screen,projection">
@import url(http://static.ning.com/vancouvernet/instances/css/embed_1330387777.css?xn_version=201202272216);

</style>

<style type="text/css" media="screen,projection">
@import url(http://static.ning.com/vancouvernet/instances/css/theme_1330387776.css?xn_version=201202272216);

</style>

<!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie6.min.css?v=201202272216" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie7.css?v=201202272216" />
<![endif]-->
<script>if(window.bzplcm)window.bzplcm.ts('ca')</script><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://vancouvernet.ning.com/profiles/blog/rsd" />

    </head>
    <body>
                <div id="xn_bar">
            <div id="xn_bar_menu">
                <div id="xn_bar_menu_branding" >
                                            <p id="xn_brand" style="display: block !important;"><a href="http://www.ning.com?utm_campaign=9000&utm_medium=prd&utm_source=online&utm_term=vancouvernet&utm_content=bazbarmenu"><span>Ning</span></a></p>
                                            <p id="xn_gyo_link">
                                                    <a href="http://www.ning.com/chooseplan?source=vancouvernet&amp;utm_campaign=9000&amp;utm_medium=prd&amp;utm_source=online&amp;utm_term=vancouvernet&amp;utm_content=vancouvernet">Create a Ning Network!</a>
                                                </p>
                                     </div>

                <div id="xn_bar_menu_more">
                    <form id="xn_bar_menu_search" method="GET" action="http://vancouvernet.ning.com/main/search/search">
                        <fieldset>
                            <input type="text" name="q" id="xn_bar_menu_search_query" value="Search vancouver community network" _hint="Search vancouver community network" accesskey="4" class="text xj_search_hint" />
                            <a id="xn_bar_menu_search_submit" href="#" onclick="document.getElementById('xn_bar_menu_search').submit();return false">Search</a>
                        </fieldset>
                    </form>
                </div>

                            <ul id="xn_bar_menu_tabs">
                                            <li><a href="http://vancouvernet.ning.com/main/authorization/signUp?target=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1">Sign Up</a></li>
                        <li><a href="http://vancouvernet.ning.com/main/authorization/signIn?target=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1">Sign In</a></li>
                                        </ul>
                        </div>
        </div>
        <a style="display:none" class="button" href="#" dojoType="frameBusting" _isAdminOrNC="" _appUrl="http://vancouvernet.ning.com/?z=1"></a>
<div id="xj_msg" style="display:none;"></div>


<input type="hidden" id="xj_migration_lightbox_display" value="yes" />
        <script id="recaptcha_options" type="text/javascript">
            /* <![CDATA[ */
            var RecaptchaOptions = {
                theme: 'white',
                lang: 'en',
                custom_translations: {
                    instructions_visual: 'Type the two words:',
                    instructions_audio: 'Type what you hear:',
                    play_again: 'Play sound again',
                    cant_hear_this: 'Download sound as MP3',
                    visual_challenge: 'Get a visual challenge',
                    audio_challenge: 'Get an audio challenge',
                    refresh_btn: 'Get a new challenge',
                    help_btn: 'Help',
                    incorrect_try_again: 'Your response did not match the words. Please try again.'
                }
            };
            /* ]]> */
        </script>
    <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
<div class="xg_overlay" id="xj_temporary_overlay"></div>
<input type="hidden" id="xj_migration_lightbox_title" value="This Ning Network is currently unavailable" />
<div id="xj_migration_lightbox_body" style="display:none">
  <div class="xj_contactnc contactnc" id="xj_contactnc" data-successMessage="Your message was sent!">
        <div class="promo xg_lightborder">
            <p>
                <a href="http://www.ning.com/chooseplan?utm_source=DNLB&amp;utm_medium=prd&amp;utm_campaign=9000&amp;utm_term=vancouvernet&amp;utm_content=contactnc">
                    <img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/test-network-label-logo.png?v=201202272216" alt="Ning" class="logoimg">
                </a>
            </p>
            <p>This social website runs on Ning</p>
            <p>
                <a href="http://www.ning.com/chooseplan?utm_source=DNLB&amp;utm_medium=prd&amp;utm_campaign=9000&amp;utm_term=vancouvernet&amp;utm_content=contactnc">
                    <img src="http://static.ning.com/about/images/dnlb_marketingimage.png" alt="Promotion" width="204" height="200" class="promoimg" />
                </a>
            </p>
            <p>Build a social destination for your own community</p>
            <p>
                <a href="http://www.ning.com/chooseplan?utm_source=DNLB&amp;utm_medium=prd&amp;utm_campaign=9000&amp;utm_term=vancouvernet&amp;utm_content=contactnc" class="ningbutton">
                    Create Your Own                </a>
            </p>
        </div>
<div>
<form method="post" action="http://vancouvernet.ning.com/main/embed/contactNC" novalidate="novalidate">
<input type="hidden" name="xg_token" value="" /><input type="hidden" name="t" value="jpF/PMam35D9Q4oSbRU6lQ==,Vddu7sxyUO40NDV0vjDTTqzgddsMKOmKSP1n7jfsEmnTBs9hiR5baGEforjKS6SU" />
<div class="xj_top">
    <div class="summary">
            <p class="dy-big">Want to reactivate this Ning Network?</p>
        <p>Tell the Creator by filling out this form:</p>
        </div>
</div>
<fieldset class="noborder dy-form-2">
            <dl>
            <dt class="nobr"><label for="name" class="dy-label">Your Name</label></dt>
            <dd><input type="text" class="textfield dy-input-medium" id="name" name="name" /></dd>
        </dl>
        <dl>
            <dt class="nobr"><label for="email" class="dy-label">Your Email</label></dt>
            <dd><input type="email" class="textfield dy-input-medium" id="email" name="emailAddress" /></dd>
        </dl>
        <dl>
        <dt class="nobr"><label for="question" class="dy-label">Your Message</label></dt>
        <dd><textarea id="question" class="textarea dy-input-medium" name="description"></textarea></dd>
    </dl>
            <dl>
            <dd><div id="xj_recaptcha_div" data-key="6LehigcAAAAAADjv-vta_dpH1AoOrTX_-KszqcNb"></div></dd>
        </dl>
        <dl>
        <dd>
            <input type="submit" class="button" value="Send" />
                    </dd>
    </dl>
            <dl>
            <dd><p class="foot">If you are the Creator, <a href="http://vancouvernet.ning.com/main/authorization/signIn">Sign In</a></p></dd>
        </dl>
    </fieldset>
</form>
</div>
</div>
</div>

        
        <div id="xg" class="xg_theme xg_widget_main xg_widget_main_index xg_widget_main_index_index" data-layout-pack="classic">
            <div id="xg_head">
                <div id="xg_masthead">
                    <p id="xg_sitename"><a id="application_name_header_link" href="/">vancouver community network</a></p>
                    <p id="xg_sitedesc" class="xj_site_desc">vcn + webteam = bringing everyone in vancity together</p>
                </div>
                <div id="xg_navigation">
                    <ul>
    <li id="xg_tab_main" class="xg_subtab this"><a href="/"><span>Main</span></a></li><li id="xg_tab_profile" class="xg_subtab"><a href="/profiles"><span>My Page</span></a></li><li id="xg_tab_members" class="xg_subtab"><a href="/profiles/members/"><span>Members</span></a></li><li id="xg_tab_photo" class="xg_subtab"><a href="/photo"><span>Photos</span></a></li><li id="xg_tab_video" class="xg_subtab"><a href="/video"><span>Videos</span></a></li><li id="xg_tab_forum" class="xg_subtab"><a href="/forum"><span>Forum</span></a></li><li id="xg_tab_events" class="xg_subtab"><a href="/events"><span>Events</span></a></li><li id="xg_tab_groups" class="xg_subtab"><a href="/groups"><span>Groups</span></a></li><li id="xg_tab_blogs" class="xg_subtab"><a href="/profiles/blog/list"><span>Blogs</span></a></li></ul>

                </div>
            </div>
            
            <div id="xg_body">
                
                <div class="xg_column xg_span-16 xj_classic_canvas">
                    <div  class='xg_colgroup first-child last-child'>
<div _maxEmbedWidth="730" _columnCount="3"  class='xg_3col first-child'>
<div  class='xg_colgroup first-child last-child'>
<div _maxEmbedWidth="220" _columnCount="1"  id="xg_layout_column_1" class='xg_1col first-child'>
<div id="xg_network_activity"
    class="xg_module xg_module_activity indented_content  column_1"
    dojotype="ActivityModule"
    data-module_name="activity"
    _isProfile=""
    _isAdmin=""
    _activityOptionsAvailable="1"
    _columnCount="1"
    _maxEmbedWidth="220"
    _embedLocatorId="101/homepage/index"
    _refreshUrl="http://vancouvernet.ning.com/activity/embed/refresh?id=101%2Fhomepage%2Findex&amp;xn_out=json"
    _activitynum="4"
    data-owner-name=""
    data-excerpt-length="500"
    data-get-items-url="http://vancouvernet.ning.com/activity/index/getActivityItems?xn_out=json"

 >

    <div class="xg_module_head">
        <h2>Latest Activity</h2>
    </div>
    <div class="xg_module_body activity-feed-skinny">
    <div
    class="xj_social_feed_info"
    data-count="200"
></div>
        <div class="xg_new_activity_items_container dy-displaynone">
            <button class="xj-new-feed-items xg_show_activity_items">
                <span class="xg_more_activity_arrow"></span>
                <span class="xj-new-item-text"></span>
            </button>
        </div>
        <div class="module module-feed">
            <div id="feed-45d5c0c3d73d8b055fbb7c55c5152768" class="feed-story  xg_separator xj_activity_item"><a href="/profile/MelissaLGarcia?xg_source=activity"><img class=" feed-avatar" width="32" height="32" alt="Profile Icon" src="http://api.ning.com:80/files/W5153gE8Cp-5YaO7f2-voFFKpF1dpRowIA9Qn9z2nC-yDF6ipGwqk6tutVZfzdbKOOtAmN7yFMjliQotQfW3w0l5WfI1*R8y/673188498.jpeg?width=32&amp;height=32&amp;crop=1%3A1" /></a><div class="feed-story-body dy-clearfix"><h3 class="feed-story-title"><a href="http://vancouvernet.ning.com/xn/detail/3459157:BlogPost:2236?xg_source=activity">Please Support CAP by Voting!</a></h3><div class="rich"><div class="rich-detail"><div class="rich-excerpt"><div data-contentId="3459157:BlogPost:2236">Currently Industry Canada is having an online Digital Economy Consultation and it ends this week July 9, 2010.There have been two submissions in regards to supporting the Community Access Program which VCN administers, and the more votes we receive on the submissions the higher the submission is ranked.Please take a look at thesubmissions and if you deem them important please vote on them. You willhave to create an account to log in but it will only take a minute or so.…<a class="continue-link" href="http://vancouvernet.ning.com/profiles/blogs/please-support-cap-by-voting">See More</a></div></div></div></div></div>                <div class="feed-event-info">
                    <span class="event-info-action xg_lightfont">Blog post by <a href="http://vancouvernet.ning.com/profile/MelissaLGarcia?xg_source=activity">Melissa L. Garcia</a></span>
                                        <span class="event-info-timestamp xg_lightfont" data-time="2010-07-06T22:05:34.410Z">Jul 6, 2010</span>                </div>
                            <div class="feed-reactions">
                                    <a href="http://vancouvernet.ning.com/profiles/blogs/please-support-cap-by-voting#comments" data-page-type="main" data-contentid="3459157:BlogPost:2236" data-user-avatar-url="" data-user-profile-url="" data-user-fullname=""  class="xg_sprite xg_sprite-comment xj_commentable">
                <span class='comments-number'>
                    <span class='xj_comment_count'>0</span>
                    <span class='details'>Comments</span>
                </span>
                </a>
                            </div>
            </div><div id="feed-14c3b77f70e10a085a460fcccd9c5952" class="feed-story  xg_separator xj_activity_item"><a href="/profile/MelissaLGarcia?xg_source=activity"><img class=" feed-avatar" width="32" height="32" alt="Profile Icon" src="http://api.ning.com:80/files/W5153gE8Cp-5YaO7f2-voFFKpF1dpRowIA9Qn9z2nC-yDF6ipGwqk6tutVZfzdbKOOtAmN7yFMjliQotQfW3w0l5WfI1*R8y/673188498.jpeg?width=32&amp;height=32&amp;crop=1%3A1" /></a><div class="feed-story-body dy-clearfix"><h3 class="feed-story-title"><a href="http://vancouvernet.ning.com/xn/detail/3459157:Event:2228?xg_source=activity">eatART Power the VAG on June 27th, 2010</a> at Vancouver Art Gallery</h3><div class="rich"><div class="rich-detail"><div class="rich-date">June 27, 2010 from 10am to 7pm</div><div class="rich-excerpt">On June 27th 2010 from 10AM – 7PM eatART will hold its Second Annual Energy Awareness Art Party in front of the Vancouver Art Gallery. The event will include a pedal powered sound system, giant zero emissions kinetic sculptures, and an unforgettable outdoor dance party featuring Vancouver electro-pop duo Love and Electric. Power the VAG will be run exclusively on solar and pedal power.The pedal power will be generated by nine teams of four "watt-riders" who will literally keep the party going…<a class="continue-link" href="http://vancouvernet.ning.com/xn/detail/3459157:Event:2228?xg_source=activity">See More</a></div></div></div></div>                <div class="feed-event-info">
                    <span class="event-info-action xg_lightfont">Event posted by <a href="http://vancouvernet.ning.com/profile/MelissaLGarcia?xg_source=activity">Melissa L. Garcia</a></span>
                                        <span class="event-info-timestamp xg_lightfont" data-time="2010-06-22T20:05:22.137Z">Jun 22, 2010</span>                </div>
                            <div class="feed-reactions">
                                    <a href="http://vancouvernet.ning.com/events/eatart-power-the-vag-on-june#comments" data-page-type="main" data-contentid="3459157:Event:2228" data-user-avatar-url="" data-user-profile-url="" data-user-fullname=""  class="xg_sprite xg_sprite-comment">
                <span class='comments-number'>
                    <span class='xj_comment_count'>0</span>
                    <span class='details'>Comments</span>
                </span>
                </a>
                            </div>
            </div><div id="feed-09adb85c82690ace5bfb7579a88e4e8f" class="feed-story  xg_separator xj_activity_item"><a href="/profile/NavieMishra?xg_source=activity"><img class=" feed-avatar" width="32" height="32" alt="Profile Icon" src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=32&amp;height=32&amp;crop=1%3A1" /></a>                <div class="feed-event-info">
                    <span class="event-info-action xg_lightfont"><a href="http://vancouvernet.ning.com/profile/NavieMishra?xg_source=activity">Navie Mishra</a> is now a member of vancouver community network</span>
                                        <span class="event-info-timestamp xg_lightfont" data-time="2010-06-17T20:36:28.319Z">Jun 17, 2010</span>                </div>
                            <div class="feed-reactions">
                    <a class="xg_sprite xg_sprite-megaphone" href="/profile/NavieMishra?xg_source=activity#add_comment">Welcome Them!</a>                </div>
            </div><div id="feed-998b00135b8cbe71b1138c2732c3a68d" class="feed-story  xg_separator xj_activity_item"><a href="/profile/JustinHo?xg_source=activity"><img class=" feed-avatar" width="32" height="32" alt="Profile Icon" src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=32&amp;height=32&amp;crop=1%3A1" /></a>                <div class="feed-event-info">
                    <span class="event-info-action xg_lightfont"><a href="http://vancouvernet.ning.com/profile/JustinHo?xg_source=activity">Justin Ho</a> is now a member of vancouver community network</span>
                                        <span class="event-info-timestamp xg_lightfont" data-time="2010-06-11T17:19:53.627Z">Jun 11, 2010</span>                </div>
                            <div class="feed-reactions">
                    <a class="xg_sprite xg_sprite-megaphone" href="/profile/JustinHo?xg_source=activity#add_comment">Welcome Them!</a>                </div>
            </div>        </div>
    </div>
    <div class="xg_module_foot">
                    <button class="xj_see_more xg_show_activity_items">
                More...            </button>
        
            <ul class="feed_foot_icons">
                    <li class="left"><a class="xg_icon xg_icon-rss" href="http://vancouvernet.ning.com/activity/log/list?fmt=rss">RSS</a></li>
         </ul>
    </div></div>
<div class="xg_module module_members">
    <div class="xg_module_head">
        <h2>Members</h2>
    </div>
    <div class="xg_module_body body_small" data-module_name="members">
    <ul class="clist">
        <li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/JennieGomes"  title="Jennie Gomes"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Jennie Gomes" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/Raph"  title="Raph"><img class=" photo"  src="http://api.ning.com/files/b9YKBpbldyebPiXI9Lopk3t7KRAEEmX9KQYXOsjF-DaZXtJlif6ywSqpej3vzNKPPObxECbC*CzU*UsQanVSJhnLVdRi6V65/husky004.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Raph" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/MaryGavan"  title="Mary Gavan"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Mary Gavan" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/MandyEllis"  title="Mandy Ellis"><img class=" photo"  src="http://api.ning.com/files/H4CJfmbJ98KSkgHo4avogSmkPXTMw0QCyj1XTzhEi41p-U4awNpdz0HUg6NtziCXsbqlZONFT3Yw806ZwujI2ztk7zrXyPa1/2008GSDScotts035.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Mandy Ellis" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/Kalia"  title="Kalia"><img class=" photo"  src="http://api.ning.com/files/2pEGM7Q6hBEfGKgpTviQ-m1nYFRVsBsJthPlRt0l-kkg27xzqH4CtAwWrt5*eWH*bqcSDJfXkUQxVsb*JP7tXbjTqY7A3*5x/Photo13.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Kalia" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/FrankMarino"  title="Frank Marino"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Frank Marino" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/KathyMaxwelll"  title="Kathy Maxwelll"><img class=" photo"  src="http://api.ning.com/files/Q6ju2GrIW6OwqwEYn6J4gYlOmhxCvL-iuUMoAZ2qetGgR13Yfaoarq545*jfou*644sXUsuSumz3f1tLd5lTgMSeas60EFgO/82258563.bin?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Kathy Maxwelll" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/Cameron"  title="Cameron"><img class=" photo"  src="http://api.ning.com/files/v92UakqTWwmhweWtE8l1HCO0fO4mFOpY*IhldM2wHzMmBFoRvDlQMjn5YO7ZgwtzikBsyg20zQolx4W-WDfZk0uDpxNgqDDC/Picture1702Iinmyredshirt.JPG?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Cameron" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/SoniaVu"  title="Sonia Vu"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Sonia Vu" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/Vanesa"  title="Vanesa"><img class=" photo"  src="http://api.ning.com:80/files/3c7u*gYGNjaiHD8wrKO8IyRsvug9ZRnGweavr9iy191hx*rWkcHE32OiQxmu4wxNa3IU2-NfcWAqYGAKGALpcYQwz4ebmr*n/624646292.bin?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Vanesa" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/KitHulbert"  title="Kit Hulbert"><img class=" photo"  src="http://api.ning.com/files/s1lnvmoLHMJQMjy6lSy2AHxbUYwoQi23wnVfhdLSOCeAw4wC1J*3OFRpWFhnDRrCGfLbtYsk6BnsffuuHaUvgJ6ITtfUSfxf/IMG_0281.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Kit Hulbert" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/NavieMishra"  title="Navie Mishra"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Navie Mishra" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/AliLedgerwood"  title="Ali Ledgerwood"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Ali Ledgerwood" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/YouthInitiativeCanada"  title="Youth Initiative Canada"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Youth Initiative Canada" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/FredaFerrell"  title="Freda Ferrell"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Freda Ferrell" /></a></span></li>

<li>
        <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/OwenCockburn"  title="Owen Cockburn"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Owen Cockburn" /></a></span></li>

    </ul>
</div>
<div class="xg_module_foot">
    <ul>
                    <li class="right"><a href="http://vancouvernet.ning.com/profiles/members/">View All</a></li>
            </ul>
</div>
</div><div class="xg_module module_events" data-module_name="events">
    <div class="xg_module_head">
        <h2>Events</h2>
    </div>
    <div class="xg_module_foot">
        <ul>
            <li class="left"><a href="http://vancouvernet.ning.com/events/event/new?cancelTarget=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1" class="xg_sprite xg_sprite-add">Add an Event</a></li>
                                </ul>
    </div>
</div>
<div class="xg_module module_feed" data-module_name="feed">
    <div class="xg_module_head"><h2>VCN | webteam - Recent Projects</h2></div>
    <div class="xg_module_body" dojoType="UpdateFeed" _url="http://vancouvernet.ning.com/feed/embed/fetchFeed?xn_out=json&amp;canEdit=0&amp;feedUrl=http%3A%2F%2Fwww.webteam.vcn.bc.ca%2Fblog-portfolio.rss&amp;itemCount=5&amp;showDescriptions=0&amp;maxEmbedWidth=220">
	<p class="last-child">
		<img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/spinner.gif?v=201202272216" height="16" width="16" alt="Loading…"> Loading feed	</p>
</div>
</div>
&nbsp;</div>
<div _maxEmbedWidth="492" _columnCount="2"  id="xg_layout_column_2" class='xg_2col last-child'>
<div class="xg_module module_blog indented_content" data-module_name="blog">
    <div class="xg_module_head">
        <h2>Blog Posts</h2>
    </div>
    <div class="xg_module_body body_detail">
            <div class="blogpost vcard" data-contentId="3459157:BlogPost:2236">
                <div class="ib">
                    <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/MelissaLGarcia"  title="Melissa L. Garcia"><img class=" photo"  src="http://api.ning.com:80/files/W5153gE8Cp-5YaO7f2-voFFKpF1dpRowIA9Qn9z2nC-yDF6ipGwqk6tutVZfzdbKOOtAmN7yFMjliQotQfW3w0l5WfI1*R8y/673188498.jpeg?width=32&amp;height=32&amp;crop=1%3A1" height="32" width="32" alt="Melissa L. Garcia" /></a></span>                </div>
                <div class="tb">
                    <h3><a href="http://vancouvernet.ning.com/profiles/blogs/please-support-cap-by-voting" _snid="3459157:BlogPost:2236">Please Support CAP by Voting!</a></h3>
                                            <div class="postbody">
                            <div class="xg_user_generated">
                                <p><img alt="" hspace="15" src="http://api.ning.com/files/cSfpyX3x*Pm3*suYne4xYZUkv-8rE44-mxIPIpyYGKPaCYJYaEmW-Vo08-veTatXGd*c319Dg1ZO3q54fBDCPMeiylXI0NLY/logo.jpg" style="float: left;" vspace="15"></img> Currently Industry Canada is having an online Digital Economy Consultation and it ends this week July 9, 2010.</p>
<p>There have been two submissions in regards to supporting the Community Access Program <br></br> which VCN administers, and the more votes we receive on the submissions <br></br> the higher the submission is ranked.<br></br><br></br>Please take a look at the
submissions and if you deem them important please vote on them. You will<br></br>
have to create an account to log in but it will…</p>                                 <a href="http://vancouvernet.ning.com/profiles/blogs/please-support-cap-by-voting" class="xj_expandable">Continue</a>                            </div>
                        </div>
                                        <p class="dy-small xg_lightfont">
                                                    Posted by <a href="/profile/MelissaLGarcia">Melissa L. Garcia</a> on July 6, 2010 at 3:05pm                                            </p>
                                    </div>
            </div>
                <div class="blogpost vcard" data-contentId="3459157:BlogPost:2138">
                <div class="ib">
                    <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/MelissaLGarcia"  title="Melissa L. Garcia"><img class=" photo"  src="http://api.ning.com:80/files/W5153gE8Cp-5YaO7f2-voFFKpF1dpRowIA9Qn9z2nC-yDF6ipGwqk6tutVZfzdbKOOtAmN7yFMjliQotQfW3w0l5WfI1*R8y/673188498.jpeg?width=32&amp;height=32&amp;crop=1%3A1" height="32" width="32" alt="Melissa L. Garcia" /></a></span>                </div>
                <div class="tb">
                    <h3><a href="http://vancouvernet.ning.com/profiles/blogs/want-to-participate-in-shaping" _snid="3459157:BlogPost:2138">Want to participate in shaping Canada&#039;s Digital Economy?</a></h3>
                                            <div class="postbody">
                            <div class="xg_user_generated">
                                <p>The Government of Canada is asking Canadians to participate in developing a digital economy strategy for Canada. For the next 44 days Canadians have the ability to <a href="http://de-en.gc.ca/" target="_blank">log in</a> and voice their opinions. <br></br><br></br></p>
<p>The key themes for discussion are<br></br></p>
<ul>
<li>Capacity to Innovate Using Digital Technologies;</li>
<li>Building a World-Class Digital Infrastructure;</li>
<li>Growing the Information and Communications Technology…</li>
</ul>                                 <a href="http://vancouvernet.ning.com/profiles/blogs/want-to-participate-in-shaping" class="xj_expandable">Continue</a>                            </div>
                        </div>
                                        <p class="dy-small xg_lightfont">
                                                    Posted by <a href="/profile/MelissaLGarcia">Melissa L. Garcia</a> on June 7, 2010 at 12:47pm                                            </p>
                                    </div>
            </div>
                <div class="blogpost vcard" data-contentId="3459157:BlogPost:2135">
                <div class="ib">
                    <span class="xg_avatar"><img class=" photo"  src="http://api.ning.com/files/F3ZRZlU7MSRWtUIZYE-3ivP4WYrYRwevGbe9OTzapWMJtN*sMarqf1-M8TX0XrmDqbZZ8KECK5dx7wqW3QlEfGm9YVlXsuvA/15221.jpg?width=32&amp;height=32&amp;crop=1%3A1" height="32" width="32" alt="Connie Banda" /></span>                </div>
                <div class="tb">
                    <h3><a href="http://vancouvernet.ning.com/profiles/blogs/gulf-spill-workers-complaining" _snid="3459157:BlogPost:2135">Gulf spill workers complaining of flulike symptoms</a></h3>
                                            <div class="postbody">
                            <div class="xg_user_generated">
                                NEW ORLEANS – For days now, Dr. Damon Dietrich and other physicians have seen patients come through their emergency room at West Jefferson Medical Center with similar symptoms: respiratory problems, headaches and nausea.<br></br>
In the past week, 11 workers who have been out on the water cleaning up oil from BP's blown-out well have been treated for what Dietrich calls "a pattern of symptoms" that could have been caused by the burning of crude oil, noxious fumes from the oil or the dispersants…                                 <a href="http://vancouvernet.ning.com/profiles/blogs/gulf-spill-workers-complaining" class="xj_expandable">Continue</a>                            </div>
                        </div>
                                        <p class="dy-small xg_lightfont">
                                                    Posted by <a href="/profile/ConnieBanda">Connie Banda</a> on June 4, 2010 at 8:33am                                            </p>
                                    </div>
            </div>
    </div>
    <div class="xg_module_foot">
        <ul>
            <li class="left"><a href="http://vancouvernet.ning.com/profiles/blog/new" class="xg_sprite xg_sprite-add">Add a Blog Post</a></li>
            <li class="right"><a href="http://vancouvernet.ning.com/profiles/blog/list">View All</a></li>        </ul>
    </div>
</div>
<div class="xg_module module_photo" data-module_name="photo">
    <div class="xg_module_head">
        <h2>Photos</h2>
    </div>
    <div class="xg_module_body body_slideshow xj_slideshow_body xj_embed_container" _embedCode="&lt;embed class=&quot;xg_slideshow xj_photo_embed&quot; src=&quot;http://static.ning.com/socialnetworkmain/widgets/photo/slideshowplayer/slideshowplayer.swf?v=201202272216&quot; quality=&quot;high&quot; bgcolor=&quot;#&quot;
    width=&quot;492&quot;
    height=&quot;386&quot;
    allowFullScreen=&quot;true&quot;
    allowScriptAccess=&quot;always&quot;
    scale=&quot;noscale&quot;
    wmode=&quot;opaque&quot;
    FlashVars=&quot;feed_url=http%3A%2F%2Fvancouvernet.ning.com%2Fphoto%2Fphoto%2FslideshowFeed%3Fxn_auth%3Dno%26mtime%3D1267044288%26x%3DOiaFOWFEKuXRJ5Koxh4LrsiixIMLcUkt&amp;autoplay=1&amp;loop=1&amp;hideWatermark=1&amp;hideVisit=1&amp;config_url=http%3A%2F%2Fvancouvernet.ning.com%2Fphoto%2Fphoto%2FshowPlayerConfig%3Fx%3DOiaFOWFEKuXRJ5Koxh4LrsiixIMLcUkt%26xn_auth%3Dno%26feed_url%3Dhttp%253A%252F%252Fvancouvernet.ning.com%252Fphoto%252Fphoto%252FslideshowFeed%253Fxn_auth%253Dno%2526mtime%253D1267044288%2526x%253DOiaFOWFEKuXRJ5Koxh4LrsiixIMLcUkt%26version%3DDEP-7319%253A810101a_16_16_9&amp;layout=within_app&amp;slideshow_title=&amp;fullsize_url=http%3A%2F%2Fvancouvernet.ning.com%2Fphoto%2Fphoto%2Fslideshow%3Ffeed_url%3Dhttp%253A%252F%252Fvancouvernet.ning.com%252Fphoto%252Fphoto%252FslideshowFeed%253Fxn_auth%253Dno%2526mtime%253D1267044288%26back_url%3Dhttp%253A%252F%252Fvancouvernet.ning.com%252F%253Fz%253D1&quot;
    type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;
&lt;/embed&gt;">
                Loading…            </div>
                <div class="xg_module_foot">
        <ul>
                            <li class="left"><a href="http://vancouvernet.ning.com/photo/photo/chooseUploader" class="xg_sprite xg_sprite-add">Add Photos</a></li>
                                        <li class="right"><a href="http://vancouvernet.ning.com/photo/photo/list">View All</a></li>
                                <li class="right photo-facebook-share" style="display:none; margin-right:10px;" ><a target="_blank"
                        href="http://www.facebook.com/share.php?u=http%3A%2F%2Fvancouvernet.ning.com%2Fphoto%2Fphoto%2Flist%3Ffrom%3Dfb"><img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/icon/facebook.gif?v=201202272216" alt="Facebook" /></a></li>
                    <script>
                        xg.addOnRequire(function () {
                            x$('.module_photo').mouseover(function () { x$(this).find('.photo-facebook-share').show(); })
                                    .mouseout(function () { x$(this).find('.photo-facebook-share').hide(); });
                        });
                    </script>
                    </ul>
    </div></div>
<div class="xg_module module_video" data-module_name="video">
    <div class="xg_module_head">
        <h2>Videos</h2>
    </div>
    <div class="xg_module_body body_large">
  <ul class="clist">
      <li>
        <div class="ib">
                <a href="http://vancouvernet.ning.com/video/kidstartcorporate-1"><img  src="http://api.ning.com/files/fNFlyoKkjHsuE7HMfLkloFy*yLax34lbh*6OZZAzwzbzNVmhyizdh8R028mPQO63Gh10JYMqe12ABZXHw7u34i2XFmyUmHc9/tmp81756.png?width=136" alt="kidstartcorporate" width="136" /></a>
        </div>
        <div class="tb">
            <h3><a href="http://vancouvernet.ning.com/video/kidstartcorporate-1">
                kidstartcorporate            </a></h3>
                        <p class="xg_lightfont">
                Added by <a class="xg_lightfont" href="http://vancouvernet.ning.com/profile/KitHulbert">Kit Hulbert</a>                            </p>
                    </div>
    </li>
        <li>
        <div class="ib">
                <a href="http://vancouvernet.ning.com/video/rail-town-purple-thistle"><img  src="http://api.ning.com/files/F3ZRZlU7MSSr640m6V2Jm2S2OMvvDIDv9i8DV6Zwzgo*OJ7iVtlg9YmTRmaLpxTgARET4jNyxfzefNkHk5XW02x1327J9MTR/tmp7566.png?width=136" alt="rail town &amp; purple thistle center" width="136" /></a>
        </div>
        <div class="tb">
            <h3><a href="http://vancouvernet.ning.com/video/rail-town-purple-thistle">
                rail town &amp; purple thistle center            </a></h3>
                        <p class="xg_lightfont">
                Added by <a class="xg_lightfont" href="http://vancouvernet.ning.com/profile/JuliaKozlov">Julia Kozlov</a>                            </p>
                    </div>
    </li>
      </ul>
</div>
        <div class="xg_module_foot">
            <ul>
                <li class="left"><a class="xg_sprite xg_sprite-add" href="http://vancouvernet.ning.com/video/video/chooseUploader">Add Videos</a></li>
                <li class="right"><a href="http://vancouvernet.ning.com/video/video">View All</a></li>
                                    <li class="right video-facebook-share" style="display:none; margin-right:10px;"><a target="_blank"
                        href="http://www.facebook.com/share.php?u=http%3A%2F%2Fvancouvernet.ning.com%2Fvideo%2Fvideo%3Ffrom%3Dfb"><img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/icon/facebook.gif?v=201202272216" alt="Facebook" /></a></li>
                    <script>
                        xg.addOnRequire(function () {
                            x$('.module_video').mouseover(function () { x$(this).find('.video-facebook-share').show(); })
                                    .mouseout(function () { x$(this).find('.video-facebook-share').hide(); });
                        });
                    </script>
                            </ul>
        </div>
    </div>
    <div class="xg_module module_forum indented_content" data-module_name="forum">
            <div class="xg_module_head">
            <h2>Forum</h2>
        </div>
        <div class="xg_module_body">
                <div class="vcard">
                    <div class="author"><span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/JuliaKozlov"  title="Julia Kozlov"><img class=" photo"  src="http://api.ning.com/files/H3zVYR1M4uriOWxiQzAlikNTKssdHZywY0aUYHCwPMqyvp0NhdwuFtbiLZQygxyr6mxDC65tvavZeh0wXPQvidDpJF8SIV5B/302844554.bin?width=32&amp;height=32&amp;crop=1%3A1" height="32" width="32" alt="Julia Kozlov" /></a></span></div>
                <div class="topic indent">
            <h3>
                <a href="http://vancouvernet.ning.com/forum/topics/training-1" _snid="3459157:Topic:267">Training</a>
                            </h3>
                        <p class="dy-small xg_lightfont indent ">
                    Started by Julia Kozlov Jun 18, 2009.            </p>
                    </div>
    </div>
    <div class="vcard">
                    <div class="author"><span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/JuliaKozlov"  title="Julia Kozlov"><img class=" photo"  src="http://api.ning.com/files/H3zVYR1M4uriOWxiQzAlikNTKssdHZywY0aUYHCwPMqyvp0NhdwuFtbiLZQygxyr6mxDC65tvavZeh0wXPQvidDpJF8SIV5B/302844554.bin?width=32&amp;height=32&amp;crop=1%3A1" height="32" width="32" alt="Julia Kozlov" /></a></span></div>
                <div class="topic indent">
            <h3>
                <a href="http://vancouvernet.ning.com/forum/topics/webgui-7-manual" _snid="3459157:Topic:43">WebGui 7 Manual</a>
                    <small class="nobr" >2&nbsp;Replies</small>
            </h3>
                        <p class="dy-small xg_lightfont indent ">
                    Started by Julia Kozlov. <a href="http://vancouvernet.ning.com/forum/topics/webgui-7-manual/showLastReply">Last reply</a> by Julia Kozlov Jun 12, 2009.            </p>
                    </div>
    </div>
        </div>
            <div class="xg_module_foot">
            <ul>
                                    <li class="left"><a href="http://vancouvernet.ning.com/main/authorization/signUp?target=http%3A%2F%2Fvancouvernet.ning.com%2Fforum%2Ftopic%2Fnew%3Ftarget%3Dhttp%253A%252F%252Fvancouvernet.ning.com%252F%253Fz%253D1" dojoType="PromptToJoinLink" _joinPromptText="Please sign up or sign in to complete this step." _signInUrl="http://vancouvernet.ning.com/main/authorization/signIn?target=http%3A%2F%2Fvancouvernet.ning.com%2Fforum%2Ftopic%2Fnew%3Ftarget%3Dhttp%253A%252F%252Fvancouvernet.ning.com%252F%253Fz%253D1" class="xg_sprite xg_sprite-add xj_new_topic_link">Add a Discussion</a></li>
                                <li class="right"><a href="http://vancouvernet.ning.com/forum">View All</a></li>
            </ul>
        </div>    </div>
<div class="xg_module module_groups">
    <div class="xg_module_head">
        <h2>Groups</h2>
    </div>
            <div class="xg_module_body body_list">
                            <ul class="clist">
                        <li class="xg_lightborder ">
        <div class="ib">
                        <a href="http://vancouvernet.ning.com/group/globalagentsforchange"><img  src="http://api.ning.com:80/files/bZ*K7rIvOKFcwccFDZfsfkuDA5HH5T3697jewGNEB-I_/headeragentslogo.gif?crop=1%3A1&amp;width=82" width="82" height="82" alt="Global Agents for Change" /></a>
        </div>
        <div class="tb">
            <h3><a href="http://vancouvernet.ning.com/group/globalagentsforchange">Global Agents for Change</a></h3>
            <p class="xg_lightfont">2 members</p>
                    </div>
    </li>    <li class="xg_lightborder ">
        <div class="ib">
                        <a href="http://vancouvernet.ning.com/group/vancouverrenewableenergycoop"><img  src="http://api.ning.com/files/TDNeX9lzU65vop1mf0zGR*GOQPhW*NetIYOG2gNY16v6oHS6SX0*SPRhzQaGdHJXHqxpCgxzcuJk*zqc-6GrEUYuJSFg2mPd/SPECPV171px.jpg?crop=1%3A1&amp;width=82" width="82" height="82" alt="Vancouver Renewable Ener&hellip;" /></a>
        </div>
        <div class="tb">
            <h3><a href="http://vancouvernet.ning.com/group/vancouverrenewableenergycoop">Vancouver Renewable Ener&hellip;</a></h3>
            <p class="xg_lightfont">1 member</p>
                    </div>
    </li>    <li class="xg_lightborder last-child">
        <div class="ib">
                        <a href="http://vancouvernet.ning.com/group/webteam"><img  src="http://api.ning.com/files/gm-aCv7D02zpc4cfTfX-G1Qr5YkZK5yctHaiHsY0fuTUBIj7JynhNNQSx133rMek6cOQO1aSfTsjguTxQIt23JW5BJ8rE83*/webteamlogo.jpg?crop=1%3A1&amp;width=82" width="82" height="82" alt="WebTeam" /></a>
        </div>
        <div class="tb">
            <h3><a href="http://vancouvernet.ning.com/group/webteam">WebTeam</a></h3>
            <p class="xg_lightfont">3 members</p>
                    </div>
    </li>                </ul>
                    </div>
                <div class="xg_module_foot">
                <ul>
                                            <li class="right"><a href="http://vancouvernet.ning.com/groups">View All</a></li>
                                    </ul>
            </div>
        </div>
&nbsp;</div>
</div>
&nbsp;</div>
<div _maxEmbedWidth="173" _columnCount="1"  class='xg_1col last-child'>
&nbsp;</div>
</div>
<script>xg_quickadd_forceReload = true /* enable the quick add refreshing. */ </script>

                </div>
                <div class="xg_column xg_span-4 xg_last xj_classic_sidebar">
                        <div class="xg_module" id="xg_module_account">
        <div class="xg_module_body xg_signup xg_lightborder">
            <p>Welcome to<br />vancouver community network</p>
            <p class="last-child">
                <big><strong><a href="http://vancouvernet.ning.com/main/authorization/signUp?target=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1">Sign Up</a></strong></big><br/>
                or <a href="http://vancouvernet.ning.com/main/authorization/signIn?target=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1" style="white-space:nowrap">Sign In</a>            </p>
                    </div>
    </div>
<div class="xg_module module_about">
    <div class="xg_module_head">
        <h2>About</h2>
    </div>
    <div class="xg_module_body xg_module_ning">
        <div class="vcard">
            <span class="xg_avatar"><a class="fn url" href="http://vancouvernet.ning.com/profile/JuliaKozlov"  title="Julia Kozlov"><img class=" photo"  src="http://api.ning.com/files/H3zVYR1M4uriOWxiQzAlikNTKssdHZywY0aUYHCwPMqyvp0NhdwuFtbiLZQygxyr6mxDC65tvavZeh0wXPQvidDpJF8SIV5B/302844554.bin?width=48&amp;height=48&amp;crop=1%3A1" height="48" width="48" alt="Julia Kozlov" /></a></span>            <span class="fn"><a href="/profile/JuliaKozlov">Julia Kozlov</a></span>
            created this <a href='http://www.ning.com'>Ning Network</a>.        </div>
        		<div class="clear easyclear"><a href="http://www.ning.com/chooseplan?source=vancouvernet&utm_campaign=9000&utm_medium=prd&utm_source=online&utm_term=vancouvernet&utm_content=vancouvernet" class="button">Create a Ning Network! »</a></div>
            </div>
    </div>
								<div class="xg_module xg_module_network_description" data-module_name="description">
									<div class="xg_module_head notitle"></div>
									<div class="xg_module_body">
										<p style="font-size:1.1em">
                                            The VCN social network exists in order to reach out to as many non-for-profit and community organization in the Lower Mainland!										</p>
									</div>
								</div>
<div class="xg_module music xg_module_music column_1" data-module_name="music">

	<div class="xg_module_head">
        <h2>Music</h2>
    </div>
        <div class="xg_module_body nopad">
        <input type="hidden" name="musicPlayerHtml" class="musicPlayerHtml" value="&lt;embed class=&quot;xj_music_embed&quot; wmode=&quot;opaque&quot; src=&quot;http://static.ning.com/socialnetworkmain/widgets/music/swf/MusicPlayer.swf?v=201202272216&quot; FlashVars=&quot;configXmlUrl=http%3A%2F%2Fvancouvernet.ning.com%2Fmusic%2Fmusic%2FshowPlayerConfig%3FconfigVersion%3D1%26version%3DDEP-7319%253A810101a_16_16_9%26xn_auth%3Dno%26brand%3D0%26logoImage%3D0%26isInternalRequest%3D1&amp;playlistUrl=http%3A%2F%2Fvancouvernet.ning.com%2Fmusic%2Fplaylist%2Fshow%3Ffmt%3Dxspf%26id%3D3459157%253APlaylist%253A22%26mdate%3D2009-06-09T06%253A39%253A44.000Z&amp;playlistType=network&amp;networkUrl=http%3A%2F%2Fvancouvernet.ning.com%2F&amp;showPlaylist=1&amp;hideWatermark=1&amp;hideVisit=1&quot; width=&quot;100%&quot; height=&quot;295&quot; bgcolor=&quot;#D7E6E5&quot; scale=&quot;noscale&quot; allowscriptaccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;&lt;/embed&gt;" />
    <div class="musicplayer_visible xj_embed_container">
                Loading…    </div>
    </div>
    </div>
    	<div class="xg_module module_badge">
		<div class="xg_module_head">
	    <h2>Badge</h2>
	    </div>
	    <div class="xg_module_body xj_badge_body xj_embed_container" data-module_name="badge" _embedCode="&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab&quot;
    id=&quot;badgeSwf&quot; width=&quot;100%&quot; height=&quot;174&quot; &gt;
    &lt;param name=&quot;movie&quot; value=&quot;http://static.ning.com/socialnetworkmain/widgets/index/swf/badge.swf?v=201202272216&quot; /&gt;
    &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
    &lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;
    &lt;param name=&quot;flashvars&quot; value=&quot;hideVisit=1&amp;amp;config=http%3A%2F%2Fvancouvernet.ning.com%2Fmain%2Fbadge%2FshowPlayerConfig%3Fsize%3Dmedium%26v%3D9&amp;amp;backgroundColor=0xFFFFFF&amp;amp;textColor=0x3333CC&quot; /&gt;
    &lt;param name=&quot;wmode&quot; value=&quot;opaque&quot;/&gt;
    &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;
&lt;embed
    class=&quot;xj_badge_embed&quot;
    src=&quot;http://static.ning.com/socialnetworkmain/widgets/index/swf/badge.swf?v=201202272216&quot;
    quality=high
    bgColor=&quot;#FFFFFF&quot;
    width=&quot;100%&quot;
    height=&quot;174&quot;
    name=&quot;badgeSwf&quot;
    type=&quot;application/x-shockwave-flash&quot;
    pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;
    wmode=&quot;opaque&quot;
    FlashVars=&quot;hideVisit=1&amp;amp;config=http%3A%2F%2Fvancouvernet.ning.com%2Fmain%2Fbadge%2FshowPlayerConfig%3Fsize%3Dmedium%26v%3D9&amp;amp;backgroundColor=0xFFFFFF&amp;amp;textColor=0x3333CC&quot;
    scale=&quot;noscale&quot;
    allowScriptAccess=&quot;always&quot;&gt;
&lt;/embed&gt;
&lt;/object&gt;">
    Loading…</div>
	    <div class="xg_module_foot">
	        <p class="right"><a href="http://vancouvernet.ning.com/main/embeddable/list">Get Badge</a></p>
	    </div>
	</div>

                </div>
            </div>
            <div id="xg_foot">
                <p class="left">
    © 2012             &nbsp; Created by <a href="/profile/JuliaKozlov">Julia Kozlov</a>.            &nbsp;
    Powered by <a href="http://www.ning.com/?utm_source=online&amp;utm_content=bazfooter&amp;utm_campaign=9000&amp;utm_medium=prd&amp;utm_term=vancouvernet"><img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/logo_ningbar_light.png?v=201202272216" width="48" height="15" alt="Ning" class="poweredbylogo" /></a>.
    </p>
    <p class="right xg_lightfont">
                <a href="http://vancouvernet.ning.com/main/embeddable/list">Badges</a> &nbsp;|&nbsp;
                                    <a href="http://vancouvernet.ning.com/main/authorization/signUp?target=http%3A%2F%2Fvancouvernet.ning.com%2Fmain%2Findex%2Freport" dojoType="PromptToJoinLink" _joinPromptText="Please sign up or sign in to complete this step." _signInUrl="http://vancouvernet.ning.com/main/authorization/signIn?target=http%3A%2F%2Fvancouvernet.ning.com%2Fmain%2Findex%2Freport">Report an Issue</a> &nbsp;|&nbsp;
                        <a href="http://vancouvernet.ning.com/main/authorization/termsOfService?previousUrl=http%3A%2F%2Fvancouvernet.ning.com%2F%3Fz%3D1">Terms of Service</a>
            </p>

            </div>
        </div>
        
        <div id="xj_baz17246" class="xg_theme"></div>
<div id="xg_overlay" style="display:none;">
<!--[if lte IE 6.5]><iframe></iframe><![endif]-->
</div>
<!--googleoff: all--><noscript>
	<style type="text/css" media="screen">
        #xg { position:relative;top:120px; }
        #xn_bar { top:120px; }
	</style>
	<div class="errordesc noscript">
		<div>
            <h3><strong>Hello, you need to enable JavaScript to use vancouver community network.</strong></h3>
            <p>Please check your browser settings or contact your system administrator.</p>
			<img src="/xn_resources/widgets/index/gfx/jstrk_off.gif" alt="" height="1" width="1" />
		</div>
	</div>
</noscript><!--googleon: all-->
<script>if(window.bzplcm)window.bzplcm.ts('jb')</script><script type="text/javascript" src="http://static.ning.com/socialnetworkmain/widgets/lib/core.min.js?v=201202272216"></script>        <script>
            var sources = ["http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery-ui.min.js?v=201202272216","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/modernizr\/modernizr.custom.09583.js?v=201202272216","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jstorage.min.js?v=201202272216","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.autoResize.js?v=201202272216","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.jsonp-2.2.0.min.js?v=201202272216","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/Base64.js?v=201202272216","http:\/\/static.ning.com\/vancouvernet\/instances\/shared\/js\/set_common.min.js?r=1330380640","http:\/\/static.ning.com\/vancouvernet\/instances\/shared\/js\/set_sidebar_u.min.js?r=1327541348","http:\/\/static.ning.com\/vancouvernet\/instances\/shared\/js\/set_mainindeinde_u.min.js?r=1330380640"];
            var numSources = sources.length;
            var heads = document.getElementsByTagName('head');
            var node = heads.length > 0 ? heads[0] : document.body;
            var onloadFunctionsObj = {};

            var createScriptTagFunc = function(source) {
                var script = document.createElement('script');
                
                script.type = 'text/javascript';
                                var currentOnLoad = function() {xg._loader.onLoad(source);};
                if (script.readyState) { //for IE (including IE9)
                    script.onreadystatechange = function() {
                        if (script.readyState == 'complete' || script.readyState == 'loaded') {
                            script.onreadystatechange = null;
                            currentOnLoad();
                        }
                    }
                } else {
                   script.onerror = script.onload = currentOnLoad;
                }

                script.src = source;
                node.appendChild(script);
            };

            for (var i = 0; i < numSources; i++) {
                xg._loader.loading(sources[i]);
                createScriptTagFunc(sources[i]);
            }
        </script>
    <script type="text/javascript">
if (!ning._) {ning._ = {}}
ning._.compat = { encryptedToken: "<empty>" }
ning._.CurrentServerTime = "2012-02-28T05:25:48+00:00";
ning._.probableScreenName = "";
ning._.domains = {
    base: 'ning.com',
    ports: { http: '80', ssl: '443' }
};
ning.loader.version = '201202272216_9'; // DEP-7319:810101a 33
djConfig.parseWidgets = false;
</script>
<script>if(window.bzplcm)window.bzplcm.ts('ja')</script><script>window.bzplcm.add({"app":"vancouvernet","user":null,"l_t":"homepage","mcr":9,"mct":9});</script><script type="text/javascript">
    xg.token = '';
    xg.canTweet = false;
    xg.cdnHost = 'static.ning.com';
    xg.version = '201202272216';
    xg.useMultiCdn = true;
        xg.staticRoot = 'socialnetworkmain';
    xg.xnTrackHost = "coll.ning.com";
            xg.cdnDefaultPolicyHost = 'static';
        xg.cdnPolicy = [];
        xg.global = xg.global||{}; xg.global.currentMozzle = 'main';
    xg.global.userCanInvite = false;
    xg.global.requestBase = '';
    xg.global.locale = 'en_US';
    xg.num_thousand_sep = ",";
    xg.num_decimal_sep = ".";
        (function() {
        dojo.addOnLoad(function() {
            if(window.bzplcm) { window.bzplcm.ts('hr'); window.bzplcm._profileSend(); }
                    });
                            xg._loader.onLoad('xnloader');
            })();
</script>
<script type="text/javascript" src="http://static.ning.com/socialnetworkmain/widgets/lib/js/thrift/xn_track.min.js?v=201202272216"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2699831-3");
pageTracker._trackPageview();
} catch(err) {}</script><script>if(window.bzplcm)window.bzplcm.ts('he')</script>

    </body>
</html>
