I should have done this in the first post.
When this originally started to go weird, the lottery widget would display more than this. Sometimes a portion of the current entries, sometimes even almost all of the winning entries. Then I won one more lottery and this is all that I have seen of myddo.

Yes, that's completely finished loading too.
and here is the tail end of the source on the page(I replaced my player ID with asterisks though)
Code:
<!-- BREADCRUMBS START -->
<div id="breadcrumbs">
<img id="bc_end_left" src="http://content.turbine.com/sites/my.ddo.com/themes/default/media/common/breadcrumbs/end_left.png" />
<img id="bc_end_right" src="http://content.turbine.com/sites/my.ddo.com/themes/default/media/common/breadcrumbs/end_right.png" />
<div id="bc_text">
<a href="/">My DDO</a> » <a href="/players/">Players</a> » <span class="current"><a href="http://my.ddo.com/marupal/">Marupal</a></span> </div>
</div>
<!-- BREADCRUMBS END -->
<!-- CONTENT OUTER START: centers main content area -->
<div id="content_outer">
<!-- CONTENT LEFT BG START: empty div to hold the left column background -->
<div id="content_left_bg">
<!-- CONTENT RIGHT BG START: empty div to hold the right column background -->
<div id="content_right_bg">
<!-- LEFT COLUMN START: left column content area -->
<div id="left_column">
<ul id="sidebar_widgets" class="sortable"><li class='test'>
<script type='text/javascript'>
var widget_sortby_lotterylist = "";
var widget_sortdir_lotterylist = "";
</script>
<div id="widget_lotterylist"><div id="lotterylist" class="widget">
<div class="wheader"><div class="wtitle">Lottery</div>
</div>
<div class="wbody"><table class="gradient_table"><tr><td class="left right enterToWin">
<a title="Current Drawings" href="foo.html?KeepThis=true&TLottoSignUp=player&id=*******&pid=*******&cid=&TB_iframe=true&height=400&width=602"
class="thickbox"><img src="http://content.turbine.com/sites/my.ddo.com/themes/default/media/common/misc/spacer.gif" width="230" height="60" /></a></td></tr></table><div id="page_lotterylist">
<table id="clist_header">
</table>
Within the code in red is the hyperlink to bring up the pop-up to register for more lotteries. More about that in a second. Strangely the /body and /html tags are missing from the page source though. The server completely aborted before finishing.
Reading through the myddo users guide, I came across a part that said the widgets can be removed. Wondering if the page would load up without the widget, followed the instructions and this is what happened:

It looked normal to me at first but compared with the guide:
1} The edit link is missing from the lottery bar. I'm unable to remove the lottery widget.
2} The other active widget entries are missing completely. There should be listings for another 3 (or more) widgets below the lottery listing.
aaah uh-oh.
Here is what my wife's (functioning account) page looks like:

quite a few differences on the right hand side of the pages.
Here's the tail end of the source for mine:
Code:
<br class="clear" />
</h4>
<ul id="widget-control-info-wp-wall" class="widget-control-info">
<li id='widget-list-control-item-10-wp-wall' class='widget-list-control-item widget-sortable'>
<textarea rows="1" cols="1"> <div class="widget-top">
<h4 class="widget-title"><span>WP Wall</span>
<a class="widget-action widget-control-edit" href="/Marupal/wp-admin/widgets.php?edit=wp-wall&#038;key=no-key">Edit</a>
<br class="clear" />
</h4></div>
<div class="widget-control">
<p>Visit <a href="options-general.php?page=wp-wall.php">WP Wall options</a> page for more options.</p>
<p><label for="wall_title">Title: <input name="wall_title" type="text" value="Wall" /></label></p>
<input type="hidden" id="wall_submit" name="wall_submit" value="1" />
<input type="hidden" name="widget-id[]" value="wp-wall" />
<input type="hidden" class="widget-width" value="250" />
<div class="widget-control-actions">
<a class="button widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:wp-wall">Done</a>
<a class="button widget-action widget-control-remove alignright" href="/Marupal/wp-admin/widgets.php?remove=wp-wall&#038;key=no-key&#038;_wpnonce=376cf81140">Remove</a>
<br class="clear" />
</div>
</div>
</textarea></li>
</ul>
<div class="widget-description">
</div>
<br class="clear" />
</li>
</ul>
<div class="nav">
<p class="pagenav">
</p>
</div>
</div>
</div>
<form id="widget-controls" action="" method="post">
<div id="current-widgets-head" class="widget-liquid-right">
<div id="sidebar-info">
<p>You are using <span id='widget-count'>6</span> widgets in the "Left Column" sidebar.</p>
<p>Add more from the Available Widgets section.</p>
</div>
</div>
<div id="current-widgets" class="widget-liquid-right">
<div id="current-sidebar">
<ul class="widget-control-list">
<li class='test'>
<script type='text/javascript'>
var widget_sortby_lotterylist = "";
var widget_sortdir_lotterylist = "";
</script>
<div id="widget_lotterylist"><div id="lotterylist" class="widget">
<div class="wheader"><div class="wtitle">Lottery</div>
</div>
<div class="wbody"><table class="gradient_table"><tr><td class="left right enterToWin">
<a title="Current Drawings" href="foo.html?KeepThis=true&TLottoSignUp=player&id=*******&pid=*******&cid=&TB_iframe=true&height=400&width=602"
class="thickbox"><img src="http://content.turbine.com/sites/my.ddo.com/themes/default/media/common/misc/spacer.gif" width="230" height="60" /></a></td></tr></table><div id="page_lotterylist">
<table id="clist_header">
</table>
Again missing the end body and end html tags.
Aborted right there.
If you look at the code in red you'll see again the hyperlink to submit for lotteries...?!? in my admin...where the edit link is supposed to be.?!???
I really must have angered the html gods.
And here is what happens when attempting to enter the lotteries:

every time now. kinda sucks.