This link has been bookmarked by 11 people . It was first bookmarked on 12 Nov 2007, by Harjeet Singh.
-
08 Oct 10
-
06 Oct 10
-
23 Mar 09
-
15 Apr 08
-
12 Nov 07
-
<table border="0" cellpadding="0" width="100%" cellspacing="0"><tbody><tr valign="top"><td width="98%"><p class="jive-page-title">Amazon Elastic Compute Cloud (Beta)<br/> </p><br/><br/> <br/> <br/> <p class="jive-description"><br/> <br/> </p><br><br/> <br/><br/> <br/><br/> </td><br/> <td width="1%"><img border="0" src="http://developer.amazonwebservices.com/connect/images/blank.gif" height="1" width="10" alt=""></td><br/> <td width="1%"><br/><br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><div class="jive-accountbox" style="border-style: solid; border-color: rgb(204, 204, 204); border-width: 3px 1px 1px; padding: 4px;"><br/><br/><table border="0" cellpadding="0" width="100%" cellspacing="0" summary="Jive Forums Accountbox"><br/><br/><br/><br/><br/><br/><br/><br/><thead><br/><br/> <tr><br/><br/> <th colspan="2"><br/><br/> <table border="0" cellpadding="0" width="100%" cellspacing="0"><br/><br/> <tbody><tr><br/><br/> <th style="border-width: 0px;" width="99%"><br/><br/> <br/><br/> Welcome, Guest<br/><br/> </th><br/><br/> <th style="border-width: 0px;" width="1%" nowrap="nowrap"><br/><br/> <br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/help.jspa"><img border="0" src="http://developer.amazonwebservices.com/connect/images/help-16x16.gif" height="16" width="16" alt="Help"></a><br/> </th><br/><br/> </tr><br/><br/> </tbody></table><br/><br/> </th><br/><br/> </tr><br/><br/></thead><br/><br/><tbody><br/><br/> <tr><br/><br/> <td class="jive-icon" width="1%"><a rel="nofollow" href="http://developer.amazonwebservices.com/login%21withRedirect.jspa"><img border="0" src="http://developer.amazonwebservices.com/connect/images/key-16x16.gif" height="16" width="16" alt="Login"></a><br/> </td><br/><br/> <td class="jive-icon-label" width="99%"><br/><br/> <br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/login%21withRedirect.jspa"><br/><br/> Login</a><br/><br/> </td><br/><br/> </tr><br/><br/> <tr><br/><br/> <td class="jive-icon" width="1%"><a rel="nofollow" href="http://developer.amazonwebservices.com/guestsettings%21default.jspa"><img border="0" src="http://developer.amazonwebservices.com/connect/images/preferences-16x16.gif" height="16" width="16" alt="Guest Settings"></a><br/><br/> </td><br/><br/> <td class="jive-icon-label" width="99%"><br/><br/> <br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/guestsettings%21default.jspa">Guest Settings</a><br/><br/> </td><br/><br/> </tr><br/><br/></tbody><br/><br/><br/><br/><br/><br/><br/><br/></table><br/><br/></div><br/><br/><br/><br/><table><tbody><tr><td height="18"></td></tr></tbody></table><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><div style="position: absolute; z-index: 1000; display: none;" id="jive-history"><br/><br/> <div class="wrap1"><div class="wrap2"><div class="wrap3"><br/><br/> <iframe frameborder="0" src="http://developer.amazonwebservices.com/connect/recent-history.jspa" height="300" style="border: 1px solid rgb(0, 0, 0); background-color: rgb(255, 255, 255);" width="400" id="rhframe"></iframe><br/><br/> </div></div></div><br/><br/></div><br/><br/><br/><br/><script src="http://developer.amazonwebservices.com/connect/scripts/prototype/prototype.js" type="text/javascript"></script><br/><br/><script src="http://developer.amazonwebservices.com/connect/scripts/scriptaculous/effects.js" type="text/javascript"></script><br/><br/><br/><br/><script language="JavaScript" type="text/javascript"><br/><br/> if (document.layers) {<br/><br/> document.captureEvents(Event.KEYDOWN);<br/><br/> }<br/><br/><br/><br/> document.onkeydown = function (evt) {<br/><br/> var keyCode = document.layers ?<br/><br/> evt.which : document.all ? event.keyCode : document.getElementById ? evt.keyCode : 0;<br/><br/> if (keyCode == 27) { // esc - close recent history<br/><br/> var history = document.getElementById('jive-history');<br/><br/> if (history.style.display != "none") {<br/><br/> new Effect.toggle('jive-history', 'blind', {duration: 0.2});<br/><br/> }<br/><br/> }<br/><br/> }<br/><br/><br/><br/> document.body.onclick = function (evt) {<br/><br/> var history = document.getElementById('jive-history');<br/><br/> if (history.style.display != "none") {<br/><br/> new Effect.toggle('jive-history', 'blind', {duration: 0.2});<br/><br/> }<br/><br/> }<br/><br/><br/><br/> var elemx = 0;<br/><br/> var elemy = 0;<br/><br/> function XYpos(event) {<br/><br/> // do not set the position of the element more than once<br/><br/> if (elemx == 0 && elemy == 0) {<br/><br/> if (event.pageX || event.pageY) {<br/><br/> elemx = window.innerWidth - event.pageX - 20;<br/><br/> elemy = event.pageY + 10;<br/><br/> }<br/><br/> else if (event.clientX || event.clientY) {<br/><br/> elemx = document.body.offsetWidth - event.clientX - 20;<br/><br/> elemy = event.clientY + 10;<br/><br/> }<br/><br/> var elem = document.getElementById('jive-history');<br/><br/> elem.style.right = elemx;<br/><br/> elem.style.top = elemy;<br/><br/> }<br/><br/> }<br/><br/></script><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> </td><br/> </tr><br/> </tbody></table><br/><br/><div class="jive-buttons"><br/><table border="0" cellpadding="0" cellspacing="0" summary="Buttons"><br/><tbody><tr><br/><br/><br/><td class="jive-icon"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/post%21default.jspa?forumID=30"><img border="0" src="http://developer.amazonwebservices.com/connect/images/post-16x16.gif" height="16" width="16" alt="Post New Thread"></a><br/></td><br/><td class="jive-icon-label"><br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/post%21default.jspa?forumID=30" id="jive-post-thread">Post New Thread</a><br/></td><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><td class="jive-icon"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/index.jspa"><img border="0" src="http://developer.amazonwebservices.com/connect/images/arrow-left-16x16.gif" height="16" width="16" alt="Back to Category"></a><br/></td><br/><td class="jive-icon-label"><br/><br/> <br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/forumindex.jspa?categoryID=1">Back to Forum List</a><br/><br/> <br/><br/></td><br/></tr><br/></tbody></table><br/></div><br/><br/><br><br/><br/><input type="hidden" value="last90days" name="dateRange"><br/><br/><br/><br/><table border="0" cellpadding="3" width="100%" cellspacing="0"><br/> <tbody><tr valign="top"><br/> <td><br/><br/> <br/><br/><br/><br/><br/><br/> <br/> <nobr>Messages:<br/> 9,969</nobr> -<br/><br/> <br/> <nobr>Threads:<br/> 1,862</nobr> -<br/><br/><br/><br/><br/><nobr><br/> <br/> Filter:<br/><br/><select size="1" style="font-size: 8pt; font-family: verdana;"><br/> <br/> <option value="forumfilter.jspa?forumID=30&start=0&filter=all">All Threads</option><br/> <br/> <option value="forumfilter.jspa?forumID=30&start=0&filter=open">Open Questions</option><br/> <br/> <option value="forumfilter.jspa?forumID=30&start=0&filter=answered">Answered Questions</option><br/></select></nobr><br/><br/> <br/><br/> <br/> -<br/> <span class="nobreak"><br/> Pages:<br/> 125 -<br/><br/> <span class="jive-paginator"><br/> [<br/> <br/><br/> <br/> <br/> <a rel="nofollow" class="jive-current" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=0">1</a><br/> <br/> <br/> <br/> <a rel="nofollow" class="" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=15">2</a><br/> <br/> <br/> <br/> <a rel="nofollow" class="" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=30">3</a><br/> <br/> <br/> <br/> <a rel="nofollow" class="" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=45">4</a><br/> <br/> <br/> <br/> <a rel="nofollow" class="" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=60">5</a><br/> <br/> <br/><br/> <br/> <br/> | <a rel="nofollow" href="http://developer.amazonwebservices.com/forum.jspa?forumID=30&start=15">Next</a><br/> <br/> ]<br/> </span><br/> </span><br/> <br/><br/> <br/><br/> </td><br/> </tr><br/></tbody></table><br/><br/><table border="0" cellpadding="0" width="100%" cellspacing="0"><br/><tbody><br/><tr valign="top"><br/><td width="99%"><br/><br/><div class="jive-thread-list"><br/> <div class="jive-table"><br/> <table cellpadding="0" width="100%" cellspacing="0" summary="List of threads"><br/> <thead><br/> <tr><br/> <th class="jive-first" colspan="3"><br/> <br/> Thread<br/> </th><br/> <th class="jive-author"><br/> <br/> <nobr><br/> Author<br/> <br/> </nobr><br/> </th><br/><br/> <br/><br/> <th class="jive-view-count"><br/> <br/> <nobr><br/> Views<br/> <br/> </nobr><br/> </th><br/><br/> <br/><br/> <th class="jive-msg-count"><br/> <br/> Replies<br/> </th><br/> <th class="jive-last" nowrap="nowrap"><br/> <br/> Last Post<br/> </th><br/> </tr><br/> </thead><br/><br/> <br/><br/> <tbody><br/><br/> <br/><br/> <br/><br/> <br/> <br/><br/><br/><br/><br/><br/><tr class="jive-even"><br/> <td class="jive-first" width="1%" nowrap="nowrap" colspan="2"><br/><br/> <div class="jive-bullet" style="text-align: center;"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/announce-16x16.gif" height="16" width="16" alt="Announcement"><br/> </div><br/><br/> </td><br/> <td class="jive-thread-name" width="99%" colspan="6"><br/><br/> <div class="jive-announce"><br/> <br/> <span class="jive-announce-subject"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/ann.jspa?annID=244"><b>Red Hat Enterprise Linux Available on Amazon EC2<br/></b></a><br/> </span><br/><br/> <br/> <span class="jive-description"><br/> <span class="jive-announce-description"><br/> <br><br/> <nobr><br/> <br/> Posted By:<br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=15922" title="Kathrin@AWS">Kathrin@AWS</a><br/> -- <br/> <br/> Nov 7, 2007 9:14 AM PST<br/> </nobr><br/> </span></span><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><tr class="jive-odd"><br/> <td class="jive-first" width="1%" nowrap="nowrap" colspan="2"><br/><br/> <div class="jive-bullet" style="text-align: center;"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/announce-16x16.gif" height="16" width="16" alt="Announcement"><br/> </div><br/><br/> </td><br/> <td class="jive-thread-name" width="99%" colspan="6"><br/><br/> <div class="jive-announce"><br/> <br/> <span class="jive-announce-subject"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/ann.jspa?annID=243"><b>European Storage for Amazon S3<br/></b></a><br/> </span><br/><br/> <br/> <span class="jive-description"><br/> <span class="jive-announce-description"><br/> <br><br/> <nobr><br/> <br/> Posted By:<br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=15922" title="Kathrin@AWS">Kathrin@AWS</a><br/> -- <br/> <br/> Nov 6, 2007 9:30 AM PST<br/> </nobr><br/> </span></span><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><tr class="jive-even"><br/> <td class="jive-first" width="1%" nowrap="nowrap" colspan="2"><br/><br/> <div class="jive-bullet" style="text-align: center;"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/announce-16x16.gif" height="16" width="16" alt="Announcement"><br/> </div><br/><br/> </td><br/> <td class="jive-thread-name" width="99%" colspan="6"><br/><br/> <div class="jive-announce"><br/> <br/> <span class="jive-announce-subject"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/ann.jspa?annID=241"><b>Amazon EC2 Release: Introducing New Instance Types<br/></b></a><br/> </span><br/><br/> <br/> <span class="jive-description"><br/> <span class="jive-announce-description"><br/> <br><br/> <nobr><br/> <br/> Posted By:<br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=26204" title="Attila@AWS">Attila@AWS</a><br/> -- <br/> <br/> Oct 15, 2007 11:48 PM PDT<br/> </nobr><br/> </span></span><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><tr class="jive-odd"><br/> <td class="jive-first" width="1%" nowrap="nowrap" colspan="2"><br/><br/> <div class="jive-bullet" style="text-align: center;"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/announce-16x16.gif" height="16" width="16" alt="Announcement"><br/> </div><br/><br/> </td><br/> <td class="jive-thread-name" width="99%" colspan="6"><br/><br/> <div class="jive-announce"><br/> <br/> <span class="jive-announce-subject"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/ann.jspa?annID=216"><b>Amazon EC2 Release: Introducing Paid AMIs<br/></b></a><br/> </span><br/><br/> <br/> <span class="jive-description"><br/> <span class="jive-announce-description"><br/> <br><br/> <nobr><br/> <br/> Posted By:<br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=20975" title="Peter@AWS">Peter@AWS</a><br/> -- <br/> <br/> Jul 6, 2007 12:57 AM PDT<br/> </nobr><br/> </span></span><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><tr class="jive-even"><br/> <td class="jive-first" width="1%" nowrap="nowrap" colspan="2"><br/><br/> <div class="jive-bullet" style="text-align: center;"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/announce-16x16.gif" height="16" width="16" alt="Announcement"><br/> </div><br/><br/> </td><br/> <td class="jive-thread-name" width="99%" colspan="6"><br/><br/> <div class="jive-announce"><br/> <br/> <span class="jive-announce-subject"><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/ann.jspa?annID=149"><b><font color="red">New to this forum?...Please read.<br/></font></b></a><br/> </span><br/><br/> <br/> <span class="jive-description"><br/> <span class="jive-announce-description"><br/> <br><br/> <nobr><br/> <br/> Posted By:<br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=17443" title="Brian@AWS">Brian@AWS</a><br/> -- <br/> <br/> Nov 13, 2006 2:41 PM PST<br/> </nobr><br/> </span></span><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/><br/> <br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><tr class="jive-odd"><br/> <td class="jive-first" width="1%" nowrap="nowrap"><br/><br/> <div class="jive-bullet"><br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/read-16x16.gif" height="16" width="16" alt="global.read"><br/> <br/> </div><br/><br/> </td><br/><br/><br/><br/> <td width="1%" nowrap="nowrap" align="right"><br/> <br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/blank.gif" height="16" width="16" alt=""><br/><br/> <br/> <br/><br/> <br/><br/> </td><br/><br/><br/><br/> <td class="jive-thread-name" width="95%"><br/><br/> <br/><br/> <br/><br/> <br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0" id="jive-thread-6">[Support ] ElasticDrive S3 Network Block Device Beta<br/></a><br/><br/> <br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/> <span class="jive-thread-row-paginator"><br/> <nobr>Pages: [<br/><br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0&start=0">1</a><br/><br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0&start=15">2</a><br/><br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0&start=30">3</a><br/><br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0&start=45">4</a><br/><br/> <br/><br/> <br/><br/> ... <br/><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=16326&tstart=0&start=210">15</a><br/><br/> <br/><br/> ]</nobr><br/> </span><br/><br/> <br/><br/><br/> <br/><br/> </td><br/> <td class="jive-author" width="1%" nowrap="nowrap"><br/><br/> <br/><br/> <span class=""><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=23571">enomaly</a><br/> </span><br/><br/> <br/><br/> <br/><br/> </td><br/><br/> <br/><br/> <br/><br/> <td class="jive-view-count" width="1%"><br/><br/> 15,428<br/><br/> </td><br/><br/> <br/><br/> <td class="jive-msg-count" width="1%"><br/><br/> 214<br/><br/> </td><br/><br/> <td class="jive-last" width="1%" nowrap="nowrap"><br/><br/> <div class="jive-last-post"><br/> <br/> <br/> <br/> Nov 11, 2007 11:10 PM PST<br/> <br/> <br/><br/> <br/><br/> <br/><br/> <br><br/><br/> <br/> <br/> <br/> by: <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?messageID=71767#71767" style="" title="David R Koberstein">David R Koberst... »</a><br/><br/> <br/><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><tr class="jive-even"><br/> <td class="jive-first" width="1%" nowrap="nowrap"><br/><br/> <div class="jive-bullet"><br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/read-16x16.gif" height="16" width="16" alt="global.read"><br/> <br/> </div><br/><br/> </td><br/><br/><br/><br/> <td width="1%" nowrap="nowrap" align="right"><br/> <br/> <br/><br/> <br/><br/> <br/><br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/question-pts-available-16x16.gif" height="16" width="16" title="Answer points still available" alt=""><br/><br/> <br/><br/> <br/><br/> <br/><br/> <br/> <br/><br/> <br/><br/> </td><br/><br/><br/><br/> <td class="jive-thread-name" width="95%"><br/><br/> <br/><br/> <br/><br/> <br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=17933&tstart=0" id="jive-thread-7">Green Energy :: Electricty used per EC2 instance?<br/></a><br/><br/> <br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/> <br/><br/> </td><br/> <td class="jive-author" width="1%" nowrap="nowrap"><br/><br/> <br/><br/> <span class=""><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=41465">Lucas Chan</a><br/> </span><br/><br/> <br/><br/> <br/><br/> </td><br/><br/> <br/><br/> <br/><br/> <td class="jive-view-count" width="1%"><br/><br/> 196<br/><br/> </td><br/><br/> <br/><br/> <td class="jive-msg-count" width="1%"><br/><br/> 3<br/><br/> </td><br/><br/> <td class="jive-last" width="1%" nowrap="nowrap"><br/><br/> <div class="jive-last-post"><br/> <br/> <br/> <br/> Nov 11, 2007 7:19 PM PST<br/> <br/> <br/><br/> <br/><br/> <br/><br/> <br><br/><br/> <br/> <br/> <br/> by: <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?messageID=71759#71759" style="" title="Lucas Chan">Lucas Chan »</a><br/><br/> <br/><br/> <br/> </div><br/><br/> </td><br/></tr><br/><br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><tr class="jive-odd"><br/> <td class="jive-first" width="1%" nowrap="nowrap"><br/><br/> <div class="jive-bullet"><br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/read-16x16.gif" height="16" width="16" alt="global.read"><br/> <br/> </div><br/><br/> </td><br/><br/><br/><br/> <td width="1%" nowrap="nowrap" align="right"><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/status/amazonicon.gif" height="16" width="16" hspace="3" title="amazon.legend.posted_by_amazon" alt=""><br/> <br/><br/> <br/><br/> <br/><br/> <br/><br/> <img border="0" src="http://developer.amazonwebservices.com/connect/images/question-pts-available-16x16.gif" height="16" width="16" title="Answer points still available" alt=""><br/><br/> <br/><br/> <br/><br/> <br/><br/> <br/> <br/><br/> <br/><br/> </td><br/><br/><br/><br/> <td class="jive-thread-name" width="95%"><br/><br/> <br/><br/> <br/><br/> <br/> <br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/thread.jspa?threadID=18024&tstart=0" id="jive-thread-8">Connection timeout with custom AMI image<br/></a><br/><br/> <br/><br/> <br/> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <br/><br/><br/> <br/><br/> </td><br/> <td class="jive-author" width="1%" nowrap="nowrap"><br/><br/> <br/><br/> <span class=""><br/> <a rel="nofollow" href="http://developer.amazonwebservices.com/profile.jspa?userID=44442">aridh</a></span></td></tr></tbody></table></div></div></td></tr></tbody></table>
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.