function debug(s) { } targetDiv = document.getElementById('peSiteTargetDiv364484725'); content = "
\n
\n Save the Salmon and the Southern Resident Orcas!\n\n
\n
Enter your name:
\n
\n Display as \"Anonymous\"
\n \n
\n\n\n\n \n
Click here to read this petition.
\n\n
Newest 20 of 410 signatures
\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
410
vanessa williams-grey
11/19
409
sue ings
11/14
408
lamirand m
11/14
407
Amélie Laurent
11/14
406
Julia Tawyea'
11/11
405
gossiaux genevieve
11/10
404
Connie Westergaard
11/8
403
lu Metal
11/6
402
VIER EVA
11/6
400
Jennifer Ray
11/3
399
Rosilene Kraft
11/2
398
furgeot anne
11/2
397
JOSEPH BARNETT
11/2
396
Catherine Koehn
11/2
395
Anonymous
11/1
394
marcela sabata
11/1
393
Sevgin Billur Korkmaz
11/1
392
Melissa Coyle
11/1
391
Blandine Coulon
11/1
390
carole hagen
10/31
\n\n
"; error = "
Couldn't load petition!

This is most likely because the code to show your petition was cut off or otherwise corrupted.

You can fix this by getting a fresh copy of the code. Go to your petition's Add this petition to your website page, and copy the code under the How do I add this petition to my website? heading. Then, paste this code, without modifying it, into the source of your web page.

"; already = "
" + "
Couldn't load petition!
" + "

Please don't include any petition on your web page more than once.

You may include two different petitions on the same page, but not two copies of the same petition.

" + "
"; if (typeof(pesiteWidgetAlready) == 'undefined') { pesiteWidgetAlready = new Array(); } function chk_link(targetDiv) { childNodes = targetDiv.getElementsByTagName("*") if (! targetDiv) { return false; } if (childNodes.length != 1) { return false; } child = childNodes[0]; if ( (child.tagName != 'a') && (child.tagName != 'A') ) { return chk_link_malformed(child); } if (child.href != "http://www.thepetitionsite.com/") { return false; } var test_HTML = child.innerHTML.replace(/^\s+|\s+$/, '') if (test_HTML != "Petition powered by ThePetitionSite.com") { return false; } return true; } function chk_link_malformed(chkElt) { while (chkElt) { if ((chkElt.tagName == 'a') || (chkElt.tagName == 'A')) { if (chkElt.href != "http://www.thepetitionsite.com/") { return false; } if (chkElt.innerHTML != "Petition powered by ThePetitionSite.com") { return false; } return true; } else { childNodes = chkElt.childNodes; if (! childNodes) { return false; } if (childNodes.length != 1) { return false; } chkElt = childNodes[0]; } } return false; } if (pesiteWidgetAlready[364484725]) { document.write(already); } else { pesiteWidgetAlready[364484725] = true; if (targetDiv) { if (chk_link(targetDiv)) { targetDiv.innerHTML = content + targetDiv.innerHTML; debug('targetDiv sets good content') } else { targetDiv.innerHTML = error; debug('targetDiv sets error content') } } else { document.write(error); debug('Invalid embed -- targetDiv.id not found') } }