If there were 2 nodes like this:
http://i.imgur.com/21x2m.png
Would newNode be pointing to itself if there was a code like:
newNode->next = intNode->next
Also what would intNode be pointing at if this code was right after the one above it:
intNode->next->prev = newNode