if (typeof wp_i == 'undefined') {wp_i = 0;} else {wp_i++;}
if (typeof wp_user == 'undefined') {wp_user = "wattpad";}
if (typeof wp_size == 'undefined') {wp_size = 0;}
if (wp_size == 0) {wp_width=120;wp_height=60}
if (wp_size == 1) {wp_width=300;wp_height=250}
document.write('<iframe width="'+wp_width+'" height="'+wp_height+'" frameborder="0" src="http://www.wattpad.com/widget/?username='+wp_user+'&size='+wp_size+'&index='+wp_i+'"></iframe>');
var _gaq = _gaq || [];
_gaq.push(
	['_setAccount', 'UA-886196-1'],
	['_setDomainName', 'wattpad.com'],
	['_trackEvent', 'widget', 'view', wp_user, wp_size]
);
(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();